Skip to Content.
Sympa Menu

DKIM and ARC: Setup MTA: Using Rspamd

Requirements

Configuration

Setting Rspamd

Note that, Rspamd also has DKIM signing and ARC sealing capabilities, but we may not configure them: Sympa is responsible for those features.

Thus, basically the configuration of Rspamd we have to do for Sympa is just adding following line to local.d/milter_headers.conf:

use = ["authentication-results"];

For details see the documentation.

Setting MTA

See also "MTA integration" in the documentation.


After you finished setting up MTA, test it.

Top of Page