Working image.

This commit is contained in:
Thomas VIAL 2015-03-28 16:44:40 +01:00
parent f97eaee38c
commit 22a54827ff
3 changed files with 19 additions and 6 deletions

View file

@ -1,8 +1,19 @@
# docker-mailserver
A fullstack but simple mailserver (smtp, imap, antispam, antivirus...)
Includes:
- postfix
- courier-imap
- spamassasin
- clamav
- amavis
Only config files, no *sql database required.
## installation
TODO when automatic build will be enabled.
docker pull tvial/docker-mailserver
## build
@ -25,6 +36,11 @@ TODO when automatic build will be enabled.
- ./configs/spamassassin:/etc/spamassassin
environment:
docker_mail_domain: "my-domain.com"
# format is user@domain.tld|clear_password
docker_mail_users:
- "username1@my-domain.com|username1password"
- "username2@my-domain.com|username2password"
- "username2@my-domain.com|username2password"
# wanna help?
Fork, improve and PR. ;-)