Hello Everybody,
One of our java applications is giving some problems while communicating with ESMTP server. Some packets are getting lost and as a result messages are not sent or getting delayed. ESMTP is running on linux. Can neone give some pointers/links to ESMTP related docs ??
I would like to know the difference between SMTP and ESMTP. I googled but couldnt get much info.
Thanks in anticipation
sumukh
On Fri, Mar 05, 2004 at 02:59:57PM +0530, Sumukh Sirmokadam wrote:
Hello Everybody,
One of our java applications is giving some problems while communicating with ESMTP server. Some packets are getting lost and as a result messages are not sent or getting delayed. ESMTP is running on linux. Can neone give some pointers/links to ESMTP related docs ??
What do you mean by packets are getting lost?
Have you used telnet session and checked this? something like this? telnet esmtpserver 25 Are these commands going okay? -Krishna.
On 05/03/04 14:59 +0530, Sumukh Sirmokadam wrote:
Hello Everybody,
One of our java applications is giving some problems while communicating with ESMTP server. Some packets are getting lost and as a result messages are not sent or getting delayed. ESMTP is running on linux. Can neone give some pointers/links to ESMTP related docs ??
tcpdump please?
I would like to know the difference between SMTP and ESMTP. I googled but couldnt get much info.
RFC 2821 for starters.
Devdas Bhagat