Displaying 1 result from an estimated 1 matches for "dccifd_en".
2007 May 25
0
dcc error on centos 5
...Then, I configured in Deamon mode.
I did below steps.
[root at mailgw ~]# yum install 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...