I suggest you check your sendmail.cf. I encountered this problem, and found
if sendmail.cf contained:

# SMTP daemon options

O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA

Sendmail would only listen on 127.0.0.1. You need to change it to 0.0.0.0,
so it reads:

# SMTP daemon options

O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA


If you then completely stop/start sendmail (if it is a resident daemon), and
it should work.

Bill.
PS: Of course, editting your sendmail.mc file and m4'ing it again would be
better - this is meant as a quick fix.

----- Original Message -----
From: "Alan Blakey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 6:22 PM
Subject: SENDMAIL?


> Hi,
>
> I'm having a bit of bother accessing my SMTP server (SENDMAIL) from
external
> sites. I can get them to work locally with the hosting server and all my
VSD
> servers. As soon as I try and access the SENDMAIL by telnetting on port 25
> externally I cannot seem to even reach SENDMAIL e.g. there is no log in
the
> /var/log/maillog file of any type of external connection.
>
> I have no IPCHAINS or IPTABLES policies setup cos I thought I might have
> been firewalling port 25 out.
>
> Also if I change the HOST computer e.g. where I have installed FreeVSD
> sendmail.cf to listen on a different port - 1025 I can access it
externally
> but still no port 25 on my Virtual Servers.
>
> Can anyone help? I'm running RedHat 7.2 and a compiled skel SendMail
> Version: ESMTP Sendmail 8.11.6/8.11.6
>
> Thanx in advance
>
> Alan
>
>
>
>
> ------------------------- The freeVSD Support
List --------------------------
> Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> Unsubscribe:
mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> Archives:    http://freevsd.org/support/mail-archives/freevsd-support
> --------------------------------------------------------------------------
---
>

------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to