You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
It may however be easier to use milter instead of SMTP since we don't need any feature not supported by milter. There are multiple milter protocol implementations:
Currently mails are read from stdin. Mail should be accepted over SMTP so we can return status line.
There is a Rust implementation of SMTP protocol at https://github.com/stalwartlabs/smtp-proto
It may however be easier to use milter instead of SMTP since we don't need any feature not supported by milter. There are multiple milter protocol implementations:
It should also be easy to implement milter without external dependencies.
The text was updated successfully, but these errors were encountered: