[olug] Sendmail is making a fool of me.... help

Jeff Hinrichs jlh at home.com
Sat Aug 18 03:49:59 UTC 2001


Brian,
Phil hit it on the head.  (see earlier message) the DaemonPortOption was set
to bind to 127.0.0.1, so I edited my sendmail.cf and restarted sendmail and
bada bing!

Thank you for giving me a hand.  I picked up some real practical
troubleshooting from you. (netcat, etc.) This will be handy for future
reference..

Thanks again, I owe you a beverage at our next social<g>.

-Jeff

----- Original Message -----
From: "Brian Roberson" <brian at bstc.net>
To: <olug at bstc.net>
Sent: Friday, August 17, 2001 9:52 PM
Subject: Re: [olug] Sendmail is making a fool of me.... help


> Jeff has already stated that connections to smtp port externally fail, and
> from the netstat output, we can see why, for some reason, sendmail is not
> binding to the external ip address ( be it ethernet,ppp, whatever ) but
yet
> only binding to 127.0.0.1  Jeff, your next step is to find out why
sendmail
> is not listening to any other interfaces except lo0 ( 127.0.0.1,
localhost,
> loopback,etc... ) what version of sendmail is this? I wonder if this is a
> newer version that needs to be told to listen to all interfaces ( I lost
> track of sendmail after 8.8.8 ) is this sendmail a rpm package? if so,
what
> distro?
>
>
>
> ----- Original Message -----
> From: "J Randall Wilson" <jrwilson at qwest.net>
> To: <olug at bstc.net>
> Sent: Friday, August 17, 2001 6:06 PM
> Subject: Re: [olug] Sendmail is making a fool of me.... help
>
>
> > Jeff
> > Can you telnet to port 25 at www.xxxx.com and it's IP address from
> outside.
> > Just a check to make sure that you really can get in from the great
> > ethereal cloud.  If you can get in (which I'm sure you can), then the
> > problem will be in sendmail.cf or sendmail.cw.  If you have the sendmail
> > source you'll be able to build your own cf file from a macro file with a
> > README in /path-to-sendmail/sendmail.x.x/cf and small boilerplate macros
> > in /path.../sendmail.x.x/cf/cf.  There is a lot of info at
> www.sendmail.org
> > You also might try /path.../sendmail -d0.11 just to see who sendmail
> > thinks it is.
> >
> > Randy
> >
> >
> > On Thu, 16 Aug 2001, Jeff Hinrichs wrote:
> >
> > > Brian,
> > > Here are the results:
> > > > Is sendmail listening on port 25 at all? `netstat -an | grep LISTEN
|
> > > > grep 25` should show output similar to:
> > > Yes, here is the output:
> > >  tcp        0      0 127.0.0.1:25            0.0.0.0:*
> LISTEN
> > >
> > > > If it is, can you telnet to the smtp port localy? E.g.....
> > >  telnet localhost 25
> > > Trying 127.0.0.1...
> > > Connected to localhost.
> > > Escape character is '^]'.
> > > 220 www.xxxxxxx.com ESMTP Sendmail 8.11.2/8.11.2; Thu, 16 Aug 2001
> > > 23:46:57 -0500
> > > ehlo foobar
> > > 250-www.xxxxxxxxx.com Hello test [127.0.0.1], pleased to meet you
> > > 250-ENHANCEDSTATUSCODES
> > > 250-8BITMIME
> > > 250-SIZE
> > > 250-DSN
> > > 250-ONEX
> > > 250-ETRN
> > > 250-XUSR
> > > 250 HELP
> > > quit
> > > 221 2.0.0 www.xxxxxxxxxx.com closing connection
> > >
> > >
> > > > There is a lot more to the troubleshooting, however, with the
outcome
> of
> > > > this info, there will be a fork in the road, so email the list back
> with
> > > > the info!
> > >
> > > Thanks for helping out!
> > >
> > > -Jeff
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: olug-unsubscribe at bstc.net
> > > For additional commands, e-mail: olug-help at bstc.net
> > >
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: olug-unsubscribe at bstc.net
> > For additional commands, e-mail: olug-help at bstc.net
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: olug-unsubscribe at bstc.net
> For additional commands, e-mail: olug-help at bstc.net
>


---------------------------------------------------------------------
To unsubscribe, e-mail: olug-unsubscribe at bstc.net
For additional commands, e-mail: olug-help at bstc.net



More information about the OLUG mailing list