Date: Tue, 10 Mar 2009 15:43:12 +0100 (CET) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: freebsd-questions@freebsd.org Subject: Re: sendmail limits Message-ID: <alpine.BSF.2.00.0903101543010.12828@wojtek.tensor.gdynia.pl> In-Reply-To: <87ljrd7je0.fsf@kobe.laptop> References: <alpine.BSF.2.00.0903100850450.10572@wojtek.tensor.gdynia.pl> <87ljrd7je0.fsf@kobe.laptop>
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') > > thank you very much. that's what i was looking for.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0903101543010.12828>