On 03/10/04 03:25 PM, Paul Geldart wrote:
Hi,
I've got a problem with my exim/clamd setup when I upgrade from 0.80rc2 to 0.
80rc3. I'm using exim 4.30 on SuSE 9.1 and have configured the malware acl to use clamd on 127.0.0.1 3310 *however* when I upgrade to 0.80rc3 all mail is being temporarily rejected with the following error being logged:
2004-10-03 18:05:28 1CE9nc-0006IK-5I malware acl condition: clamd: unable to read from socket (No such file or directory)
2004-10-03 18:05:28 1CE9nc-0006IK-5I H=smtp5.uk1.bibliotech.net [212.57.34.104] F=<[EMAIL PROTECTED]> temporarily rejected after DATA
Both exim and clam configs are unchanged during the upgrade (I've double checked the clam config to be sure) and netstat says clamd is listening on port 3310 (dyna-access)
What happens if you
telnet localhost 3310
?
Also, if you are only listening on localhost why not use a local socket instead?
Try removing the entries in /etc/clamd.conf for TCPSocket and TCPAddr and use something like this instead:
LocalSocket /var/clamav/socket/clamd
You will then need to change the following in Exim's configure file:
av_scanner = clamd:127.0.0.1 3310
to
av_scanner = clamd:/var/clamav/socket/clamd
<snip> _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users