From 166804e99e33c8ec5760e88ba1f52d4fc301334c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 14 May 2015 22:00:36 +0200 Subject: Configure the list manager (Sympa). --- roles/lists/files/etc/postfix/transport | 11 +++++++++++ roles/lists/files/etc/postfix/virtual/domains.cf | 1 - roles/lists/files/etc/postfix/virtual/transport_list.cf | 8 -------- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 roles/lists/files/etc/postfix/transport delete mode 120000 roles/lists/files/etc/postfix/virtual/domains.cf delete mode 100644 roles/lists/files/etc/postfix/virtual/transport_list.cf (limited to 'roles/lists/files/etc/postfix') diff --git a/roles/lists/files/etc/postfix/transport b/roles/lists/files/etc/postfix/transport new file mode 100644 index 0000000..d3ddde3 --- /dev/null +++ b/roles/lists/files/etc/postfix/transport @@ -0,0 +1,11 @@ +# Each valid address user@example.org is aliased (on the MX) into some +# example.org/user@xxx.fripost.org, and non-defaults next-hop:port are +# chosen here in that table, depending on 'xxx'. The reason for such +# indirection is that there is only one qmgr(8) daemon, which delegate +# the routing strategy to the trivial-rewrite(8), which in turns queries +# transport_maps. Hence high latency maps such as LDAP or SQL would +# congestion the queue manager. On the other hand, virtual aliasing is +# performed by cleanup(8), multiples instances of which can run in +# parallel. See http://www.postfix.org/ADDRESS_REWRITING_README.html . + +sympa.fripost.org sympa: diff --git a/roles/lists/files/etc/postfix/virtual/domains.cf b/roles/lists/files/etc/postfix/virtual/domains.cf deleted file mode 120000 index 320a970..0000000 --- a/roles/lists/files/etc/postfix/virtual/domains.cf +++ /dev/null @@ -1 +0,0 @@ -../../../../../MX/templates/etc/postfix/virtual/domains.cf.j2 \ No newline at end of file diff --git a/roles/lists/files/etc/postfix/virtual/transport_list.cf b/roles/lists/files/etc/postfix/virtual/transport_list.cf deleted file mode 100644 index 384b832..0000000 --- a/roles/lists/files/etc/postfix/virtual/transport_list.cf +++ /dev/null @@ -1,8 +0,0 @@ -server_host = ldapi://%2Fprivate%2Fldapi/ -version = 3 -search_base = fvl=%u,fvd=%d,ou=virtual,dc=fripost,dc=org -domain = static:all -scope = base -bind = none -query_filter = (&(objectClass=FripostVirtualList)(fvl=%u)) -result_attribute = fripostListManager -- cgit v1.2.3