On Fri, 14 Jun 2002, Shridhar Daithankar wrote:

> On 14 Jun 2002 at 12:40, Sanjai Verma wrote:
> > > # netstat -ltp
> > >
> >
> > This gives the following line for amtp
> >
> > tcp        0      0 localhost:smtp          *:*                     LISTEN
> > 876/sendmail: accep
>
> May be you should look at top line of netstat output which gives header for
> these columns
>
> Proto Recv-Q Send-Q Local Address           Foreign Address         State
> PID/Program name
>
>
> It means that local address is localhost:smtp and foreign address is *.*. So
> from network point of view it's acceptingsmtp connections. Any problems are
> sendmail/iptables/ipchains issue..(or something on similar line..)
>
> Bye
>  Shridhar
>
> --


Hi

Yes,

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
PID/Program name
4482/inetd
tcp        0      0 localhost:smtp          *:*                     LISTEN
876/sendmail: accep
tcp        0      0 *:ssh                   *:*                     LISTEN


Its is like that only, then why it is refusing to accept
smtp from other hosts.

-Sanjai



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to