From 0853c2afdc2ddba11692ef17bb859104d47071e0 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 14 Jan 2014 05:58:33 +0100 Subject: 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. --- group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group_vars') 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 @@ -9,8 +9,8 @@ postfix_instance: 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 -- cgit v1.2.3