mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-02-23 14:12:57 +08:00
Add additional headers to DKIM signature
By default OpenDKIM will sign just `From`, `To`, `Sender`, `Subject` and `Date`. It makes sense to also sign other headers (especially `Reply-To`) to make sure nobody fiddles with the email.
This commit is contained in:
parent
ecfb59dffd
commit
4d6919e54c
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ SignatureAlgorithm rsa-sha256
|
|||
|
||||
UserID opendkim:opendkim
|
||||
Socket inet:8891@localhost
|
||||
|
||||
SignHeaders From,Sender,To,CC,Subject,Message-Id,Date,MIME-Version,Content-Type,Reply-To
|
||||
OversignHeaders From,Sender,To,CC,Subject,Message-Id,Date,MIME-Version,Content-Type,Reply-To
|
||||
|
|
Loading…
Reference in a new issue