dependabot[bot] d27f547737 build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#77) | 4 mesi fa | |
---|---|---|
.github | 4 mesi fa | |
ansible-playbooks | 5 anni fa | |
CHANGELOG.md | 4 anni fa | |
Dockerfile | 5 mesi fa | |
Makefile | 2 anni fa | |
README.md | 5 anni fa | |
docker-compose.yml | 5 anni fa | |
postfix.sh | 4 anni fa | |
smtp-tls-trusted-ca.pem | 5 anni fa |
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
.