Hello, I've been following the guide to the Perfect Server Centos 6.2 and I've encountered a problem with step 14, where I installing clamav amavisd and spamassassin. The problem relates to clamav and amavisd.
Code:
[root@vps1 init.d]# sa-update
[root@vps1 init.d]# chkconfig --levels 235 amavisd on
[root@vps1 init.d]# chkconfig --del clamd
[root@vps1 init.d]# chkconfig --levels 235 clamd.amavisd on
error reading information on service clamd.amavisd: No such file or directory
There is simply no clamd.amavisd to be found. It's not present in /etc/init.d nor /etc/rc.d/init.d/ Has anyone else encountered this and might have some pointers?