KumoCorp / kumomta

The first Open-Source high-performance MTA developed from the ground-up for high-volume email sending environments.
https://kumomta.com
Apache License 2.0
231 stars 32 forks source link

LMTP Support #267

Open MHillyer opened 3 weeks ago

wez commented 2 weeks ago

rfc: https://www.rfc-editor.org/rfc/rfc2033

Expand https://docs.kumomta.com/reference/kumo/make_queue_config/protocol/ to allow specifying that lmtp should be used.

Add an LHLO method similar to https://github.com/KumoCorp/kumomta/blob/2037371793df4b6b615af224e3ad22c6a622524a/crates/rfc5321/src/client.rs#L415

Teach https://github.com/KumoCorp/kumomta/blob/2037371793df4b6b615af224e3ad22c6a622524a/crates/kumod/src/smtp_dispatcher.rs#L337-L341 to use it when lmtp is enabled