>Conceptually you can. I tested it yesterday and it worked. At first I
>encountered said phenomenon that the >mails in my inbox had no DMARC AR
>header, but that was because the content_filter Amavis removed them. >After
>disabling DKIM verification on the content_filter, headers looked like this:
>Authentication-Results: arcsin.de; dmarc=pass (p=quarantine dis=none)
>header.from=arcsin.de
>Authentication-Results: arcsin.de; spf=none smtp.mailfrom=redacted
>X-Spam-Flag: NO
>X-Spam-Score: -1.142
>X-Spam-Level:
>X-Spam-Status: No, score=-1.142 tagged_above=-100 required=6.31
>tests=[...redacted...]
>autolearn=unavailable autolearn_force=no
>Authentication-Results: arcsin.de (amavis); dkim=pass (2048-bit key)
>header.d=arcsin.de
>OpenDKIM was not involved here.
So as per your previous post, setting a policy such as this one would do the
trick?
/etc/postfix/main.cf:
content_filter = amavis:[127.0.0.1]:10021
/etc/amavis/conf.d/50-user:
$interface_policy{'10021'} = 'DISABLEDKIM';
$policy_bank{'DISABLEDKIM'} = {
enable_dkim_verification => 0
};
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]