diff options
author | pacien | 2018-09-03 04:25:16 +0200 |
---|---|---|
committer | pacien | 2018-09-03 04:25:16 +0200 |
commit | 4e886d95855558633e6d398b0cb7150e9f1476b2 (patch) | |
tree | 19aef4cd8c90b1569cd0ac6918a0c639e4bee6b4 /conf.d | |
parent | c4c5865bb0c866ca1607d799c43b741614d1db6f (diff) | |
download | exim-4e886d95855558633e6d398b0cb7150e9f1476b2.tar.gz |
Define DKIM header macro if not set
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/040_transports.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.d/040_transports.conf b/conf.d/040_transports.conf index 94d9b88..5a2d389 100644 --- a/conf.d/040_transports.conf +++ b/conf.d/040_transports.conf | |||
@@ -26,6 +26,11 @@ remote_smtp: | |||
26 | # The "Sender" header is excluded from the signature process, allowing mailing list | 26 | # The "Sender" header is excluded from the signature process, allowing mailing list |
27 | # servers to forward messages without invalidating the signature. | 27 | # servers to forward messages without invalidating the signature. |
28 | # ref: https://www.spinics.net/lists/linux-media/msg138870.html | 28 | # ref: https://www.spinics.net/lists/linux-media/msg138870.html |
29 | |||
30 | .ifndef _DKIM_SIGN_HEADERS | ||
31 | _DKIM_SIGN_HEADERS = In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive | ||
32 | .endif | ||
33 | |||
29 | signed_smtp: | 34 | signed_smtp: |
30 | driver = smtp | 35 | driver = smtp |
31 | message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} | 36 | message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} |