Jerry wrote: > I am about to set up a new installation of Postfix and clamav-milter on > a FreeBSD-7.2 system. On my present system I have clamsmtp installed. I > was thinking that clamav-milter might be a better choice. > > Can anyone supply me with a basic template for getting clamav-milter > working with Postfix? I have the latest version of Postfix-2.6x and > clamav installed.
For the postfix side, all you need is something like: smtpd_milters = unix:/path/to/clamav-milter.socket non_smtpd_milters = unix:/path/to/clamav-milter.socket in your main.cf. For the clamav-milter side I'd suggest to start from the provided sample config, fix the sockets and paths and try running it. If things work, you can get back to it and tweak the other options so that it suits your needs. > also, am I correct in assuming that clamav-milter will only add a > header to the the infected email but not modify the SUBJECT: line? You are correct. -acab _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml