Skip to Content.
Sympa Menu

DKIM and ARC: Setup MTA: Using OpenDMARC

Requirements

Note

  • It is assumed here that OpenDMARC was built with internal SPF checking enabled. If not, you will need to install additional software for SPF, such as:

Configuration

Setting OpenDKIM / OpenDMARC

Sympa is responsible for the DKIM signing. That is, on OpenDKIM, the value of Mode parameter below may only include v, for verification.

The minimum configuration is as follows (Note: Replace mx.example.org in below).

opendkim.conf (see the manual of OpenDKIM for details):

AlwaysAddARHeader yes
AuthservID mx.example.org
Mode v
Socket inet:8891@localhost

opendmarc.conf (see the manual of OpenDMARC for details):

AuthservID mx.example.org
TrustedAuthservIDs mx.example.org
Socket inet:8893@localhost
SPFSelfValidate true

Setting MTA


After you finished setting up MTA, test it.

Top of Page