Re: Pop3 Server Client Setup

2002-05-13 Thread Amir Tal
On Monday 13 May 2002 11:00, Amir Tal wrote: > On Monday 13 May 2002 02:42, Bill Overbaugh wrote: > > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > > but port 110 is closed up by default with ipchains. > > > > Now, the next question is, how do I open that port? > > > >

Re: Pop3 Server Client Setup

2002-05-13 Thread Amir Tal
On Monday 13 May 2002 02:42, Bill Overbaugh wrote: > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > but port 110 is closed up by default with ipchains. > > Now, the next question is, how do I open that port? > > I have added > -A input -s 0/0 -d 0/0 110 -p tcp -y -j ACC

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
Now, as root, type "ipchains -A input -s0/0 -d 0/0 110 -p tcp -y -j ACCEPT" at a command line, or try "service ipchains restart" to load the new configuration that edited. On Sun, 12 May 2002, Bill Overbaugh wrote: > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > b

Re: Pop3 Server Client Setup

2002-05-12 Thread Bill Overbaugh
Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, but port 110 is closed up by default with ipchains. Now, the next question is, how do I open that port? I have added -A input -s 0/0 -d 0/0 110 -p tcp -y -j ACCEPT to my /etc/sysconfig/ipchains file. But honestly, I just c

Re: Pop3 Server Client Setup

2002-05-12 Thread Amir Tal
On Monday 13 May 2002 01:38, Mike Burger wrote: > It's probably the server config. > > What does "chkconfig --list ipop3" give you? If it shows: > > ipop off > > then run "chkconfig ipop3 on" to turn on the pop3 server. assuming that you do have a pop3 server running, and that port 110 is

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
It's probably the server config. What does "chkconfig --list ipop3" give you? If it shows: ipop off then run "chkconfig ipop3 on" to turn on the pop3 server. On Sun, 12 May 2002, Bill Overbaugh wrote: > Hi folks, > > Background: > I'm a newbie at this, I've been running my webserver f

Pop3 Server Client Setup

2002-05-12 Thread Bill Overbaugh
Hi folks, Background: I'm a newbie at this, I've been running my webserver for about a year now; have gotten virtual mail going (using .forward files); and now I want to get a POP server set up for clients. Problem: I am getting an error when I try to configure my client. 'The connection to t