Re: [zanata-users] Setting up Zanata with Docker

2018-03-07 Thread Kyle

Patrick Huang aliandika:
# In fact I just checked our Dockerfile, we do support customization of 
the mail host,
# port, and credential. See 
https://github.com/zanata/zanata-docker-files/tree/master/zanata-server

# under Setup Environment.

Ah thanks. But doesn't this create the container? I know I can export 
environment variables and use runapp.sh to create a container, but does 
this dockerfile allow me to change the container I already created 
without having to destroy it and recreate it? Sorry for the questions 
... I'm a bit new to Docker. Would it be better to install Zanata and 
jboss/Wildfly locally instead for future tests? I do hope to be able to 
convert this to a production install fairly soon.

Imetumwa kutoka dunia

___
zanata-users mailing list
zanata-users@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-users


Re: [zanata-users] Setting up Zanata with Docker

2018-03-08 Thread Kyle
It seems I solved my problem. The "unexpected error" was caused by a 
couple of misconfigured options in Postfix, which first of all was 
trusting 172.18.0.1/16 instead of 172.18.0.0/16, and also was sending an 
invalid hostname as a response to the helo command. The misconfigured 
address space was what appears to have caused the unexpected error. The 
invalid hostname just kept mail from being sent, because the recipient's 
mail server rejected the invalid helo response. Once I found and fixed 
these misconfigurations, both creating a new user and updating an 
existing user's e-mail address started working as expected, and the 
unexpected errors went away. Thanks again for the help.

Imetumwa kutoka nyumbani kwangu

___
zanata-users mailing list
zanata-users@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-users