Sem descrição

dependabot[bot] 4280e115dc build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#72) há 2 meses atrás
.github 4280e115dc build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#72) há 2 meses atrás
ansible-playbooks 9fae38186d Revert "ansible-playbooks/forward.yml alias maps hash->regexp" há 4 anos atrás
CHANGELOG.md 3d626fd82d changelog: prepare release v1.1.0 há 4 anos atrás
Dockerfile c4d4c65a8e build(deps): bump alpine from 3.19.0 to 3.19.1 (#71) há 3 meses atrás
Makefile 729850f662 make: add target "docker-manifest-push" há 1 ano atrás
README.md 8d664cb662 minimal postfix setup; default config; log to stdout há 4 anos atrás
docker-compose.yml 233c1e4dac mount /var/spool/postfix to preserve mail queue há 4 anos atrás
postfix.sh d148634031 fix permission denied when postmapping file not owned by root há 4 anos atrás
smtp-tls-trusted-ca.pem 10a7cf6948 playbooks/null-client: require TLS >v1.1 há 4 anos atrás

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.