W B Hacker skrev: > Asbjørn Aarrestad wrote: > > >> hi all, >> >> I'm trying to get exim to talk to clamd on fc5, but so far, all the test >> mail are just flushing through to the local delivery, and no messages >> are scanned for viruses. >> >> I've installed the rpm's in fc5 for exim and clamd.server and also the >> clamav-exim configuration >> >> I've enabled the "av_scanner = clamd:/var/run/clamd.exim/clamd.lock" and >> checked the acl_check_data block >> >> >> >> > It looks as if you are trying to use a Unix socket pointed at the PID file > instead of to a socket structure. > And you found a typo in the mail :-)
From exim.conf: av_scanner = clamd:/var/run/clamd.exim/clamd.sock -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
