diff options
| -rw-r--r-- | contrib/qmail-to-mailman.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/qmail-to-mailman.py b/contrib/qmail-to-mailman.py index 26d346ca0..1bf3d2fcf 100644 --- a/contrib/qmail-to-mailman.py +++ b/contrib/qmail-to-mailman.py @@ -32,11 +32,14 @@ MailmanOwner = "postmaster@localhost"; # Postmaster and abuse mail recepient. # To configure a virtual domain to connect to mailman, create these files: # # ~mailman/.qmail-default -# |/usr/bin/python /home/mailman/mail-in.py +# |preline /usr/bin/python /home/mailman/mail-in.py # # /var/qmail/control/virtualdomains: # DOMAIN.COM:mailman # +# Note: "preline" is a QMail program which ensures a Unix "From " header is +# on the message. Archiving will break without this. +# # Replace DOMAIN.COM above with the name of the domain to be connected to # Mailman. Note that _all_ mail to that domain will go to Mailman, so you # don't want to put the name of your main domain here. In my case, I created |
