Hi, I'm setting up sendmail on FC6 and am having trouble determining whether or not clamav-milter is properly configured and running. I guess there's been some changes since the last time I set this up (FC3). I'm not sure if I need to install and run clamav-server w/ clamav-server-sysv, but it wasn't pulled in as a dependency when I used yum to install clamav-milter. I've added the following line to my sendmail.mc and rebuilt sendmail.cf (followed by a sendmail restart): INPUT_MAIL_FILTER(`clamav', `S=local:/var/run/clamav-milter/clamav.sock, F=, T=S:4m;R:4m')dnl and the resulting sendmail.cf has: O InputMailFilters=clamav, milter-regex, greylist Xclamav, S=local:/var/run/clamav-milter/clamav.sock, F=, T=S:4m;R:4m When I send a mail out via "echo test | mail -v -s test drew@xxxxxxxxxxxxx" I do receive the mail, but there's no header telling me it's gone through the milter. Anyone have an idea what's wrong? Also, has anyone played with milter-regex or the greylist milter? How effective are they? -- Drew