Error: too many connections from

2022-07-26 Thread Helmut Schneider
Hi, anvil_rate_time_unit = 60 smtpd_client_connection_rate_limit = 6 smtpd_client_connection_count_limit = 4 smtpd_client_connection_limit_exceptions = /etc/postfix-in/smtpd_client_connection_limit_exceptions smtpd_client_event_limit_exceptions = /etc/postfix-in/smtpd_client_event_limit_excepti

Re: Error: too many connections from

2022-07-26 Thread Matus UHLAR - fantomas
On 26.07.22 10:31, Helmut Schneider wrote: anvil_rate_time_unit = 60 smtpd_client_connection_rate_limit = 6 smtpd_client_connection_count_limit = 4 smtpd_client_connection_limit_exceptions = /etc/postfix-in/smtpd_client_connection_limit_exceptions smtpd_client_event_limit_exceptions = /etc/post

Re: Error: too many connections from

2022-07-26 Thread Helmut Schneider
Am 26.07.2022 um 12:08 schrieb Matus UHLAR - fantomas: On 26.07.22 10:31, Helmut Schneider wrote: But still: Error: too many connections from 172.20.16.26 this looks like courier message. No courier here. and it looks like global limit crossed not per-IP limit. Global limit?

Re: Error: too many connections from

2022-07-26 Thread Wietse Venema
Helmut Schneider: > Error: too many connections from 172.20.16.26 LOOK IN YOUR LOGS. Wietse

Re: Error: too many connections from

2022-07-26 Thread Wietse Venema
Wietse Venema: > Helmut Schneider: > > Error: too many connections from 172.20.16.26 > > LOOK IN YOUR LOGS. That will tell you if this is a concurrency or rate limti problem. However, the problem is that your exclusion configuration is broken. You specify a CIDR table, but you failed to tell Pos

Re: Error: too many connections from

2022-07-26 Thread Helmut Schneider
Am 26.07.2022 um 14:28 schrieb Wietse Venema: Wietse Venema: Helmut Schneider: > Error: too many connections from 172.20.16.26 LOOK IN YOUR LOGS. That will tell you if this is a concurrency or rate limti problem. However, the problem is that your exclusion configuration is broken. You specif

Re: Error: too many connections from

2022-07-26 Thread Helmut Schneider
Am 26.07.2022 um 16:35 schrieb Helmut Schneider: $ postmulti -i postfix-in -x postconf smtpd_client_connection_limit_exceptions smtpd_client_connection_limit_exceptions = cidr:/etc/postfix-in/smtpd_client_connection_limit_exceptions $ postmulti -i postfix-in -x postconf smtpd_client_event_limit_e

Re: Error: too many connections from

2022-07-26 Thread Wietse Venema
Helmut Schneider: > Am 26.07.2022 um 14:28 schrieb Wietse Venema: > > Wietse Venema: > >> Helmut Schneider: > >> > Error: too many connections from 172.20.16.26 > >> > >> LOOK IN YOUR LOGS. > > > > That will tell you if this is a concurrency or rate limti problem. > > However, the problem is that

Re: Error: too many connections from

2022-07-26 Thread Wietse Venema
Helmut Schneider: > Jul 26 16:53:01 deaugmail02 postfix-amavis/smtpd[1439046]: warning: cidr > map /etc/postfix-amavis/smtpd_client_event_limit_exceptions, line 4: bad > address pattern: "$mynetworks": skipping this rule > > Any way to include $mynetworks anyway? Or any other CIDR file? In smtp

Re: Error: too many connections from

2022-07-26 Thread Helmut Schneider
Am 26.07.2022 um 17:06 schrieb Wietse Venema: Helmut Schneider: Jul 26 16:53:01 deaugmail02 postfix-amavis/smtpd[1439046]: warning: cidr map /etc/postfix-amavis/smtpd_client_event_limit_exceptions, line 4: bad address pattern: "$mynetworks": skipping this rule Any way to include $mynetworks a