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?
> >
> >
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
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
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
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
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
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