After my last cPanel upgrade to WHM 11.15.0 cPanel 11.18.3-R21703, clamd keeps failing.
I've tried
/script/upcp --force
but, no luck.
Any ideas?
Thanks
After my last cPanel upgrade to WHM 11.15.0 cPanel 11.18.3-R21703, clamd keeps failing.
I've tried
/script/upcp --force
but, no luck.
Any ideas?
Thanks
I tried to run clamd
/usr/sbin/clamd
and it complained about non-parsable file /etc/clamd.conf with the following:
ERROR: Parse error at line 244: Unknown option ArchiveMaxFileSize.
ERROR: Can't open/parse the config file /etc/clamd.conf
ERROR: Parse error at line 251: Unknown option ArchiveMaxRecursion.
ERROR: Can't open/parse the config file /etc/clamd.conf
ERROR: Parse error at line 256: Unknown option ArchiveMaxFiles.
ERROR: Can't open/parse the config file /etc/clamd.conf
After I edited /etc/clamd.conf and commented out the above directive, clamd started.
I still don't know what's going on, although clamd is now stable.
Any help is appreciated.
> clamd:
> - NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion,
> MaxFiles
> - ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **:
> MailMaxRecursion,
> ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles,
> ArchiveMaxCompressionRatio, ArchiveBlockMax
So the answer is to update your /etc/clamd.conf file with the appropriate new option which replaces the old option.
Mike