summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-01 17:08:53 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:00 +0200
commit4895573883df830a82b65b8ecf96abde18370147 (patch)
tree171d5847392e60dc11b130d54626215def2de1ff /group_vars
parent1387b69c898cb93fd0343603f92670b40b88eb04 (diff)
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.)
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/all.yml3
1 files changed, 3 insertions, 0 deletions
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 }