From 3a258ad5cdd98c5705af6c02ba91993b3d382adc Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 5 Dec 2007 17:23:41 -0500 Subject: Because the admin directory is no longer included, the www directory isn't either, and that's where the generated docs used to live. So now, make this directory include the generated docs, removing the old IPC7 and LISA-98 directories, and the .tex source files. These latter are moved to the admin repository. --- doc/mailman-install/node27.html | 110 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 doc/mailman-install/node27.html (limited to 'doc/mailman-install/node27.html') diff --git a/doc/mailman-install/node27.html b/doc/mailman-install/node27.html new file mode 100644 index 00000000..fa2cb7fa --- /dev/null +++ b/doc/mailman-install/node27.html @@ -0,0 +1,110 @@ + + + + + + + + + + + + + +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/Defaults.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