On 11/11/2014 03:26 PM, Niamh Holding wrote:
Hello Axb, Tuesday, November 11, 2014, 2:11:39 PM, you wrote: A> You need to add "-D dns" (without the quotes) option to the spamassassin A> init script So daemon $NICELEVEL spamd $SPAMDOPTIONS -r $SPAMD_PID becomes daemon $NICELEVEL spamd -D dns $SPAMDOPTIONS -r $SPAMD_PID or do I set SPAMDOPTIONS="-d -c -m5 -H- D dns"
watch out for stray spaces. SPAMDOPTIONS="-d -c -m5 -H -D dns" should do the trick...