Browse Source

readme: added lmtp

Fabian Peter Hammerle 4 years ago
parent
commit
8a7812ebd1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -1,6 +1,6 @@
 # dovecot ✉️ 🐳
 
-Dovecot: IMAP, POP3 & SASL Auth Server
+Dovecot: IMAP, POP3, LMTP & SASL Auth Server
 
 https://www.dovecot.org/
 
@@ -48,3 +48,7 @@ smtpd_sasl_path = inet:dovecot:12345
 
 smtpd_relay_restrictions = [...], permit_sasl_authenticated, reject_unauth_destination
 ```
+
+## Deliver Mail From Postfix to Dovecot via LMTP
+
+https://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP