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 -- enhance, v.: To tamper with an image, usually to its detriment. _______________________________________________________________ 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
