Re: Could not open connection to the host, on port 143



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



Relevant Pages

  • Re: inetd to take telnet request
    ... flavours of TELNET here - so I read on. ... I know about INETD only from long ago with the RS/6000 UNIX, ... server applications" in the CS IP Configuration Guide: ...
    (bit.listserv.ibm-main)
  • Re: Configuring Exchange 2003 sp2 / MX records from ISP
    ... Remember that the higher priority MX record is the one with a LOWER number! ... You should then be able to Telnet from an EXTERNAL computer's command prompt ... configuration to enable email directly to my exchange. ... Does it matter what I call my mail server in my MX record or A Record? ...
    (microsoft.public.windows.server.sbs)
  • Re: Configuring Exchange 2003 sp2 / MX records from ISP
    ... course make sure you have port 25 open to the SBS. ... You can test by Telnet ... configuration to enable email directly to my exchange. ... Does it matter what I call my mail server in my MX record or A Record? ...
    (microsoft.public.windows.server.sbs)
  • Re: Static IP Address HELP !!
    ... Telnet Yes ... RWW 4125 TCP ... I reran CEICW and changed DNS server to point to my ISPs ... >> configuration you may ...
    (microsoft.public.windows.server.sbs)

Loading