blocking Emails using ip address or domain name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> iptables -A INPUT -p all -s <ip> -j DROP

since the mail server is natted shouldn't it be
iptables -t nat -A PREROUTING -s <ip> -j DROP ?

or

iptables -A FORWARD -s <ip> -j DROP

Best Regards
Bailey

-- 
bailey@tgpsolutions.com

Administrator, tgpsolutions
http://www.tgpsolutions.com





[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux