Hello. There is the problem with Amazon SES (if you use manual dkim) – it wants you not to sign:
- Message-ID
- Date
- Return-Path
- Bounces-To
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manual-dkim.html
By default opendkim signs h=List-ID:From:To:Subject:List-Unsubscribe:Date;.
So maybe there should be the way to override opendkim.conf if it exists or put only allowed headers to SignHeaders and OversignHeaders by default?
Hello. There is the problem with Amazon SES (if you use manual dkim) – it wants you not to sign:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manual-dkim.html
By default opendkim signs
h=List-ID:From:To:Subject:List-Unsubscribe:Date;.So maybe there should be the way to override opendkim.conf if it exists or put only allowed headers to
SignHeadersandOversignHeadersby default?