diff options
| author | bwarsaw | 2000-10-20 05:54:10 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-10-20 05:54:10 +0000 |
| commit | 7e3bfa942c2da513877c479f782a06635dd6fc7a (patch) | |
| tree | 437c790a838c3d9d20bdbaf00711620103f6de57 /contrib | |
| parent | 2a02475386a4dd68568f3a81c4ada6026acda6e5 (diff) | |
| download | mailman-7e3bfa942c2da513877c479f782a06635dd6fc7a.tar.gz mailman-7e3bfa942c2da513877c479f782a06635dd6fc7a.tar.zst mailman-7e3bfa942c2da513877c479f782a06635dd6fc7a.zip | |
Diffstat (limited to 'contrib')
| -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 |
