From 51775c80209f4962ea4d7911cb69c27835424d57 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 27 Jul 2015 10:00:53 +0200 Subject: [PATCH] Improved documentation to fix #9 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c2bf662..c2505524 100644 --- a/README.md +++ b/README.md @@ -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