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

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

2018-03-07 Thread Patrick Huang
Hello Kyle, You should not need to deal with Dockerfile directly unless you want to customize further than what we offer. The docker image you pull down from dockerhub uses this Dockerfile. It expects a number of environment variables to be set or it will use default value. e.g. ZANATA_MAIL_HOST

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