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.
我的备份 MX 服务器上有 exim 4。我想对其进行配置,以便完成发件人标注地址验证,但仅限于在 local_domains 或 relay_to_domains 中列出的发件人地址的域部分,即邮件声称来自我管理的域。
我想使用它,因为我的主 MX 将拒绝在其中一个本地域中具有伪造发件人地址的邮件,这会导致辅助 MX 发送不需要的退回邮件。这也会被主服务器拒绝,并且不需要的退回邮件会永久(或直到它过期)位于辅助服务器的邮件队列中/
我已经有收件人标注验证工作。
将以下内容放入 RCPT-TO ACL:
deny sender_domains = +local_domains : +relay_to_domains ! verify = sender/callout
从长远来看,您可能希望找到一种将有效收件人列表同步到辅助 MX 的方法。