aksiksi / vaulty

A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4 stars 0 forks source link

Implement a basic LMTP server #6

Open aksiksi opened 4 years ago

aksiksi commented 4 years ago

See Python version here: https://github.com/moggers87/lmtpd

If we go down the Postfix route, might make sense to write a basic LMTP lib to use as a backend instead of pipe filters.

aksiksi commented 4 years ago

This is a stretch goal. It will allow us to scale each mail server much more efficiently. However, there are currently no LMTP server libraries for Rust (yet!).