dependabot[bot] 880729da53 build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#83) | il y a 4 mois | |
---|---|---|
.github | il y a 4 mois | |
ansible-playbooks | il y a 5 ans | |
CHANGELOG.md | il y a 4 ans | |
Dockerfile | il y a 4 mois | |
Makefile | il y a 2 ans | |
README.md | il y a 5 ans | |
docker-compose.yml | il y a 5 ans | |
postfix.sh | il y a 4 ans | |
smtp-tls-trusted-ca.pem | il y a 5 ans |
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
.