[Pkg-mailman-hackers] Pkg-mailman commit - rev 620 - trunk/debian
Lionel Elie Mamane
lmamane at alioth.debian.org
Fri Mar 20 08:30:59 UTC 2009
Author: lmamane
Date: 2009-03-20 08:30:59 +0000 (Fri, 20 Mar 2009)
New Revision: 620
Modified:
trunk/debian/README.Exim4.Debian
trunk/debian/changelog
Log:
README.Exim4.Debian: add debug_print statements
Modified: trunk/debian/README.Exim4.Debian
===================================================================
--- trunk/debian/README.Exim4.Debian 2009-03-14 16:29:13 UTC (rev 619)
+++ trunk/debian/README.Exim4.Debian 2009-03-20 08:30:59 UTC (rev 620)
@@ -26,6 +26,10 @@
will be done automatically every time you create / delete a mailing
list in the future.
+And yes, the "Postfix" there is on purpose, it should not be replaced
+by "exim4". It causes mailman to (among others) create a list of
+mailman lists, including what virtual domain they should be in. That
+is the information that is used here; the rest is ignored.
Put this in your exim4 main configuration (if you use a split config,
for example /etc/exim4/conf.d/main/04_local_mailman_macros)
@@ -52,6 +56,7 @@
# But mailman doesn't put such addresses
# in the aliases. Recognise these here.
mailman_workaround:
+ debug_print = "R: mailman_workaround for $local_part@$domain"
domains = +local_domains
require_files = MAILMAN_HOME/lists/$local_part/config.pck
driver = accept
@@ -66,6 +71,7 @@
# Mailman lists
mailman_router:
+ debug_print = "R: mailman_router for $local_part@$domain"
domains = +local_domains
condition = ${lookup{$local_part@$domain}lsearch{MAILMAN_HOME/data/virtual-mailman}{1}{0}}
require_files = MAILMAN_HOME/lists/$local_part/config.pck
@@ -84,6 +90,7 @@
---------------------- BEGIN EXIM4 TRANSPORT -------------------------
mailman_transport:
+ debug_print = "T: mailman_transport for $local_part@$domain"
driver = pipe
command = MAILMAN_WRAP \
'${if def:local_part_suffix \
@@ -99,4 +106,4 @@
You are done!
- -- Lionel Elie Mamane <lmamane at debian.org>, Wed, 10 Dec 2008 22:33:27 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org>, Fri, 20 Mar 2009 09:27:39 +0100
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-03-14 16:29:13 UTC (rev 619)
+++ trunk/debian/changelog 2009-03-20 08:30:59 UTC (rev 620)
@@ -1,3 +1,10 @@
+mailman (1:2.1.12-2) UNRELEASED; urgency=low
+
+ [ Lionel Elie Mamane ]
+ * README.Exim4.Debian: add debug_print statements
+
+ -- Lionel Elie Mamane <lmamane at debian.org> Fri, 20 Mar 2009 09:30:35 +0100
+
mailman (1:2.1.12-1) unstable; urgency=low
* New upstream release.
More information about the Pkg-mailman-hackers
mailing list