--- ../clamav-0.88.1-orig/etc/clamd.conf 2006-03-29 06:01:45.000000000 -0800 +++ etc/clamd.conf 2006-04-09 10:31:42.903865376 -0700 @@ -5,13 +5,13 @@ # Comment or remove the line below. -Example +#Example # Uncomment this option to enable logging. # LogFile must be writable for the user running daemon. # A full path is required. # Default: disabled -#LogFile /tmp/clamd.log +LogFile stderr # By default the log file is locked for writing - the lock protects against # running clamd multiple times (if you want to run another clamd instance, @@ -36,7 +36,7 @@ # Also log clean files. Useful in debugging but drastically increases the # log size. # Default: disabled -#LogClean +LogClean # Use system logger (can work together with LogFile). # Default: disabled @@ -49,7 +49,7 @@ # Enable verbose logging. # Default: disabled -#LogVerbose +LogVerbose # This option allows you to save a process identifier of the listening # daemon (main thread). @@ -152,7 +152,7 @@ # Don't fork into background. # Default: disabled -#Foreground +Foreground # Enable debug messages in libclamav. # Default: disabled @@ -201,7 +201,7 @@ # Enable internal e-mail scanner. # Default: enabled -#ScanMail +ScanMail # If an email contains URLs ClamAV can download and scan them. # WARNING: This option may open your system to a DoS attack.