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. --- .../templates/etc/postfix/virtual/transport_lists_maps.cf.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/MX/templates/etc/postfix/virtual/transport_lists_maps.cf.j2 (limited to 'roles/MX/templates/etc/postfix/virtual/transport_lists_maps.cf.j2') diff --git a/roles/MX/templates/etc/postfix/virtual/transport_lists_maps.cf.j2 b/roles/MX/templates/etc/postfix/virtual/transport_lists_maps.cf.j2 new file mode 100644 index 0000000..6a0965f --- /dev/null +++ b/roles/MX/templates/etc/postfix/virtual/transport_lists_maps.cf.j2 @@ -0,0 +1,12 @@ +server_host = ldapi://%2Fprivate%2Fldapi/ +version = 3 +search_base = fvl=%u,fvd=%d,ou=virtual,o=mailHosting,dc=fripost,dc=org +scope = base +bind = none +query_filter = (&(|(objectClass=FripostVirtualList)(objectClass=FripostVirtualListCommand))(fvl=%u)) +result_attribute = fvl +{% if 'lists' in group_names %} +result_format = smtpl:[127.0.0.1]:{{ lists.port }} +{% else %} +result_format = smtps:[{{ lists.host }}]:{{ lists.port }} +{% endif %} -- cgit v1.2.3