Auteur: Heiko Schlittermann Date: À: exim-users Sujet: Re: [exim] Hold up
Hello,
The Doctor <doctor@???> (Sat Apr 23 05:31:51 2011): > I see this in my incoming server logs:
>
> Apr 22 20:58:04 doctor doctor[42]: exim[7708]: 2011-04-22 20:58:04 1QDT0h-00020K-Px spam acl condition: error reading from spamd socket: Operation timed out
Exim can't talk to your spamd. You may check the logs of your spamd.
> Apr 22 20:58:04 doctor doctor[42]: exim[7708]: 2011-04-22 20:58:04 1QDT0h-00020K-Px H=uucp.nk.ca (gallifrey.nk.ca) [204.209.81.3] U=exim F=<ips@???> temporarily rejected after DATA
Exim wanted to pass the message to spamd, but can't. See above. This is
not a fatal problem, thus Exim just sends a 4xx to the remote client.
If you wan't to let the messages through in such a case, you may want to
add a /defer_ok to the spam ACL. (Ref to "Calling SpamAssassin from an
Exim ACL")