You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Working image.
This commit is contained in:
20
README.md
20
README.md
@ -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. ;-)
|
Reference in New Issue
Block a user