> I have told Spamassassin to do DCC checks but I am seeing this in my logs: > > dccproc[555555]: socket(UDP): Address family not supported by protocol > > > What is causing that error? > > > 8) >
I did a search on that and saw this: DCC Turn off IPv6 for dcc by editing the /etc/dcc/map.txt file: # turn off ipv6 # http://www.rhyolite.com/pipermail/dcc/2005/002631.html IPv6 off # public DCC servers dcc1.dcc-servers.net dcc2.dcc-servers.net dcc3.dcc-servers.net dcc4.dcc-servers.net dcc5.dcc-servers.net Then run cdcc "load map.txt". Doing so will remove the following from your maillog if you are not on an IPv6 network: May 10 18:35:05 localhost dccproc[3068]: socket(UDP): Address family not supported by protocol Robert