File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ssl_key = </etc/postfix/smtpd.key
99ssl_dh = </etc/dovecot/dh.pem
1010ssl_protocols = !SSLv2 !SSLv3
1111ssl_min_protocol = TLSv1
12+ auth_verbose = yes
1213mail_max_userip_connections = 100
1314mail_plugins = quota
1415passdb {
@@ -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-
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ postmaster_address = postmaster@example.com
88ssl_cert = </etc/postfix/smtpd.cert
99ssl_key = </etc/postfix/smtpd.key
1010ssl_protocols = !SSLv2 !SSLv3
11+ auth_verbose = yes
1112mail_max_userip_connections = 100
1213mail_plugins = $mail_plugins quota
1314passdb {
@@ -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-
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ mail_privileged_group = vmail
77ssl_cert = </etc/postfix/smtpd.cert
88ssl_key = </etc/postfix/smtpd.key
99ssl_protocols = !SSLv2 !SSLv3
10+ auth_verbose = yes
1011mail_plugins = quota
1112passdb {
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-
You can’t perform that action at this time.
0 commit comments