You'll need to open up the high numbered ports to get your mail from a POP3 server. For example, with ipchains you want something like:
ipchains -I input -s <my.pop3.server> 110 -d <my.local.host> 1025-65535 -p tcp -i eth0 ! -y -j ACCEPT This will allow connections from your server only when you have initiated the connection. If you are having trouble with instant messaging, irc, or other services you can just leave off the source specification and allow (non-syn) packets from anywhere that you have initiated a connection to. I think iptables does this more elegantly. Regards, Gregg >>>>> "Sarig" == Sarig Scudder <[EMAIL PROTECTED]> writes: > The firewall script by default blocks everything. It has a rule > which allows POP3 out via port 110 (I believe). > Start by reading the firewall script for messages talking about > POP or IMAP. You might actually be blocking them for some > reason. ======================================================================== Nothing you can't spell will ever work. -- Will Rogers _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list