Stefan Foerster wrote:
>
>Go with SMTP_MAX_RCPT=1000 in Mailman but limit the number of Postfix
>processes, start with 20 (postconf -e default_process_limit=20 &&
>postfix reload), see how that works out for you and increase the
>default_process_limit if it works well until performance gets worse.


Part of the OP's original issue is that with the default SMTP_MAX_RCPTS
= 500, messages delivered from Mailman to Postfix had hundreds of
Hotmail (and/or Yahoo) envelope recipients. Postfix would apparently
then deliver the message to Hotmail, again in one transaction with all
the Hotmail envelope recipients, and Hotmail would not accept an
envelope with that many recipients (and similarly for Yahoo).

Probably, SMTP_MAX_RCPTS could be larger than 5 and still avoid the
problem, but it probably can't be more than 20 or so.

Of course, the real solution is for the OP to negotiate with Microsoft
and Yahoo and maybe others to get his server whitelisted if he can.

-- 
Mark Sapiro <m...@msapiro.net>        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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to