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/node27.html | 109 ++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 admin/www/mailman-install/node27.html (limited to 'admin/www/mailman-install/node27.html') diff --git a/admin/www/mailman-install/node27.html b/admin/www/mailman-install/node27.html new file mode 100644 index 00000000..a66dc0fe --- /dev/null +++ b/admin/www/mailman-install/node27.html @@ -0,0 +1,109 @@ + + + + + + + + + + + + +6.2.11 Doing VERP with Exim and Mailman + + + + + +

+6.2.11 Doing VERP with Exim and Mailman +

+ +

+VERP will send one email, with a separate envelope sender (return path), for +each of your subscribers - read the information in +$prefix/Mailman/Default.py for the options that start with VERP. +In a nutshell, all you need to do to enable VERP with Exim is to add these lines to $prefix/Mailman/mm_cfg.py: + +

+

+    VERP_PASSWORD_REMINDERS = Yes
+    VERP_PERSONALIZED_DELIVERIES = Yes
+    VERP_DELIVERY_INTERVAL = Yes
+    VERP_CONFIRMATIONS = Yes
+
+ +

+(The director (router) above is smart enough to deal with VERP bounces.) + +

+ +

+ + + + -- cgit v1.2.3