StéphanS
Regular Pleskian
Mail should always be sent via qmail or Postfix.
In order to be able to track any spammers and to use Parallels Premium Outgoing Antispam.
I have created the following iptable rules to enforce this for Postfix:
Would it be possible for the Plesk Firewall Module to have such a rule so we can better control the mailflow?
Thanks!
In order to be able to track any spammers and to use Parallels Premium Outgoing Antispam.
I have created the following iptable rules to enforce this for Postfix:
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner postfix -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachable
Would it be possible for the Plesk Firewall Module to have such a rule so we can better control the mailflow?
Thanks!