Displaying 1 result from an estimated 1 matches for "rcdcc".
2007 May 25
0
dcc error on centos 5
...DCC
then,
[root at mailgw ~]# cdcc "delete 127.0.0.1"
[root at mailgw ~]# cdcc "delete 127.0.0.1 Greylist"
then, edited /etc/dcc/dcc_conf
[root at mailgw ~]# vi /etc/dcc/dcc_conf
I changed
DCCIFD_ENABLE=off
to
DCCIFD_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 /e...