소스 검색

readme: added lmtp

Fabian Peter Hammerle 4 년 전
부모
커밋
8a7812ebd1
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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