Conversation
This adds support for speaking LMTP to the relay. It's useful to bypass MTAs in case an LMTP-aware service, e.g., Dovecot, is running locally-ish.
|
what happens when a mail can't be delivered by the lmtp server? is this a reasonable configuration, lmtp server without SMTP server? |
No, I think you'd typically have both. But this allows not to expose unauthenticated SMTP and avoid deploying auth.conf. At the end of the day, this is about skipping the middle hop in the dma -> smtp -> lmtp chain. |
In my smoke test, I send an email to 3 recipients, 2 valid and 1 invalid. The 2 valid recipients got the mail. |
And for the failed one, you get a nice delivery failure: |
This adds support for speaking LMTP to the relay. It's useful to bypass MTAs in case an LMTP-aware service, e.g., Dovecot, is running locally-ish.