summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/etc/postfix
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-05-14 22:00:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:53:27 +0200
commit166804e99e33c8ec5760e88ba1f52d4fc301334c (patch)
tree706ca108db27e2e6f1c696bdd3f72e6d1f2ce5fa /roles/lists/files/etc/postfix
parent334b7604727810c02ecb8942f3753dee15466691 (diff)
Configure the list manager (Sympa).
Diffstat (limited to 'roles/lists/files/etc/postfix')
-rw-r--r--roles/lists/files/etc/postfix/transport11
l---------roles/lists/files/etc/postfix/virtual/domains.cf1
-rw-r--r--roles/lists/files/etc/postfix/virtual/transport_list.cf8
3 files changed, 11 insertions, 9 deletions
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