On 11/19/2014 02:42 PM, Tom Kinghorn wrote: > Good afternoon list, > > I have 8 smtp servers querying 4 policyd servers which sit behind a > load balancer. > > after a while of running perfectly, I start getting the following > errors appearing in the mail.log of the postfix servers: > > Nov 19 16:17:02 smtp1 postfix/smtpd[10929]: warning: problem talking > to server 10.113.157.19:10031: Connection refused > Nov 19 16:17:03 smtp1 postfix/smtpd[14351]: warning: connect to > 10.113.157.19:10031: Connection refused > Nov 19 16:17:03 smtp1 postfix/smtpd[14351]: warning: problem talking > to server 10.113.157.19:10031: Connection refused > Nov 19 16:17:05 smtp1 postfix/smtpd[10964]: warning: connect to > 10.113.157.19:10031: Connection refused > Nov 19 16:17:05 smtp1 postfix/smtpd[10964]: warning: problem talking > to server 10.113.157.19:10031: Connection refused > Nov 19 16:17:06 smtp1 postfix/smtpd[10878]: warning: connect to > 10.113.157.19:10031: Connection refused > > > The 4 policyd servers have been setup with the large mail environment > settings in cluebringer,conf > > min_servers=8 > min_spare_servers=8 > max_spare_servers=16 > max_servers=64 > max_requests=1000 > > cluebringer version is: Policyd v2 / Cluebringer - v2.1.x-201310261831 > > Has anyone experienced the same & what was the remedy? > > Is there a link between number of postfix servers started & the number > of policyd servers started? > i.e, should they be the same number?
First off, how many mails per second are you pushing? I'd check netstat -antp and look for all the connections to 10031 and see how many you have. Lets take it from there. Also how does your ps look in terms of children spawned? -N _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
