説明なし

Fabian Peter Hammerle e3953a0d19 changelog: added missing diff link 4 年 前
ansible-playbooks 9fae38186d Revert "ansible-playbooks/forward.yml alias maps hash->regexp" 4 年 前
CHANGELOG.md e3953a0d19 changelog: added missing diff link 4 年 前
Dockerfile 67fff363eb upgrade alpine v3.10->3.11, postfix v3.4.7->3.4.8 4 年 前
README.md 8d664cb662 minimal postfix setup; default config; log to stdout 4 年 前
docker-compose.yml 233c1e4dac mount /var/spool/postfix to preserve mail queue 4 年 前
postfix.sh b5e44efbc2 Revert "configure logging to stdout during startup to effect mounted configs" 4 年 前
smtp-tls-trusted-ca.pem 10a7cf6948 playbooks/null-client: require TLS >v1.1 4 年 前

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.