You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this fail because the sender is "gmx.de" but the DKIM Signature mentions "gmx.net"?
Other mail servers that handled that mail during transport marked the signature as valid:
DKIM_Verifier.AuthVerifier DEBUG AuthResult result found: {"version":"3.0","dkim":[{"version":"2.0","result":"PERMFAIL","errorType":"DKIM_POLICYERROR_WRONG_SDID","errorStrParams":["gmx.de"]}],"spf":[{"method":"spf","method_version":1,"result":"pass","propertys":{"smtp":{"mailfrom":"[email protected]"},"header":{},"body":{},"policy":{}}}],"dmarc":[{"method":"dmarc","method_version":1,"result":"pass","propertys":{"smtp":{},"header":{"from":"gmx.de"},"body":{},"policy":{}}}]}
Uploading the full email content to https://www.appmaildev.com/en/dkim also displays that the DKIM signature is valid, so there seems to be a bug in the plugin - or I configured something in a wrong way.
The text was updated successfully, but these errors were encountered:
The error is not coming from an invalid signature, but from the sign rules one can configure in the policy tab. This is something specific to the addon.
The DKIM specification itself does not require any alignment between the from address and the signing domain.
In your case I'm assuming you have enabled the DMARC heuristic, which results in this unintended result.
You can create a user sign rule to specify that gmx.net should be a valid signing domain for gmx.de mails.
I will probably also add such a rule to the default ones.
I've just received an email from a
@gmx.de
mail address, and the extension displays "Invalid (Wrong signer (should be gmx.de))".The DKIM-Signature in the mail is the following:
Does this fail because the sender is "gmx.de" but the DKIM Signature mentions "gmx.net"?
Other mail servers that handled that mail during transport marked the signature as valid:
The error console prints this:
Uploading the full email content to https://www.appmaildev.com/en/dkim also displays that the DKIM signature is valid, so there seems to be a bug in the plugin - or I configured something in a wrong way.
The text was updated successfully, but these errors were encountered: