summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-01-14 05:58:33 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:33 +0200
commit0853c2afdc2ddba11692ef17bb859104d47071e0 (patch)
tree38060243978193fe71090deee666a70ae9ac21db /group_vars/all.yml
parent677c9e95b331290fe09aa78ddd8fd6896dfce94d (diff)
Fix catchall resolution.
It has to be performed last, to give a chance to be accepted as a regular mailbox. We introduce a new, dedicated, smtpd daemon whose only purpose is to resolve catch-alls.
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r--group_vars/all.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 18c488a..7bd5fe1 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -1,17 +1,17 @@
---
postfix_instance:
# The keys are the group names associated with a Postfix role, and the
# values are the name and group (optional) of the instance dedicated
# to that role.
IMAP: { name: mda }
MX: { name: mx, group: mta }
MTA-out: { name: mta-out,group: mta }
MSA: { name: msa }
webmail: { name: webmail }
-MTA_out: { IPv4: outgoing.fripost.org, port: 2525 }
-LDA: { IPv4: lda.fripost.org, port: 2526 }
+MTA_out: { host: outgoing.fripost.org, port: 2525 }
+LDA: { host: lda.fripost.org, port: 2526 }
LDAP_provider: host1.libvirt.guilhem.org
NTP_master: host1.libvirt.guilhem.org
IMAP: host1.libvirt.guilhem.org