|  Fabian Peter Hammerle
				
				dee14a0c57
				upgrade alpine base image from v3.21.3 to v3.22.0 including upgrade of postfix package to 3.10.2-r0 & ca-certificates package to v20241121-r2 | 4 months ago | |
|---|---|---|
| .github | 5 months ago | |
| ansible-playbooks | 6 years ago | |
| CHANGELOG.md | 5 years ago | |
| Dockerfile | 4 months ago | |
| LICENSE | 1 year ago | |
| Makefile | 3 years ago | |
| README.md | 6 years ago | |
| docker-compose.yml | 6 years ago | |
| postfix.sh | 5 years ago | |
| smtp-tls-trusted-ca.pem | 6 years ago | 
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.