Skip to content

Commit 33aad15

Browse files
committed
make everything a little bit more secure to verify via ca file
1 parent a2e2266 commit 33aad15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copy/opt/local/etc/dovecot/dovecot.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ protocols = imap pop3 sieve
77

88
# secure
99
ssl = yes
10+
ssl_ca = </etc/ssl/certs/ca-certificates.crt
11+
ssl_require_crl = no
1012
disable_plaintext_auth = yes
1113

1214
# imap

0 commit comments

Comments
 (0)