docker-postfix
docker-postfix copied to clipboard
run postfix with smtp authentication (sasldb) in a docker container
Hello, could you please provide some help? I've got a project on SF4. KVM virtual server and docker. I use this docker image. When i connect to container and run...
Secrets is a nice feature of swarms. I'd like to use this nice docker image of yours using a secret to add a user. The hack in this PR should...
You don't want to trash your mail queue when you rebuild your container. Maybe this can be treated by documentation alone.
Timezone
The default timezone is UTC and my tz is America/Sao_Paulo, how about to select timezone when creating the docker?
Pass mynetworks env var to postfix to allow relaying from a local docker network. Fixed Dockerfile to update and install in the same run as per best practices (https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/) Check...
If i send any mail through port 25, postfix required a TLS certificate, is possible disable the TLS authentication?
otherwise postfix return '250-STARTTLS' but then failed because no keys available. This can cause Wordpress failed to send emails because 'wp mail smtp' force to use TLS if server return...
See below, have not looked in-depth at the fault yet: ``` root@d98a694771b8:/etc/postfix# ps ax PID TTY STAT TIME COMMAND 1 ? Ss 0:00 /bin/sh -c /opt/install.sh;/usr/bin/supervisord -c /etc/supervisor/supervisord.conf 28 ?...