Displaying 1 result from an estimated 1 matches for "dcc_home".
Did you mean:
cc_home
2007 May 25
0
dcc error on centos 5
...D_ENABLE=on
then,
[root at mailgw ~]# cp /usr/libexec/dcc/rcDCC /etc/rc.d/init.d/
[root at mailgw ~]# chkconfig rcDCC on
And finally,I edited SpamAssassin's configuration file, and tell it where to
find the path to DCC:
vi /etc/mail/spamassassin/local.cf
Add this to the end of the file:
dcc_home /usr/libexec/dcc
then,
Edit the file v310.pre:
vi /etc/mail/spamassassin/v310.pre
I changed
#loadplugin Mail::SpamAssassin::Plugin::DCC
to ( I removed the # mark)
loadplugin Mail::SpamAssassin::Plugin::DCC
then,
[root at mailgw ~]# /etc/init.d/spamassassin restart
Stopping spamd:...