Mailman: Difference between revisions
From DWIKI
m (New page: A rather archaic but effective mailinglist manager. *[http://www.gnu.org/software/mailman/index.html Mailman homepage] =FAQ=) |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A rather archaic but effective mailinglist manager. | A rather archaic but effective mailinglist manager. | ||
=Links= | |||
*[http://www.gnu.org/software/mailman/index.html Mailman homepage] | *[http://www.gnu.org/software/mailman/index.html Mailman homepage] | ||
*[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