OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: MaxRecipientsPerMessage

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Mon Jun 09 2003 - 08:49:57 CDT


Thiago Lima wrote:

>
> Does postfix have anything like MaxRecipientsPerMessage in sendmail?
> To limit the number of recipients per message?
>
> I'm using postfix 2.0.7 in linux.
>
>
> Thanks alot
> Thiago Lima.
>

# The smtpd_recipient_limit parameter restricts the number of recipients
# that the SMTP server accepts per message delivery.
#
smtpd_recipient_limit = 1000