I need to block all mail coming from a certain IP address to a certain domain. How do I do that?
I need to block all mail coming from a certain IP address to a certain domain. How do I do that?
Netvistun ehf.
www.netvistun.is
do the comand below in ssh
/sbin/iptables -I INPUT -s <IP> -j DROP