Lightweight Postfix Docker where all emails addresses will be routed to a single user account.
250
Source Code : https://github.com/neilalcoseba/docker-postfix
To Run : docker run -p 25:25 -p 143:143 -p 110:11 --privileged -v /docker/data/location:/home/docker/Maildir neilalcoseba/docker-postfix
To Run With Different User : docker run -p 25:25 -p 143:143 -p 110:11 --privileged -v /docker/data/location:/home/docker/Maildir -e USER_NAME=<USER_NAME> docker-postfix
Where : USER_NAME = The user to be created when running the container. This would also be both the Dovecot's username and password. Note : The home directory will always be set on /home/docker.
Mozilla Thunderbird :
Content type
Image
Digest
Size
119 MB
Last updated
almost 9 years ago
docker pull neilalcoseba/docker-postfix