|  Fabian Peter Hammerle
				
				0eb9e684e0
				pipeline: upgrade runner from ubuntu v20.04 to v24.04 | 6 달 전 | |
|---|---|---|
| .github | 6 달 전 | |
| ansible-playbooks | 6 년 전 | |
| CHANGELOG.md | 5 년 전 | |
| Dockerfile | 6 달 전 | |
| LICENSE | 1 년 전 | |
| Makefile | 3 년 전 | |
| README.md | 6 년 전 | |
| docker-compose.yml | 6 년 전 | |
| postfix.sh | 5 년 전 | |
| smtp-tls-trusted-ca.pem | 6 년 전 | 
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.