From 4895573883df830a82b65b8ecf96abde18370147 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 1 Dec 2013 17:08:53 +0100 Subject: Share master.cf accross all Postfix instances. And use main.cf's 'master_service_disable' setting to deactivate each service that's useless for a given instance. (Hence solve conflict when trying to listen twice on the same port, for instance.) --- roles/common/files/etc/postfix/generic.pcre | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/common/files/etc/postfix/generic.pcre') diff --git a/roles/common/files/etc/postfix/generic.pcre b/roles/common/files/etc/postfix/generic.pcre index c46f4b5..1181a22 100644 --- a/roles/common/files/etc/postfix/generic.pcre +++ b/roles/common/files/etc/postfix/generic.pcre @@ -1 +1,3 @@ +# Rewrite the whole enveloppe (From: & To: included) to somthing +# routable on the internet. /^(.+)@([^@.]+)\.[^@]+$/ admin+${1}=${2}@fripost.org -- cgit v1.2.3