On 6/12/2011 8:46 PM, Janantha Marasinghe wrote:
Hi All,
I have installed clamav-milter on my postfix 2.7 which is
running on ubuntu 10.04 server LTS. I have configured the
config file where the socket is the clamav-milter.ctl but when
postfix gets an e-mail it gives the warning the directory or
file doesn't exist. has anyone got the clamav-milter working?
a lot less documentation available on the net regarding it.
thanks
Jay
Yes, the clamav milter works with postfix. Once you have
postfix and clamav working separately, adding the milter to
postfix is super easy. Things to check:
- clamav-milter and postfix must use the same socket setting.
- if you use a unix socket for clamav, postfix must have
permission to read it. This usually means adding the postfix
user to the clamav group. Sometimes it's easier to use a TCP
socket so you don't have to worry about permissions.
If you still have trouble, please see:
http://www.postfix.org/DEBUG_README.html#mail
-- Noel Jones