[Mailman-Users] Mail are not going out from mailman...

Mark Sapiro mark at msapiro.net
Tue Oct 7 18:11:59 CEST 2008


Nitin Bhadauria wrote:
>
>I found the problem the "Bounce processing" option was disabled. The 
>mailman send the mail to 500 rcpt at once because of the 20 user are 
>says User unknown in virtual mailbox table so all the 500 mails are keep 
>bouncing between mailman and postfix.


Enabling bounce processing in this situation will just remove valid
member addresses from your list. What you need to do is set

SMTP_MAX_RCPTS = 10

(or some number less than 20) in mm_cfg.py, so you don't ever have more
than 20 recipients to one domain.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list