Sen descrición

Fabian Peter Hammerle fe2bb13b2d playbook/null-client: disable local delivery %!s(int64=4) %!d(string=hai) anos
ansible-playbooks fe2bb13b2d playbook/null-client: disable local delivery %!s(int64=4) %!d(string=hai) anos
Dockerfile b5e44efbc2 Revert "configure logging to stdout during startup to effect mounted configs" %!s(int64=4) %!d(string=hai) anos
README.md 8d664cb662 minimal postfix setup; default config; log to stdout %!s(int64=4) %!d(string=hai) anos
docker-compose.yml 3b0312ed15 postmap paths in $POSTMAP_PATHS %!s(int64=4) %!d(string=hai) anos
postfix.sh b5e44efbc2 Revert "configure logging to stdout during startup to effect mounted configs" %!s(int64=4) %!d(string=hai) anos

README.md

postfix ✉️ 🐳

Mail Server http://www.postfix.org/documentation.html

docker run --rm -p 25:25 fphammerle/postfix

config docs: http://www.postfix.org/postconf.5.html

docker run --name postfix \
    --volume $PWD/main.cf:/etc/postfix/main.cf:ro \
    --detach --restart unless-stopped \
    --security-opt=no-new-privileges \
    --publish 25:25 \
    fphammerle/postfix

Optionally enable user namespace remapping via docker daemon option userns-remap.