Routes tell the computer how to get to other networks. Think of a route
as the path from one city to the other..its exactly the same as that.
If you want to force a specific route(eg. you must take I476N to I81N
to NY 17W) to be used to get to a specific network, you would use the
route command to build the rules. The default route is just that; the
route that gets used if nothing has been defined for a host that the
computer is attempting to access...so usually, you do want a default
route. (Bascially it says go from here to here anyway you can). Why
that fixed you're problem, i'm not sure, but i suggest picking up a copy
of 'Linux Network Servers' by 24-7 publishing, or 'RH Linux Unleased' by
Sams publishing. Both are excellent books, but i recommend the first
one as it focuses on setup services and using the linux box in a buiness
enviroment. Specifically, one of the chapters deals with sendmail and
setting up pop3 and imap mailer servers using linux.
Andy
> Hi Brian,
> You said...
> > I'm trying to get Outlook Express to retrieve mail from a sendmail
> > server running on a small LAN. sendmail is working fine -- I can use
> > elm to send & receive mail. As I understand it, elm goes directly to
> > the user's mail directory and reads the mailbox file. Outlook (over
> > the network) uses POP3. When Outlook tries to retrieve mail, it gives an
> > error message that says:
> > The connection to the server has failed. Account: '*le Mail Server',
> > Server: 'my.host.domain', Protocol: POP3, Port: 110, Secure(SSL): No,
> > Socket Error: 10060, Error Number: 0x800CCC0E
> > I can telnet to port 110 and I get POP3. I notice in the error message
> > something about Secure(SSL) - - is it trying to do a secure connection?
> > I haven't told Outlook that I want it connecting securely.
> Try this. On the Linux box open a terminal and issue the command...
> route del default
> Then try to collect mail with one of the Outlook Express clients. I
> wandered about for weeks trying to get this to work and this was the cure.
> Also, give the server for pop3 and smtp as the address [xxx.xxx.xxx.xxx]
> of the linux box, not its name, it makes the connection quicker and does
> not rely on any name service being set up right.
> If the removal of the default root does solve the problem you will either
> need to find out how to make its removal permanent, or issue the command
> after every boot of the mail server.
> I've asked a general question in another message as to what exactly this
> default route is, so perhaps one of the smart guys will give me a hint.
> Ed Form