On 11/22/05, Spamassassin List <[EMAIL PROTECTED]> wrote:
>I am trying to enable DCC support but as far as I can see no >DCC_CHECK
>is being involved. Your advise would be greatly appreciated.
Did you enable local, -L? Remove this when you call spamd
No, spamd is called without -L:
spamd_flags=${spamd_flags:-"-x -m 5 -d -u spamd
--socketpath=/var/run/spamd/spamd"}
Quoted from Vernon Schryver [EMAIL PROTECTED]
The "write(MTA socket,4)" messages suggest that spamassassin has closed
the socket to dccifd when dccifd gets around to answering.
The "continue not asking greylist" messages suggest that dccifd is
trying to contact a greylist server without joy. As far as I can
tell, the 1.2.14 version of dccifd todes not try to talk to a greylist
server when not running with -G.
Does `ps -lef | grep dccifd` agree that dccifd is not running with -G?
What does `cdcc info` say about the contents of your /var/dcc/map file?
regards