Postfix Dovecot and Roundcube serving as a test mail server in one container.
1M+
This is a docker image for Postfix, Dovecot, PostfixAdmin and Roundcube running all in one container for mail server testing purposes.
mkdir -p /data/
docker run -e "ADMIN_USERNAME=root"
-e "ADMIN_PASSWD=password"
-e "DOMAIN_NAME=example.com"
-e "USERS=user1:pass1,user2:pass2"
-d -v /data/mysql:/var/lib/mysql -v /data/vmail/:/var/vmail -v /data/log:/var/log
-p 25:25 -p 80:80 -p 110:110 -p 143:143 -p 465:465 -p 993:993 -p 995:995
marooou/postfix-roundcube
ADMIN_USERNAME - The name of SUPERUSER for PostfixAdminADMIN_PASSWD - The password of SUPERUSER for PostfixAdminDOMAIN_NAME - a mail domainUSERS - a comma separated list of username:passwords which will be created (e.g. user1:pass1,user2:pass2).USERS_QUOTA - a space quota for each mailbox in MBs (defauls to 50).After running container, you can access the mail server via:
Content type
Image
Digest
Size
202 MB
Last updated
almost 9 years ago
docker pull marooou/postfix-roundcube