My System is: - FreeBSD release 6.2 - clamav-0.90.2_1 - sendmail-8.14.1 The error is: # /usr/local/etc/rc.d/clamav-milter start Waiting for clamd socket.. 60.. 50.. 40.. 30.. 20.. 10.. There is no clamd socket (/var/run/clamav/clamd)! # All passage after updating sendmail 8.14.0 to 8.14.1. Before it worked well. my rc.conf: ... clamav_clamd_enable="YES" clamav_milter_enable="YES" clamav_freshclam_enable="YES" ... my /etc/mail/freebsd.mc is: .. DAEMON_OPTIONS(`Name=IPv4, Family=inet') define(`confBIND_OPTS', `WorkAroundBrokenAAAA') define(`confNO_RCPT_ACTION', `add-to-undisclosed') define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl INPUT_MAIL_FILTER(`clmilter', `S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clmilter,spamassassin')dnl MAILER(local) MAILER(smtp) .. my /etc/mail/sendmail.cf is (single the important lines): .. # Input mail filters O InputMailFilters=clmilter,spamassassin .. ##### MAIL FILTER DEFINITIONS Xspamassassin, S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m Xclmilter, S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m ... the archives /usr/local/etc/rc.d/clamav-clamd, /usr/local/etc/rc.d/clamav-freshclam and clamav-milter were not modified
Responsible Changed From-To: freebsd-i386->freebsd-ports-bugs Ports PR.
State Changed From-To: open->feedback To which port does this PR apply?
I have a similar phenomenon. I use FreeBSD 6.1-RELEASE-p5. Do all of you work normally? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111966 -------------------------------------- Big Chance to Win 50,000 Yahoo! Points! http://pr.mail.yahoo.co.jp/nlcp/
As for me, a problem dissolved. /usr/local/etc/clamd.conf --- # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) #LocalSocket /var/run/clamav/clamd LocalSocket /var/run/clamav/clamd.sock --- security/clamav-devel or security/clamav work fine. tks lots. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111966 // f.kimura -------------------------------------- Start Yahoo! Auction now! Check out the cool campaign http://pr.mail.yahoo.co.jp/auction/
State Changed From-To: feedback->closed Pilor erro in configuration file.