On 02/12/10 00:55, Noel Jones wrote: > On 12/1/2010 5:34 PM, John Fawcett wrote: >> I just upgraded to postfix-2.8-20101130 from postfix-2.8-20101108 >> >> I am seeing the following being logged >> >> Dec 2 00:16:26 rosalia postfix/postscreen[8147]: fatal: bad numerical >> configuration: postscreen_client_connection_count_limit = >> Dec 2 00:16:27 rosalia postfix/master[5648]: warning: process >> /usr/lib/postfix/postscreen pid 8147 exit status 1 >> Dec 2 00:16:27 rosalia postfix/master[5648]: warning: >> /usr/lib/postfix/postscreen: bad command startup -- throttling >> > > > I am unable to reproduce this. Maybe there was some unprintable > garbage in your first main.cf entry? If you try it again do you get > the same results? > > > -- Noel Jones Hi Noel I confirm I can reproduce it again. The problem happens when:
- I don't set values for postscreen_client_connection_count_limit and smtpd_client_connection_count_limit in main.cf (so defaults are used) OR - I set postscreen_client_connection_count_limit = $smtpd_client_connection_count_limit in main.cf and do not set a value for smtpd_client_connection_count_limit in main.cf (so default is used) Seems that postscreen_client_connection_count_limit does not want to be initialized from the default value of smtpd_client_connection_count_limit. John