Hello! I'm running clamav-milter, clamd, and sendmail on CentOS 3.3 (RHEL3). I'm trying to verify that my milter works. I've sent test emails from testvirus.org but they don't appear to be getting flagged. I don't see anything in the logs to indicate they were. Is there a sure-fire way to know? Also, how should the clamd work? Does it watch the filesystem? Or will it only work on a scan?
Here is my clamd.conf: LogFile /var/log/clamav/clamd.log #LogFileUnlock LogFileMaxSize 0 LogTime LogClean LogSyslog #LogFacility LOG_MAIL LogVerbose PidFile /var/run/clamav/clamd.pid TemporaryDirectory /var/tmp DatabaseDirectory /var/clamav LocalSocket /var/run/clamav/clamd.sock FixStaleSocket # TCPAddr 127.0.0.1 MaxConnectionQueueLength 30 StreamMaxLength 10M #MaxThreads 20 ReadTimeout 300 #IdleTimeout 60 #MaxDirectoryRecursion 20 #FollowDirectorySymlinks #FollowFileSymlinks #SelfCheck 600 #VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v" User clamav AllowSupplementaryGroups #Foreground #Debug #LeaveTemporaryFiles #DisableDefaultScanOptions #ScanPE DetectBrokenExecutables #ScanOLE2 ScanMail #MailFollowURLs #ScanHTML ScanArchive #ScanRAR ArchiveMaxFileSize 10M #ArchiveMaxRecursion 8 #ArchiveMaxFiles 1500 ArchiveMaxCompressionRatio 300 #ArchiveLimitMemoryUsage ArchiveBlockEncrypted ArchiveBlockMax #ClamukoScanOnAccess #ClamukoScanOnOpen #ClamukoScanOnClose #ClamukoScanOnExec #ClamukoIncludePath /home #ClamukoIncludePath /students #ClamukoExcludePath /home/guru #ClamukoMaxFileSize 10M -- <<JAV>> _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
