I was told that my program was not issuing a MAIL/EXPN/VRFY/ETRN when sending an email by the web hosting company we are connecting to.
Anyone know what this means and how I do it?
I am sending an email with SmtpClient and I have no problems with other clients.
Here is what I was told:
Thanks for the additional info, here is what I found...
Aug 4 11:16:48 smtp1 sendmail[2729]: o74GGU5F002729: xx-xx-xx-xx.static.xxx.mo.charter.com [xx.xx.xx.xx] did not issue MAIL/EXPN/VRFY/ETRN during connection to TLSMTA
Notice the time and the IP address which is your static from Charter. Now here is a good connection.
Aug 4 11:18:22 smtp1 sendmail[2745]: STARTTLS=server, relay=xx.xx.xx.xx.static.xxx.mo.charter.com [xx.xx.xx.xx], version=TLSv1/SSLv3, verify=NO, cipher=RC4-MD5, bits=128/128 Aug 4 11:18:23 smtp1 sendmail[2745]: AUTH=server, relay=xx.xx.xx.xx.static.stls.mo.charter.com [xx.xx.xx.xx], authid=ronmid, mech=LOGIN, bits=0
Since their email program did not issue MAIL/EXPN/VRFY/ETRN during connection, my server would not continue the transaction.
Any suggestions?
Thanks!