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.) --- group_vars/all.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 2cd3a42..a0c229e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -7,3 +7,6 @@ postfix_instance: MX: { name: mta-in, group: mta } MTA-out: { name: mta-out,group: mta } MSA: { name: msa } + +MTA_out: { IPv4: outgoing.fripost.org, port: 2525 } +LDA: { IPv4: lda.fripost.org, port: 2526 } -- cgit v1.2.3