Microsoft
Software
Hardware
Network
Question : Trying to block outbound SMTP port 25 with iptables...not sure if it's working
Hi, I would like to temporarly block all outbound SMTP traffic through my iptables firewall. I've tried both these commands:
iptables -A OUTPUT --protocol tcp --dport 25 -j DROP
and
iptables -A OUTPUT --protocol tcp --dport 25 -j REJECT
but when those rules are in place, I can still telnet to an smtp server on port 25. I wouldn't think I'd be able to. Is something wrong with my rules?
Answer : Trying to block outbound SMTP port 25 with iptables...not sure if it's working
Use FORWARD rather than OUTPUT since the traffic isn't originating on the server self but rather being forwarded from another host:
iptables -A FORWARD --protocol tcp --dport 25 -j DROP
Random Solutions
URGENT - - Need to Copy files from AIX server to Windows XP workstation
DECODE in Sybase
application to identify what programs are using disk i/o in WinXP
Disk defragmentation report in windows xp
5.1.1 Recipient address rejected: undeliverable address: no local mail delivery Postfix
Clear Search History in IE 7
Excel Table Synchronization- Why does this code not work?
I have an Excel spreadsheet that is too large
SQL Express change language from US to UK English to fix date formatting issue
How to integrate paypal with mysql inventory