We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The LMTP protocol (RFC 2033) differs from ESMTP in only a few ways
EHLO
LHLO
Implementing this protocol would allow cooperation with a wide range of other software.
This could be done in cmail-smtpd by
client_data->current_mail.protocol
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The LMTP protocol (RFC 2033) differs from ESMTP in only a few ways
EHLO
command replaced withLHLO
Implementing this protocol would allow cooperation with a wide range of other software.
This could be done in cmail-smtpd by
LHLO
command in the state machine and setting the proper protocol inclient_data->current_mail.protocol
-> https://github.com/cmail-mta/cmail/blob/master/cmail-smtpd/smtpstatemachine.c#L5The text was updated successfully, but these errors were encountered: