mazelab / docker-haraka-dovecot

Mailserver with Haraka, Dovecot and MySQL
16 stars 6 forks source link

echo vs perl #11

Closed c9pr3 closed 8 years ago

c9pr3 commented 8 years ago

changed startup script from echo to perl so that on restart the values in config-files are being replaced instead of being added over and over again.

jensklose commented 8 years ago

Thx for distribution. We'll check with changes asap.

marcelkilian commented 8 years ago

Hi Adar,

sudo docker run -d -p 25:25 -p 110:110 -p 143:143 -e HOSTNAME=test.dev -e MYSQL_HOST=172.17.42.1 -e MYSQL_PORT=3306 -e MYSQL_USER=vpopmail -e MYSQL_PASS=something -e MYSQL_DATABASE=vpopmail --name haraka-dovecot adar/haraka-dovecot

the build throws the following error 2x "Substitution replacement not terminated at -e line 1." triggered by the replacement for "/etc/dovecot/dovecot-sql.conf.ext" and "/etc/dovecot/dovecot-dict-sql.conf.ext". This error can be seen with docker logs.

We currently have major changes in the development branch. So your changes to master propably won't persist through the merge. Therefore we will decline pull requests for master. I will create an issue for that particular problem. Feel free to create pull requests for the development branch.

marcelkilian commented 8 years ago

https://github.com/mazelab/docker-haraka-dovecot/issues/12