No Description

Fabian Peter Hammerle 3d626fd82d changelog: prepare release v1.1.0 4 years ago
ansible-playbooks 9fae38186d Revert "ansible-playbooks/forward.yml alias maps hash->regexp" 4 years ago
CHANGELOG.md 3d626fd82d changelog: prepare release v1.1.0 4 years ago
Dockerfile d5d65357b0 added mozilla's ca cert store 4 years ago
README.md 8d664cb662 minimal postfix setup; default config; log to stdout 4 years ago
docker-compose.yml 233c1e4dac mount /var/spool/postfix to preserve mail queue 4 years ago
postfix.sh d148634031 fix permission denied when postmapping file not owned by root 4 years ago
smtp-tls-trusted-ca.pem 10a7cf6948 playbooks/null-client: require TLS >v1.1 4 years ago

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.