RE: Email Problems[Solved]

2002-01-13 Thread Sarig Scudder
Title: RE: Email Problems[Solved] Gregg, Thanks for the input on this problem but the new ipchain rule didn't help. I put logging on all of the rules that I thought applied and only the outbound rule was ever logged even though I could see the traffic going back and forth on the modem

Re: Email Problems

2002-01-09 Thread Cameron Simpson
On 11:58 09 Jan 2002, Gregg Morris <[EMAIL PROTECTED]> wrote: | 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 110 -d | 1025-65535 -p tcp -i eth0 ! -y -j ACCEPT Just a nit - the

RE: Email Problems

2002-01-09 Thread Gregg Morris
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 110 -d 1025-65535 -p tcp -i eth0 ! -y -j ACCEPT This will allow connections from your server only when you have initiated the connection

RE: Email Problems

2002-01-09 Thread Sarig Scudder
Title: RE: Email Problems The firewall script by default blocks everything. It has a rule which allows POP3 out via port 110 (I believe). The rule is: ipchains -A output -i $EXTERNAL_INTERFACE -p tcp \     -s $IPADDR $UNPRIVPORTS \     -d $POP_SERVER 110 -j ACCEPT When I start the

Re: Email Problems

2002-01-09 Thread Stephen Torri
On Wed, 9 Jan 2002, Sarig Scudder wrote: > However, when I try to retrieve Emails from the POP server my email client > (Balsa) gives me an error saying it is having trouble connecting to the > server. This seems strange because I can see traffic on the network and > modems (via the lights) and