On Mon, 2004-04-12 at 01:14, Matt Hansen wrote: > INPUT_MAIL_FILTER(`clamav-milter', > `S=local:/var/run/clamav/clamav-milter.sock, F=,T=S:4m;R:4m;E:10m') > ^^^^^ > Notice the extra bit at the end that wasn't in your line. Interesting. It certainly seems to be working fine without those though. I wonder what those extra bits represent (might they represent options in the clamav.conf file?). I'll have to dig around. I won't add it in just yet, in case it breaks what appears to be currently working. > * There's no mention of setting the daemons to start on boot. i.e. a > line such as: > - /sbin/chkconfig --level 345 clamd/clamav-milter/freshclam on Actually, it is there. You may have just missed it. There are 2 for loops in the page. The first one sets the runlevels. But I will change it to call chkconfig with the full path. > * Also, to keep to general best practices, the line where you start the > services should use /sbin/service instead of calling the script > directly. Noted and being changed. > Apart from that, it's a nice, simple-to-follow guide to get ClamAV up > and running. Thanks. That's what I'm shooting for.