kenballus / smtp-garden

GNU General Public License v3.0
1 stars 1 forks source link

Add Dovecot #4

Closed kenballus closed 1 month ago

kenballus commented 6 months ago

https://www.dovecot.org/

schongallam commented 2 months ago

Dovecot does not appear to have SMTP server functionality. It can receive emails via LMTP, and it can submit mail to an MTA as an SMTP client itself (Mail Submission Agent mode). But you can't HELO/EHLO to it on port 25 to send it any SMTP commands. I made a Dockerfile to build dovecot, but I'm not sure how to approach its potential role in the garden. Does it even have a role?

kenballus commented 2 months ago

LMTP should be sufficient; we just need to LHLO instead of EHLO/HELO and the rest is basically the same.

I think we should treat LMTP servers exactly the same as other participants in the Garden.

schongallam commented 1 month ago

Added-- See dovecot readme for usage.