Skip to content

Commit 2c056dd

Browse files
author
Till Brehm
committed
Merge branch '5642-fail2ban-fails-to-detect-failed-dovecot-login-attempts-immediately' into 'develop'
move auth_verbose to pop3/imap protocol blocks See merge request ispconfig/ispconfig3!1248
2 parents 70c0fd7 + bb4eac6 commit 2c056dd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ssl_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1
1111
ssl_min_protocol = TLSv1.2
1212
ssl_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
1313
ssl_prefer_server_ciphers = no
14-
auth_verbose = yes
1514
mail_max_userip_connections = 100
1615
mail_plugins = quota
1716
passdb {
@@ -67,10 +66,12 @@ service imap-login {
6766
}
6867
protocol imap {
6968
mail_plugins = quota imap_quota
69+
auth_verbose = yes
7070
}
7171
protocol pop3 {
7272
pop3_uidl_format = %08Xu%08Xv
7373
mail_plugins = quota
74+
auth_verbose = yes
7475
}
7576
protocol lda {
7677
postmaster_address = webmaster@localhost

install/tpl/debian_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ssl_dh = </etc/dovecot/dh.pem
1111
ssl_min_protocol = TLSv1.2
1212
ssl_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
1313
ssl_prefer_server_ciphers = no
14-
auth_verbose = yes
1514
mail_max_userip_connections = 100
1615
mail_plugins = $mail_plugins quota
1716
passdb {
@@ -64,10 +63,12 @@ service imap-login {
6463
}
6564
protocol imap {
6665
mail_plugins = quota imap_quota
66+
auth_verbose = yes
6767
}
6868
protocol pop3 {
6969
pop3_uidl_format = %08Xu%08Xv
7070
mail_plugins = quota
71+
auth_verbose = yes
7172
}
7273
protocol lda {
7374
postmaster_address = webmaster@localhost

install/tpl/fedora_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ssl_key = </etc/postfix/smtpd.key
99
ssl_min_protocol = TLSv1.2
1010
ssl_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
1111
ssl_prefer_server_ciphers = no
12-
auth_verbose = yes
1312
mail_plugins = quota
1413
passdb {
1514
args = /etc/dovecot-sql.conf
@@ -61,10 +60,12 @@ service imap-login {
6160
}
6261
protocol imap {
6362
mail_plugins = quota imap_quota
63+
auth_verbose = yes
6464
}
6565
protocol pop3 {
6666
pop3_uidl_format = %08Xu%08Xv
6767
mail_plugins = quota
68+
auth_verbose = yes
6869
}
6970
protocol lda {
7071
mail_plugins = sieve quota

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ssl_key = </etc/postfix/smtpd.key
99
ssl_min_protocol = TLSv1.2
1010
ssl_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
1111
ssl_prefer_server_ciphers = no
12-
auth_verbose = yes
1312
mail_plugins = quota
1413
passdb {
1514
args = /etc/dovecot/dovecot-sql.conf
@@ -61,10 +60,12 @@ service imap-login {
6160
}
6261
protocol imap {
6362
mail_plugins = quota imap_quota
63+
auth_verbose = yes
6464
}
6565
protocol pop3 {
6666
pop3_uidl_format = %08Xu%08Xv
6767
mail_plugins = quota
68+
auth_verbose = yes
6869
}
6970
protocol lda {
7071
mail_plugins = sieve quota

0 commit comments

Comments
 (0)