I tried this and got the same result.  When running netstat nothing
shows up as listening on port 143.  

Also, when I run: 

telnet localhost 143

I get the following:

Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

Any ideas?  I tried replying earlier but I'm not sure if my post got
through (in case two reply's show up).

Thanks for the help, 
Will 
 
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Rune Berge
Sent: Tuesday, November 19, 2002 8:15 AM
To: [EMAIL PROTECTED]
Subject: Re: IMAP setup on Red Hat 8.0


On Mon, 18 Nov 2002, Will Phipps wrote:

> I am a newbie having some problems getting IMAP/sendmail to work with
RH
> 8.0.  Can someone please steer me in the right direction?  Here are
some of
> my config files to give you an idea of what I have and haven't done.

I also struggled a bit with this. Sendmail in RedHat 8 is by default
configured to NOT accept external connections (even if you do a Server
type installation).

Make sure you have the sendmail-cf package installed. Then comment out
the
following line in /etc/mail/sendmail.mc:

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

Then create a new sendmail.cf file with the following command:
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

Hopefully this will solve your problems...

PS: taking backup of the old sendmail.mc and sendmail.cf is recommended.

Rune



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to