From 7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 9 Sep 2010 09:44:10 -0700 Subject: Preparing 2.1.14rc1 release. --- doc/mailman-install/postfix-integration.html | 208 +++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 doc/mailman-install/postfix-integration.html (limited to 'doc/mailman-install/postfix-integration.html') diff --git a/doc/mailman-install/postfix-integration.html b/doc/mailman-install/postfix-integration.html new file mode 100644 index 00000000..560fe85c --- /dev/null +++ b/doc/mailman-install/postfix-integration.html @@ -0,0 +1,208 @@ + + + + + + + + + + + + + +6.1.1 Integrating Postfix and Mailman + + + + + +

+
+6.1.1 Integrating Postfix and Mailman +

+ +

+You can integrate Postfix and Mailman such that when new lists are created, or +lists are removed, Postfix's alias database will be automatically updated. +The following are the steps you need to take to make this work. + +

+In the description below, we assume that you've installed Mailman in the +default location, i.e. /usr/local/mailman. If that's not the case, +adjust the instructions according to your use of configure's +--prefix and --with-var-prefix options. + +

+

Note: + +If you are using virtual domains and you want Mailman to honor your virtual +domains, read the 6.1 section below first! +
+ +

+ +

+ +

+That's it! One caveat: when you add or remove a list, the aliases.db +file will updated, but it will not automatically run postfix reload. +This is because you need to be root to run this and suid-root scripts are not +secure. The only effect of this is that it will take about a minute for +Postfix to notice the change to the aliases.db file and update its +tables. + +

+ +

+ + + + -- cgit v1.2.3