How do I add a custom IPTables rule to block external pop3 access? I want to prevent anyone in the company from popping external email.
config setprop masq TCPBlocks 0.0.0.0:110signal-event remoteaccess-update/etc/init.d/masq restart
Is there a log I can tail to see the blocks in effect?
As currently written the 'PortBlocks' code does not log anything.
/var/log/messages
No, any iptables logging is in /var/log/iptables/current.
Thats correct for "any" but if you have parameter "--log-prefix" inserted in to your iptable line then it will show any blocks in the /var/log/messages and via dmesg.