Iss可以在SpamAssassin白名单中添加一个具有不同子域的服务器,比如*.example.com?
这是带有子域的主机实例:
email@example-2.com.br hm1480-p-60.example.com [IP-ADDRES-1]
email@example-3.com.br mail28157.hm1315.example.com [IP-ADDRESS-2]
email@example.net mail926.hm1479.example.com [IP-ADDRESS-3]
我在SpamAssassin文档中查找信息,但它只告诉了如何阻止服务器和发送方域。
https://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#whitelist_和_黑名单_选项
发布于 2018-10-02 00:55:16
如果要白名单由example.com域中的中继或example.com的任何子域发送的消息的某些发件人地址,请使用以下语法:
whitelist_from_rcvd email@example-2.com.br example.com
whitelist_from_rcvd email@example-3.com.br example.com
whitelist_from_rcvd email@example.net example.com
https://serverfault.com/questions/932801
复制相似问题