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.
我有一个 Django 网站和一个在同一个 Ubuntu Server 10.04 框中运行的后缀服务。
有人吗?
Jeff Atwood对电子邮件身份验证机制做了很好的解释。
Django 本身不支持开箱即用的 DKIM,但是您可以使用一个有用的代码片段来开始。它是 EmailBackend 的一个子类,可自动对您的邮件进行签名并包含 DKIM-Signature 标头。