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 <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to