On Tue, 2006-07-18 at 15:26 -0400, Chris Brenton wrote: > > iptables -A OUTPUT -p tcp -d <server ip> --dport 25 -j ACCEPT Dooh! Change that to be: iptables -A OUTPUT -p tcp -d <server ip> --dport 21 -j ACCEPT