> Is there a good rule-of-thumb for what to set the MaxRecipients pamarater 
> to in sendmail?

RFC821 says that SMTP servers have to handle 100 recipients, but the 
usual number seems to be 20.

> And the meta question: what happens to the sending server if the limit 
> is exceeded... are the servers clever enough to requeue the message

Not that I've seen.  On the other hand, I don't know of any MTA that sends
more than 20 addresses per transfer, and the only ones who can't handle that
are deliberately broken as a badly implemented spam filter. 

Incidentally, if you have reasonable bandwidth, your overall throughput will
probably be better if you send one receipient per message as qmail does, even
though the total bytes transferred is more, due to increased overlap and less
waiting for round trip handshakes. 

Regards,
John Levine, [EMAIL PROTECTED], Primary Perpetrator of "The Internet for Dummies",
Information Superhighwayman wanna-be, http://iecc.com/johnl, Sewer Commissioner
Finger for PGP key, f'print = 3A 5B D0 3F D9 A0 6A A4  2D AC 1E 9E A6 36 A3 47 



Reply via email to