Ei kuvausta

Fabian Peter Hammerle 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 6 päivää sitten
.github 28bfb14042 build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#115) 2 viikkoa sitten
ansible-playbooks 9fae38186d Revert "ansible-playbooks/forward.yml alias maps hash->regexp" 5 vuotta sitten
CHANGELOG.md 3d626fd82d changelog: prepare release v1.1.0 5 vuotta sitten
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 6 päivää sitten
LICENSE bd9356dff8 add Eclipse Public License v2.0 10 kuukautta sitten
Makefile 729850f662 make: add target "docker-manifest-push" 3 vuotta sitten
README.md 8d664cb662 minimal postfix setup; default config; log to stdout 6 vuotta sitten
docker-compose.yml 233c1e4dac mount /var/spool/postfix to preserve mail queue 5 vuotta sitten
postfix.sh d148634031 fix permission denied when postmapping file not owned by root 5 vuotta sitten
smtp-tls-trusted-ca.pem 10a7cf6948 playbooks/null-client: require TLS >v1.1 5 vuotta sitten

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.