Re: Linksys router and RH7.2

Antonio Galea <[email protected]> Mon, 30 Jun 2003 10:34:57 +0200 (CEST)
Newsgroups gmane.linux.redhat.release.enigma
Message-ID <Pine.LNX.4.44.0306301025070.24539-100000@beastieboy.uff.netwise.it>
On Mon, 30 Jun 2003, 2003AD wrote:

> I have a linksys router configured to allow the following ports:
> 
> 80 HTTP
> 53 DNS
> 25 smtp
> 110 pop
> 
> I have my webserver running ok - but my sendmail isn't. When connecting to
> my mail remotely thru Squirrelmail i get an IMAP error. When i use a mail
> client program i get the error 'can't connect to pop server'.

You don't allow IMAP to pass, so it clearly cannot work. And from your
question, I suspect that your POP server is not active... POP & IMAP services
are not part of sendmail at all, they live under the internet daemon xinetd.

Have a look at the files /etc/xinetd.d/{ipop3,imap}, change the line
disable=yes in disable=no and restart xinetd (with 'service xinetd restart',
for instance).

Also, tcp wrappers can be in your way: change /etc/hosts.{allow,deny} to suit
your need ('man hosts.allow' is your friend).

HTH,

Ant9000

-- 
_____________________________________________________________________________
Dr. Antonio Galea       N e t   W i s e                 http://www.netwise.it
Sviluppo tecnico     Tecnologie per il Web    Tel 0461.421016 Fax 0461.426021
-----------------------------------------------------------------------------
"Understanding. A cerebral secretion that enables one having it to know
 a house from a horse by the roof on the house.
 It's nature and laws have been exhaustively expounded by Locke,
 who rode a house, and Kant, who lived in a horse." - Ambrose Bierce
-----------------------------------------------------------------------------
--