Bug 111966 - Clamav-milter no up
Summary: Clamav-milter no up
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 19:20 UTC by Rodrigo Reyes
Modified: 2007-06-17 23:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Reyes 2007-04-20 19:20:01 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-04-21 04:18:52 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-ports-bugs

Ports PR.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-04-21 04:21:18 UTC
State Changed
From-To: open->feedback

To which port does this PR apply?
Comment 3 jfkimura 2007-05-06 12:54:09 UTC
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/
Comment 4 jfkimura 2007-06-07 00:18:30 UTC
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/
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-06-17 23:49:08 UTC
State Changed
From-To: feedback->closed

Pilor erro in configuration file.