暂无描述

Fabian Peter Hammerle 56b31b509f remove makefile for building container image (superseded by pipeline pushing to ghcr.io) 22 小时之前
.github d3511fc594 github pipeline: push multi-arch container image to ghcr.io 22 小时之前
ansible-playbooks 9fae38186d Revert "ansible-playbooks/forward.yml alias maps hash->regexp" 5 年之前
CHANGELOG.md 3d626fd82d changelog: prepare release v1.1.0 5 年之前
Dockerfile dee14a0c57 upgrade alpine base image from v3.21.3 to v3.22.0 including upgrade of postfix package to 3.10.2-r0 & ca-certificates package to v20241121-r2 23 小时之前
LICENSE bd9356dff8 add Eclipse Public License v2.0 10 月之前
README.md 8d664cb662 minimal postfix setup; default config; log to stdout 6 年之前
docker-compose.yml 233c1e4dac mount /var/spool/postfix to preserve mail queue 5 年之前
postfix.sh d148634031 fix permission denied when postmapping file not owned by root 5 年之前
smtp-tls-trusted-ca.pem 10a7cf6948 playbooks/null-client: require TLS >v1.1 5 年之前

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.