Limit max recipients per mail setting gone?

2019-08-04 Thread mabi
Hello,

In previous versions of OpenSMTPD I remember there was the following setting:

limit session max-rcpt

which one could use to limit the maximum recipients per mail. This setting seem 
to have been removed or I can't find it in OpenSMTPD 6.5...

Is there maybe a new setting name to achieve the same limit?

Regards,
Mabi



Re: Limit max recipients per mail setting gone?

2019-08-06 Thread Gilles Chehade
On Sun, Aug 04, 2019 at 04:45:17PM +, mabi wrote:
> Hello,
> 
> In previous versions of OpenSMTPD I remember there was the following setting:
> 
> limit session max-rcpt
> 
> which one could use to limit the maximum recipients per mail. This setting 
> seem to have been removed or I can't find it in OpenSMTPD 6.5...
> 
> Is there maybe a new setting name to achieve the same limit?
> 

Indeed, this somehow didn't get documented, please open an issue on our
tracker so I take care of this when I get home in a few days.

meanwhile, smtp limits are as follow:

smtp limit max-mails  = max number of mails per session
smtp limit max-rcpt   = max number of recipient per transaction


-- 
Gilles Chehade @poolpOrg

https://www.poolp.orgpatreon: https://www.patreon.com/gilles



Re: Limit max recipients per mail setting gone?

2019-08-07 Thread mabi
‐‐‐ Original Message ‐‐‐
On Tuesday, August 6, 2019 1:40 PM, Gilles Chehade  wrote:

> Indeed, this somehow didn't get documented, please open an issue on our
> tracker so I take care of this when I get home in a few days.
>
> meanwhile, smtp limits are as follow:
>
> smtp limit max-mails  = max number of mails per session
> smtp limit max-rcpt  = max number of recipient per transaction

Thank you very much for your answer. That's exactly what I was look for. I have 
opened the following issue:

https://github.com/OpenSMTPD/OpenSMTPD/issues/927

and hope that's fine.