@@ -1,5 +1,5 @@
--- postfix-to-mailman-2.1.py.orig 2012-12-02 12:33:56.928034248 +0100
-+++ postfix-to-mailman-2.1.py 2012-12-02 12:36:01.072032525 +0100
++++ postfix-to-mailman-2.1.py 2012-12-02 16:28:07.036037537 +0100
@@ -1,8 +1,9 @@
#! /usr/bin/env python
@@ -8,7 +8,7 @@
-MailmanOwner = "postmaster@example.com"; # Postmaster and abuse mail recipient.
+MailmanHome = "/usr/lib/mailman"; # Mailman home directory.
+MailmanVar = "/var/lib/mailman";
-+MailmanOwner = "postmaster@localhost"; # Postmaster and abuse mail recipient.
++MailmanOwner = "postmaster@"; # Postmaster and abuse mail recipient.
# End of configuration variables.
# postfix-to-mailman-2.1.py (to be installed as postfix-to-mailman.py)
|