Mailman: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
=Links= | =Links= | ||
*[http://www.gnu.org/software/mailman/index.html Mailman homepage] | *[http://www.gnu.org/software/mailman/index.html Mailman homepage] | ||
*[og.ccsf.edu/~msapiro/scripts/ Some very handy admin scripts] | *[http://og.ccsf.edu/~msapiro/scripts/ Some very handy admin scripts] | ||
=Notes= | |||
==Postfix and mailman== | |||
*[https://wiki.debian.org/Postfix#Mailman_with_Postfix Postfix with mailman] | |||
===Achtung=== | |||
It seems using reject_unverified_recipient in postfix configuration is a very bad idea, possibly even related to the horrible "Connection unexpectedly closed: [Errno 104]" messsages in smtp-failure log, but this might also be related to SMTP_MAX_RCPTS in mm_cfg.py, keep this < 20 anyway | |||
=FAQ= | =FAQ= |
Latest revision as of 14:46, 28 August 2013
A rather archaic but effective mailinglist manager.
Links
Notes
Postfix and mailman
Achtung
It seems using reject_unverified_recipient in postfix configuration is a very bad idea, possibly even related to the horrible "Connection unexpectedly closed: [Errno 104]" messsages in smtp-failure log, but this might also be related to SMTP_MAX_RCPTS in mm_cfg.py, keep this < 20 anyway