Skip to content
New issue

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

proper support for older SMTP #103

Closed
thestick613 opened this issue Jun 2, 2016 · 0 comments
Closed

proper support for older SMTP #103

thestick613 opened this issue Jun 2, 2016 · 0 comments
Milestone

Comments

@thestick613
Copy link

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
@icgood icgood added this to the 3.3 milestone Jun 4, 2016
@icgood icgood modified the milestones: 4.0, 3.3 Nov 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants