Haraka :排除一些接收者域
Haraka : exclude some receiver domains
我正在 Haraka 配置我的第一个邮件服务器,我问我是否可以排除一些接收者域。我想象这样的事情:
在我的文件 "excludedomain" 中,我有一个要排除的域列表:first.com;second.com
如果我向 first@first.com 和 third@third.com 发送邮件,只有 "third" 邮件地址会收到。
我在Haraka的官方网站上没有找到相关信息。可以用 Haraka 邮件服务器实现吗?
你应该看看 Haraka 访问 ACL。
This plugin applies Access Control Lists during the connect, helo, mail, and rcpt phases of the SMTP conversation.
我正在 Haraka 配置我的第一个邮件服务器,我问我是否可以排除一些接收者域。我想象这样的事情:
在我的文件 "excludedomain" 中,我有一个要排除的域列表:first.com;second.com
如果我向 first@first.com 和 third@third.com 发送邮件,只有 "third" 邮件地址会收到。
我在Haraka的官方网站上没有找到相关信息。可以用 Haraka 邮件服务器实现吗?
你应该看看 Haraka 访问 ACL。
This plugin applies Access Control Lists during the connect, helo, mail, and rcpt phases of the SMTP conversation.