Date: Tue, 10 Mar 2009 12:38:15 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: sendmail limits Message-ID: <87ljrd7je0.fsf@kobe.laptop> In-Reply-To: <alpine.BSF.2.00.0903100850450.10572@wojtek.tensor.gdynia.pl> (Wojciech Puchar's message of "Tue, 10 Mar 2009 08:51:12 %2B0100 (CET)") References: <alpine.BSF.2.00.0903100850450.10572@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Mar 2009 08:51:12 +0100 (CET), Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> wrote:
> i'm just asking for sure - do sendmail has any limits of how much
> adresses is put in CC/BCC in single mail?
Yes, of course. There is *support* for a limit, but the default
is to accept a large number of recipients per-message:
confMAX_RCPTS_PER_MESSAGE MaxRecipientsPerMessage
[default: infinite] If set, allow no more than the specified
number of recipients in an SMTP envelope. Further recipients
receive a 452 error code (i.e., they are deferred for the
next delivery attempt).
You can set this easily, by modifying `sendmail.mc' to include:
define(`confMAX_RCPTS_PER_MESSAGE', `20')
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ljrd7je0.fsf>
