Open mbrother2 opened 2 years ago
My understanding of the SMTP protocol is that STARTTLS resets the connection to the initial state. So you do:
@amaurym
Thank you for your answer!
You're right! Without proxy, I can validate email successfully, but when I use proxy (https://github.com/ginuerzh/gost) with sock5, it's fail. This is the log in destination mx server:
Nov 12 10:47:51 a postfix/smtpd[12076]: connect from unknown[MY_PROXY_IP]
Nov 12 10:47:51 a postfix/smtpd[12076]: SSL_accept error from unknown[MY_PROXY_IP]: -1
Nov 12 10:47:51 a postfix/smtpd[12076]: lost connection after STARTTLS from unknown[MY_PROXY_IP]
Nov 12 10:47:51 a postfix/smtpd[12076]: disconnect from unknown[MY_PROXY_IP] ehlo=1 starttls=0/1 commands=1/2
What's wrong with me?
what i found from googling around this topic, some smtp servers try to fight spam by responding false negative responses to 1st call, while "normal mail clients" retries and then 2nd call is passed through from same ip. That may be the reason behind 2x call.
Email Provider
gmail
What happened?
Hello,
When I use proxy with check-if-email-exists, I see duplicate 'EHLO' smtp command in debug log:
Is this a bug?
Relevant log output