Re: Sendmail with SpamAssassin and ClamAV

2006-10-18 Thread Mikael Nyström

Do a cd /etc/mail and run make install, to install myhost.cf as
sendmail.cf, since sendmail uses sendmail.cf. Restart sendmail and
clamav_milter.

//Micke

Martin Tsanov wrote:

 Do I need to edit sendmail.cf as well?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail with SpamAssassin and ClamAV

2006-10-18 Thread Martin Tsanov


--- Mikael Nyström [EMAIL PROTECTED] wrote:

 
 Do a cd /etc/mail and run make install, to install
 myhost.cf as
 sendmail.cf, since sendmail uses sendmail.cf.
 Restart sendmail and
 clamav_milter.
 

Thanks

 //Micke
 
 Martin Tsanov wrote:
 
  Do I need to edit sendmail.cf as well?
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail with SpamAssassin and ClamAV

2006-10-17 Thread Martin Tsanov
Hello,

I have installed spamassassin and clamav and
created myhost.mc file from which myhost.cf
is generated. In myhost.cf now I have:

# Input mail filters
O InputMailFilters=clmilter,spamassassin

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

However on startup I get the following error:

Starting clamav_milter.
/usr/local/sbin/clamav-milter: socket-addr
(/var/run/clamav/clmilter.sock) doesn't agree with
sendmail.cf

Do I need to edit sendmail.cf as well?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail with SpamAssassin and ClamAV

2006-10-17 Thread Olivier Nicole
 However on startup I get the following error:
 
 Starting clamav_milter.
 /usr/local/sbin/clamav-milter: socket-addr
 (/var/run/clamav/clmilter.sock) doesn't agree with
 sendmail.cf
 
 Do I need to edit sendmail.cf as well?

I am not sure how myhost.cf is included into sendmail.cf, but myhost
shoud be enough.

That said, who is in charge of creating the socket: clamav or
sendmail? What user is running sendmail? What user is running clamav?
Can both processes access to the socket?

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]