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.
我知道,我知道,我应该切换到 Postfix。但与此同时,如何在 Sendmail 中限制出站电子邮件(尤其是发送到单个域的电子邮件)?
不知道如何在sendmail中做到这一点。
如果它是发送到您想要限制的单个域的邮件,并且您知道该域的 MX(s) 只有该域的 MX,我认为您可以对该域的 MX(s) IP(s) 和相关使用 iptables 速率限制端口,尽管我从未出于任何目的实际使用过 iptables 速率限制。
我看到的大多数 iptables 速率限制示例都是针对传入(INPUT 链)的,但我想它也适用于传出。