Re: unused parameter: smtpd_client_connection_limit_exceptions

2011-11-23 Thread Wietse Venema
Wietse Venema: > Mark Martinec: > > postfix 2.9.2019 warns me: > > > > unused parameter: smtpd_client_connection_limit_exceptions > > The problem is that postconf no longer parses parameter values > that have their default value. Actually, the "unused parameter" detector never looked at bu

Re: unused parameter: smtpd_client_connection_limit_exceptions

2011-11-23 Thread Mark Martinec
> > -o smtpd_client_connection_limit_exceptions=0.0.0.0/0 Jeroen Geilman wrote: > This is probably old code, since postconf(5) says: > http://www.postfix.org/postconf.5.html#smtpd_client_event_limit_exceptions > > *smtpd_client_event_limit_exceptions( > default: $mynetworks )* > > Clients

Re: unused parameter: smtpd_client_connection_limit_exceptions

2011-11-23 Thread Jeroen Geilman
On 2011-11-23 21:05, Mark Martinec wrote: postfix 2.9.2019 warns me: unused parameter: smtpd_client_connection_limit_exceptions Yet if I remove this option from master.cf, I soon reach the connection limit at the pre-queue content filter's re-entry smtpd service: 421-4.7.0 mail.ijs.s

Re: unused parameter: smtpd_client_connection_limit_exceptions

2011-11-23 Thread Wietse Venema
Mark Martinec: > postfix 2.9.2019 warns me: > > unused parameter: smtpd_client_connection_limit_exceptions The problem is that postconf no longer parses parameter values that have their default value. You can work around this with an explicit /etc/postfix/main.cf: smtpd_client_event_l