mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 17:05:55 +03:00
[GH-ISSUE #65] Forwarded Email #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Benjile on GitHub (Sep 19, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/65
Hello (french here so sorry for my english i'll do my best),
I'm trying your project on an 2010 Exchange Server.
I had an issue on an incoming mail (from AOL) automatically forwarded to an external contact in GMAIL. The agent correctly signed the email, but gmail tried to authenticate the mail with aol public DKIM key instead of my own public key which is normal.
So in fact the agent should not add a signature in case of a forwarding to preserve the original authentication. I know in DMARC implementation forwarded emails SHOULD be whitelisted and not authenticated but it appears that gmail and others try to do it.
Have you encountered this problem? Any idea on how to fix it?
Thanx
PS: i'm trying to do more researchs
@Benjile commented on GitHub (Sep 19, 2014):
OK you can close this issue. Reading the headers i realized that case of automatic forwarding your agent is not signing, the signature is the aol one, but the body hash did not verify. It seems it is an Exchange problem.
Sorry and thanks again for your project