소스 검색
Merge pull request #55 from Laesp/patch-1
Minor change for dovecot.conf to work on v2.3
pull/58/head
Luke Smith
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
emailwiz.sh
|
|
@@ -125,6 +125,7 @@ echo "# Dovecot config |
|
|
|
ssl = required |
|
|
|
ssl_cert = <$certdir/fullchain.pem |
|
|
|
ssl_key = <$certdir/privkey.pem |
|
|
|
ssl_dh = </usr/share/dovecot/dh.pem |
|
|
|
# Plaintext login. This is safe and easy thanks to SSL. |
|
|
|
auth_mechanisms = plain login |
|
|
|
|
|
|
|