On Mon, 16 Feb 2009, Marco Tchi Hong wrote:
> I'd like to limit the number of recipient a user can specify when sending
> mail via our SMTP server.
>
> In other words, I'd like to refuse the mail if the number of recipients
> exceeds 10 for example.
>
> To do so,
Hello,
I'd like to limit the number of recipient a user can specify when sending
mail via our SMTP server.
In other words, I'd like to refuse the mail if the number of recipients
exceeds 10 for example.
To do so, I set smtpd_recipient_limit to 10.
To which value sh