From bf8fc5949d689ed865bfbc445cd25b6c5ad78dc7 Mon Sep 17 00:00:00 2001 From: egavard Date: Wed, 5 Aug 2015 13:29:05 +0200 Subject: [PATCH 1/2] Updated accounts and redirects cf files --- postfix/accounts.cf | 2 +- postfix/redirects.cf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/accounts.cf b/postfix/accounts.cf index 94896e0d..ecb0f063 100644 --- a/postfix/accounts.cf +++ b/postfix/accounts.cf @@ -1 +1 @@ -user@domain.tld|mypassword \ No newline at end of file +user@domain.tld|mypassword diff --git a/postfix/redirects.cf b/postfix/redirects.cf index c29ec5cc..492eb3a0 100644 --- a/postfix/redirects.cf +++ b/postfix/redirects.cf @@ -1 +1 @@ -user@domain.tld | otheruser@domain.tld,otheruser@otherdomain.tld \ No newline at end of file +user@domain.tld|otheruser@domain.tld,otheruser@otherdomain.tld From 15835a0ead114f54d33de27a042374754b9ae888 Mon Sep 17 00:00:00 2001 From: GAVARD Ewann Date: Wed, 5 Aug 2015 13:35:22 +0200 Subject: [PATCH 2/2] 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