Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the server greeting string contains "ESMTP", you may use the EHLO greeting, otherwise, if it only contains "SMTP" you must use the HELO greeting.
slimta only uses EHLO, which results in these kind of transactions:
nc gateway.brd.ro 25 220 gateway.brd.ro SMTP Service ready EHLO asdf.com 500 Syntax error, command unrecognized
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the server greeting string contains "ESMTP", you may use the EHLO greeting, otherwise, if it only contains "SMTP" you must use the HELO greeting.
slimta only uses EHLO, which results in these kind of transactions:
The text was updated successfully, but these errors were encountered: