Re: recipient limit question

2017-08-04 Thread Matus UHLAR - fantomas
On 04.08.17 15:28, Fazzina, Angelo wrote: When the limit is exceeded should the sender receive a bounce back email ? postfix rejects additional recipients with temporary error, which means that the client should retry those. Proper SMTP clients retry remaining recipients until mail is sent to a

Re: recipient limit question

2017-08-04 Thread Noel Jones
On 8/4/2017 10:12 AM, Fazzina, Angelo wrote: > Thank you. I see it maybe me doing the limiting > > smtpd_recipient_limit (default: 1000) > > The maximal number of recipients that the Postfix SMTP server accepts per > message delivery request. > > > > Q1 = So, can I assume it does not mat

RE: recipient limit question

2017-08-04 Thread Fazzina, Angelo
lto:owner-postfix-us...@postfix.org] On Behalf Of Bastian Blank Sent: Friday, August 4, 2017 11:21 AM To: postfix-users@postfix.org Subject: Re: recipient limit question On Fri, Aug 04, 2017 at 03:12:16PM +, Fazzina, Angelo wrote: > Thank you. I see it maybe me doing the limiting > smtp

Re: recipient limit question

2017-08-04 Thread Bastian Blank
On Fri, Aug 04, 2017 at 03:12:16PM +, Fazzina, Angelo wrote: > Thank you. I see it maybe me doing the limiting > smtpd_recipient_limit (default: 1000) > The maximal number of recipients that the Postfix SMTP server accepts per > message delivery request. > Q1 = So, can I assume it does no

RE: recipient limit question

2017-08-04 Thread Fazzina, Angelo
, 2017 11:00 AM To: postfix-users@postfix.org Subject: Re: recipient limit question On Fri, Aug 04, 2017 at 02:29:00PM +, Fazzina, Angelo wrote: > Did my postfix instance limit the number of recipients in the email that was > sent ? Yes, it restricts the amount of recipients to the number

Re: recipient limit question

2017-08-04 Thread Bastian Blank
On Fri, Aug 04, 2017 at 02:29:00PM +, Fazzina, Angelo wrote: > Did my postfix instance limit the number of recipients in the email that was > sent ? Yes, it restricts the amount of recipients to the number given. Your client needs to do another mail transaction with the remaining recipients.

RE: recipient limit question

2017-08-04 Thread Fazzina, Angelo
zzina Operating Systems Programmer / Analyst University of Connecticut,  UITS, SSG, Server Systems 860-486-9075 -Original Message- From: Wietse Venema [mailto:wie...@porcupine.org] Sent: Friday, August 4, 2017 10:51 AM To: Fazzina, Angelo Cc: Postfix users Subject: Re: recipient limit que

Re: recipient limit question

2017-08-04 Thread Wietse Venema
Fazzina, Angelo: > Hi, > > Did my postfix instance limit the number of recipients in the email > that was sent ? If you're missing recipients in the log, then that may be the result of unhelpful systemd rate limiting. Systemd is not part of Postfix. The Postfix scheduler has some safety features

recipient limit question

2017-08-04 Thread Fazzina, Angelo
Hi, Did my postfix instance limit the number of recipients in the email that was sent ? I was reading this at this link http://www.postfix.org/postconf.5.html default_extra_recipient_limit (default: 1000) The default value for the extra per-transport limit imposed on the number of in-memory