|  | 2 hafta önce | |
|---|---|---|
| .github | 4 ay önce | |
| ansible-playbooks | 6 yıl önce | |
| CHANGELOG.md | 5 yıl önce | |
| Dockerfile | 2 hafta önce | |
| LICENSE | 1 yıl önce | |
| README.md | 6 yıl önce | |
| docker-compose.yml | 6 yıl önce | |
| postfix.sh | 5 yıl önce | |
| smtp-tls-trusted-ca.pem | 6 yıl önce | 
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.