Hallo,

provide some debug-logs, eg:

egrep -i '(warn|err|fatal|panic):' /some/log/file
here an example from one affected machine, but seems to be the same on other servers.

Oct 21 10:57:00 servername postfix/policyd-weight[30304]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 10:57:00 servername postfix/policyd-weight[7581]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 10:57:00 servername postfix/policyd-weight[7015]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 11:55:53 servername postfix/policyd-weight[29656]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 11:55:53 servername postfix/policyd-weight[29309]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 12:00:57 servername postfix/policyd-weight[9438]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 12:56:54 servername postfix/policyd-weight[587]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322. Oct 21 12:56:54 servername postfix/policyd-weight[20380]: warning: child: err: Died at /usr/lib/postfix/policyd-weight line 1322.

sequenz ist this:

$SIG{'PIPE'} = sub {
                   mylog(warning=>"Got [EMAIL PROTECTED] Child $$ terminated.");
                   die;
               };

the "die" is line 1322.


what is your OS' somax-value (sysctl -a | grep somax)
sysctl -a | grep somax shows:

# sysctl -a | grep somax
error: permission denied on key 'net.ipv4.route.flush'
net.core.somaxconn = 128
error: permission denied on key 'net.ipv6.route.flush'

is there a special relation between this value and $SOMAXCONN in /etc/policyd-weight.conf ?

postfwd (www.postfwd.org looks flexible and promising).

i will have a look at this.

Thanks,
Andre


____________________________________________________________
Policyd-weight Mailinglist - http://www.policyd-weight.org/

Reply via email to