From 7fd3afbe2480275fe41fa0169ed72abd1f425048 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Tue, 14 Dec 2004 04:27:49 +0000 Subject: Committing lots of documentation updates, including linking up to the new mailman-installation guide, and filling out the other formats that seemed to be missing. --- admin/www/mailman-install/exim3-transport.html | 112 +++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 admin/www/mailman-install/exim3-transport.html (limited to 'admin/www/mailman-install/exim3-transport.html') diff --git a/admin/www/mailman-install/exim3-transport.html b/admin/www/mailman-install/exim3-transport.html new file mode 100644 index 00000000..2fcb6606 --- /dev/null +++ b/admin/www/mailman-install/exim3-transport.html @@ -0,0 +1,112 @@ + + + + + + + + + + + + +6.2.3 Transport for Exim 3 + + + + + +

+
+6.2.3 Transport for Exim 3 +

+ +

+Add this to the transports section of your Exim config file, +i.e. somewhere between the first and second ``end'' line: + +

+

+  mailman_transport:
+    driver = pipe
+    command = MAILMAN_WRAP \
+              '${if def:local_part_suffix \
+                    {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
+                    {post}}' \
+              $local_part
+    current_directory = MAILMAN_HOME
+    home_directory = MAILMAN_HOME
+    user = MAILMAN_USER
+    group = MAILMAN_GROUP
+
+ +

+ +

+ + + + -- cgit v1.2.3