CLAMAV Error

lunders

Verified User
Joined
Mar 19, 2006
Messages
17
Heya guys, I have been getting major spam on my box for sometime now :( I just tryed to install clamAV there but I get this error when trying to start it up.

[root@server etc]# /usr/local/sbin/clamd
ERROR: Parse error at line 204: Option ScanMail requires boolean argument.
ERROR: Can't open/parse the config file /etc/clamd.conf


On that line this is the code...

# Enable internal e-mail scanner.
# Default: enabled
ScanMail

# If an email contains URLs ClamAV can download and scan them.
# WARNING: This option may open your system to a DoS attack.
# Never use it on loaded servers.
# Default: disabled
#MailFollowURLs

Anyone know what the problem maybe?
 
I have had this error also, just change it to:

# Enable internal e-mail scanner.
# Default: enabled
ScanMail True
 
Okies, that never brought up a error... but this is the thing, I don't know if I have set it all up right :S Im still getting spam..
 
Back
Top