Package: policyd-weight
Version: 0.1.14-beta-6
Severity: minor

On our mailservers we have a lot of these error messages (a few
hundred per day):
postfix/smtpd[5112]: warning: timeout on 127.0.0.1:12525 \
  while reading input attribute name
postfix/smtpd[5112]: warning: problem talking to server \
  127.0.0.1:12525: Connection timed out

/etc/postfix/main.cf
smtpd_recipient_restrictions =
    check_recipient_access regexp:/etc/postfix/config/regexp_recipient
    permit_mynetworks
    reject_unauth_destination
    check_client_access hash:/etc/postfix/config/policyd_weight_client_whitelist
    check_recipient_access hash:/etc/postfix/config/policyd_weight_recipient_whi
telist
    check_sender_access hash:/etc/postfix/config/policyd_weight_sender_whitelist
    check_policy_service inet:127.0.0.1:12525
    check_recipient_access hash:/etc/postfix/config/user-acl
    reject_unauth_destination

It looks like installing libsys-syslog-perl (which is listed as
recomendation) calms things down dramaticaly. Now we have less
than 10 of this alerts per day.

Best regards
  Joerg




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to