From 15835a0ead114f54d33de27a042374754b9ae888 Mon Sep 17 00:00:00 2001 From: GAVARD Ewann Date: Wed, 5 Aug 2015 13:35:22 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2505524..d124ffd0 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Additional informations: - ssl is strongly recommended - do not add whitespace in `$docker_mail_users` or `$docker_mail_aliases` - user accounts are managed in `./postfix/accounts.cf` +- redirections are managed in `./postfix/redirects.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) +- files must be mounted to `/tmp` in your container (see `docker-compose.yml` template) ## installation