如何禁用后缀地址验证

编程入门 行业动态 更新时间:2024-10-26 00:20:04
本文介绍了如何禁用后缀地址验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在做垃圾邮件/僵尸网络研究,需要接受我的邮件服务器收到的所有电子邮件。我已经设置了后缀,但似乎无法弄清楚如何禁用发件人地址验证功能。在我的初始测试中(将邮件源欺骗为test@test),我发现发件人的邮件服务器进行了后缀检查,以验证用户是否存在(在我的测试用例中不存在)。结果,测试消息失败。有任何想法吗?

I'm doing some spam/botnet research and need to accept all email that my mail server receives. I've set postfix up, but I can't seem to figure out how to disable the sender address verification function. During my initial tests (spoofing mail source as test@test), I discovered postfix checks with the sender's mail server to verify the user exists (which it doesn't in my test case). As a result, the test message fails. Any ideas?

推荐答案

知道了... 将此粘贴到/etc/postfix/main.cf

Got it... Paste this in /etc/postfix/main.cf

smtpd_restriction_classes = verify_sender verify_sender = permit

更多推荐

如何禁用后缀地址验证

本文发布于:2023-11-29 19:34:15,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1647417.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:后缀   地址

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!