There is a problem with chars used in login name.
Login name is also used in EHLO command.
Allowed are: alpha chars + numeric + hyphen (@ is invalid)
Fix:
replace vstate = newState(2, "EHLO " + C_User + crlf,hsocket).
with
vstate = newState(2, "EHLO " + vLocalHostName + crlf,hsocket)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.