File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ssl_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1
1111ssl_min_protocol = TLSv1.2
1212ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1313ssl_prefer_server_ciphers = no
14- auth_verbose = yes
1514mail_max_userip_connections = 100
1615mail_plugins = quota
1716passdb {
@@ -67,10 +66,12 @@ service imap-login {
6766}
6867protocol imap {
6968 mail_plugins = quota imap_quota
69+ auth_verbose = yes
7070}
7171protocol pop3 {
7272 pop3_uidl_format = %08Xu%08Xv
7373 mail_plugins = quota
74+ auth_verbose = yes
7475}
7576protocol lda {
7677 postmaster_address = webmaster@localhost
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ssl_dh = </etc/dovecot/dh.pem
1111ssl_min_protocol = TLSv1.2
1212ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1313ssl_prefer_server_ciphers = no
14- auth_verbose = yes
1514mail_max_userip_connections = 100
1615mail_plugins = $mail_plugins quota
1716passdb {
@@ -64,10 +63,12 @@ service imap-login {
6463}
6564protocol imap {
6665 mail_plugins = quota imap_quota
66+ auth_verbose = yes
6767}
6868protocol pop3 {
6969 pop3_uidl_format = %08Xu%08Xv
7070 mail_plugins = quota
71+ auth_verbose = yes
7172}
7273protocol lda {
7374 postmaster_address = webmaster@localhost
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ ssl_key = </etc/postfix/smtpd.key
99ssl_min_protocol = TLSv1.2
1010ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1111ssl_prefer_server_ciphers = no
12- auth_verbose = yes
1312mail_plugins = quota
1413passdb {
1514 args = /etc/dovecot-sql.conf
@@ -61,10 +60,12 @@ service imap-login {
6160}
6261protocol imap {
6362 mail_plugins = quota imap_quota
63+ auth_verbose = yes
6464}
6565protocol pop3 {
6666 pop3_uidl_format = %08Xu%08Xv
6767 mail_plugins = quota
68+ auth_verbose = yes
6869}
6970protocol lda {
7071 mail_plugins = sieve quota
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ ssl_key = </etc/postfix/smtpd.key
99ssl_min_protocol = TLSv1.2
1010ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1111ssl_prefer_server_ciphers = no
12- auth_verbose = yes
1312mail_plugins = quota
1413passdb {
1514 args = /etc/dovecot/dovecot-sql.conf
@@ -61,10 +60,12 @@ service imap-login {
6160}
6261protocol imap {
6362 mail_plugins = quota imap_quota
63+ auth_verbose = yes
6464}
6565protocol pop3 {
6666 pop3_uidl_format = %08Xu%08Xv
6767 mail_plugins = quota
68+ auth_verbose = yes
6869}
6970protocol lda {
7071 mail_plugins = sieve quota
You can’t perform that action at this time.
0 commit comments