diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-02-06 12:05:16 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-02-06 12:05:16 -0800 |
commit | 3d0f892340178df9e8afce5ab2b8a0986aa785db (patch) | |
tree | 9ffa3ef954c46fe6585af8ea80538f99ed06c5b3 /contrib/README.courier_to_mailman | |
parent | 5ec4a5aca7989ef8446411d6681128fa49873e5b (diff) | |
download | mailman2-3d0f892340178df9e8afce5ab2b8a0986aa785db.tar.gz mailman2-3d0f892340178df9e8afce5ab2b8a0986aa785db.tar.xz mailman2-3d0f892340178df9e8afce5ab2b8a0986aa785db.zip |
Added Lindsay Haisley's courier_to_mailman.py to the contrib/ directory.
Diffstat (limited to 'contrib/README.courier_to_mailman')
-rw-r--r-- | contrib/README.courier_to_mailman | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/README.courier_to_mailman b/contrib/README.courier_to_mailman new file mode 100644 index 00000000..96d6e92b --- /dev/null +++ b/contrib/README.courier_to_mailman @@ -0,0 +1,14 @@ +I've attached a utility to interface the Courier MTA with mailman for possible +inclusion in the contrib section of the Mailman distribution. This is rather +similar to qmail-to-mailman.py with a few changes to the code to accommodate +differences between the the two MTAs and a number of changes to the +instructions in the comments. This script has worked flawlessly for me for +over 5 years, so it's been well tested. + +Note, of course, that a line will need to be added to configure.in (and +configure, implicitly, via autoconf) to copy the file and replace tokens used +in the attached script with actual paths. + +Courier is actively supported and development on it is ongoing, whereas qmail +is unsupported and largely depreciated for use in new mail server +installations. |