Sign inSign up

neilalcoseba/docker-postfix

By neilalcoseba

Updated almost 9 years ago

Lightweight Postfix Docker where all emails addresses will be routed to a single user account.

Image
0

250

neilalcoseba/docker-postfix repository overview

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 :

  1. Can be connected to a SMTP/POP3 protocols using Mozilla Thunderbird.
  2. Default Email Address : [email protected]
  3. Default username/password : docker / docker

Tag summary

Content type

Image

Digest

Size

119 MB

Last updated

almost 9 years ago

docker pull neilalcoseba/docker-postfix