Re: Could not open connection to the host, on port 143
- From: Anze Vidmar <anzevi@xxxxxxxxx>
- Date: Wed, 30 Nov 2005 18:11:41 +0100
Nagarjuna Rao Cherukuri wrote:
I am using sendmail. My sendmail.cf file is almost same as that of the previous configuration that worked fine.
I could do "telnet machinename 143" from my PC to previous sever. But, I could not do the same to my new server. I am able to do "telnet machinename 143" from the server itself.
Take a look in your sendmail.mc file for a line that says: DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Make sure you remove the "Addr=127.0.0.1" part of the line, so that your sendmail can lisen on your ethX interface, not only the 127.0.0.1 interface (localhost).
So, your modified line should read: DAEMON_OPTIONS(`Port=smtp,Name=MTA')dnl
And restart the sendmail deamon after changing the sendmail.mc file.
-- Anze Vidmar <anzevi@xxxxxxxxx>
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- RE: Could not open connection to the host, on port 143
- From: Nagarjuna Rao Cherukuri
- RE: Could not open connection to the host, on port 143
- Prev by Date: Re: Could not open connection to the host, on port 143
- Next by Date: RE: Could not open connection to the host, on port 143
- Previous by thread: RE: Could not open connection to the host, on port 143
- Next by thread: RE: Could not open connection to the host, on port 143
- Index(es):
Relevant Pages
|
Loading