Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们公司有以下邮件流。
Exchange => ASSP => Postfix(此处适用 DKIM)=> CiperMail(此处适用 S/MIME)=> Internet
现在我面临一个问题,一旦我使用 S/MIME(不加密 - 仅签名)签署邮件,DKIM 签名就会失败。
这是为什么 ?任何想法,如何实现拥有 DKIM 和 S/MIME?
问候, 尼克拉斯
1) 问题
通过在 DKIM 之后应用 S/MIME,您正在更改“DKIMed”邮件。从而使哈希无效。
2) 解决方案
应该反过来做。
3) 解决方案的澄清
反之则意味着先应用 S/MIME,然后再应用 DKIM。