Improved documentation to fix #9

This commit is contained in:
Thomas VIAL 2015-07-27 10:00:53 +02:00
parent 320156439f
commit 51775c8020
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Additional informations:
- email login are full email address (`username1@my-domain.com`)
- ssl is strongly recommended
- do not add whitespace in `$docker_mail_users` or `$docker_mail_aliases`
- user accounts are managed in `./postfix/accounts.cf`
- antispam are rules are managed in `./spamassassin/rules.cf`
- both files must be mounted to `/tmp` in your container (see `docker-compose.yml` template)
## installation