|  | há 2 anos atrás | |
|---|---|---|
| .github | há 2 anos atrás | |
| ansible-playbooks | há 6 anos atrás | |
| CHANGELOG.md | há 5 anos atrás | |
| Dockerfile | há 2 anos atrás | |
| Makefile | há 3 anos atrás | |
| README.md | há 6 anos atrás | |
| ca-certificates-package-log.url | há 2 anos atrás | |
| docker-compose.yml | há 6 anos atrás | |
| postfix-package-log.url | há 2 anos atrás | |
| postfix-release-notes.url | há 4 anos atrás | |
| postfix.sh | há 5 anos atrás | |
| smtp-tls-trusted-ca.pem | há 6 anos atrás | 
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.