Skip to content

Commit f8aa1e1

Browse files
author
Till Brehm
committed
Merge branch 'auth-verbose' into 'stable-3.1'
Add auth_verbose to dovecot conf See merge request ispconfig/ispconfig3!1027
2 parents 1a7d719 + 1a94ce8 commit f8aa1e1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ssl_key = </etc/postfix/smtpd.key
99
ssl_dh = </etc/dovecot/dh.pem
1010
ssl_protocols = !SSLv2 !SSLv3
1111
ssl_min_protocol = TLSv1
12+
auth_verbose = yes
1213
mail_max_userip_connections = 100
1314
mail_plugins = quota
1415
passdb {
@@ -51,7 +52,7 @@ service lmtp {
5152
group = postfix
5253
mode = 0600
5354
user = postfix
54-
# For higher volume sites, it may be desirable to increase the number of active listener processes.
55+
# For higher volume sites, it may be desirable to increase the number of active listener processes.
5556
# A range of 5 to 20 is probably good for most sites
5657
# process_min_avail = 5
5758
}
@@ -83,7 +84,7 @@ protocol lmtp {
8384
#2.3+ group = vmail
8485
#2.3+ mode = 0660
8586
#2.3+ }
86-
#2.3+
87+
#2.3+
8788
#2.3+ unix_listener stats-writer {
8889
#2.3+ user = vmail
8990
#2.3+ group = vmail
@@ -126,4 +127,3 @@ namespace inbox {
126127
special_use = \Trash
127128
}
128129
}
129-

install/tpl/debian_dovecot2.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ postmaster_address = postmaster@example.com
88
ssl_cert = </etc/postfix/smtpd.cert
99
ssl_key = </etc/postfix/smtpd.key
1010
ssl_protocols = !SSLv2 !SSLv3
11+
auth_verbose = yes
1112
mail_max_userip_connections = 100
1213
mail_plugins = $mail_plugins quota
1314
passdb {
@@ -80,7 +81,7 @@ protocol lmtp {
8081
#2.3+ group = vmail
8182
#2.3+ mode = 0660
8283
#2.3+ }
83-
#2.3+
84+
#2.3+
8485
#2.3+ unix_listener stats-writer {
8586
#2.3+ user = vmail
8687
#2.3+ group = vmail
@@ -102,4 +103,3 @@ plugin {
102103
quota_status_nouser = DUNNO
103104
quota_status_overquota = "552 5.2.2 Mailbox is full"
104105
}
105-

install/tpl/fedora_dovecot2.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
77
ssl_cert = </etc/postfix/smtpd.cert
88
ssl_key = </etc/postfix/smtpd.key
99
ssl_protocols = !SSLv2 !SSLv3
10+
auth_verbose = yes
1011
mail_plugins = quota
1112
passdb {
1213
args = /etc/dovecot-sql.conf
@@ -79,7 +80,7 @@ mail_plugins = $mail_plugins quota
7980
#2.3+ group = vmail
8081
#2.3+ mode = 0660
8182
#2.3+ }
82-
#2.3+
83+
#2.3+
8384
#2.3+ unix_listener stats-writer {
8485
#2.3+ user = vmail
8586
#2.3+ group = vmail
@@ -122,4 +123,3 @@ namespace inbox {
122123
special_use = \Trash
123124
}
124125
}
125-

0 commit comments

Comments
 (0)