Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

dkim verification disable

2 views
Skip to first unread message

Oleksii Krykun

unread,
May 31, 2013, 2:33:54 AM5/31/13
to
Hi,

I would like to disable dkim verification.

I put into amavisd.conf following:

$enable_dkim_verification = 0;
$enable_dkim_signing = 0;

But I see in my incoming message headers:

X-Spam-Status: Yes, score=8.877 required=5 tests=[ALL_TRUSTED=-1,
DKIM_ADSP_NXDOMAIN=0.8 ....

How to fully disable dkim, i.e. avoid of DKIM_ADSP_NXDOMAIN?

# amavisd -V
amavisd-new-2.8.0 (20120630)

Patrik Båt

unread,
May 31, 2013, 6:53:21 AM5/31/13
to
Thats not amavisd-new, that spamassassin, you need to disable those
checks in SA.
signature.asc

li...@kurawa.fidonet.or.id

unread,
May 31, 2013, 7:32:28 AM5/31/13
to
This doesn't disable it but basically should whitelist it score-wise.

Edit /etc/mail/spamassassin/local.cf

Add:

score DKIM_ADSP_NXDOMAIN 0

Then on command line:

/scripts/restartsrv_amavisd
0 new messages