Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Thom
ISPConfig 3
Commits
1a94ce8f
Commit
1a94ce8f
authored
Jun 16, 2020
by
Thom
🛠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add auth_verbose = yes (
#5642
)
parent
3ce7425d
Pipeline
#2986
passed with stage
in 7 minutes and 43 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
install/tpl/debian6_dovecot2.conf.master
install/tpl/debian6_dovecot2.conf.master
+3
-3
install/tpl/debian_dovecot2.conf.master
install/tpl/debian_dovecot2.conf.master
+2
-2
install/tpl/fedora_dovecot2.conf.master
install/tpl/fedora_dovecot2.conf.master
+2
-2
No files found.
install/tpl/debian6_dovecot2.conf.master
View file @
1a94ce8f
...
...
@@ -9,6 +9,7 @@ ssl_key = </etc/postfix/smtpd.key
ssl_dh = </etc/dovecot/dh.pem
ssl_protocols = !SSLv2 !SSLv3
ssl_min_protocol = TLSv1
auth_verbose = yes
mail_max_userip_connections = 100
mail_plugins = quota
passdb {
...
...
@@ -51,7 +52,7 @@ service lmtp {
group = postfix
mode = 0600
user = postfix
# For higher volume sites, it may be desirable to increase the number of active listener processes.
# For higher volume sites, it may be desirable to increase the number of active listener processes.
# A range of 5 to 20 is probably good for most sites
# process_min_avail = 5
}
...
...
@@ -83,7 +84,7 @@ protocol lmtp {
#2.3+ group = vmail
#2.3+ mode = 0660
#2.3+ }
#2.3+
#2.3+
#2.3+ unix_listener stats-writer {
#2.3+ user = vmail
#2.3+ group = vmail
...
...
@@ -126,4 +127,3 @@ namespace inbox {
special_use = \Trash
}
}
install/tpl/debian_dovecot2.conf.master
View file @
1a94ce8f
...
...
@@ -8,6 +8,7 @@ postmaster_address = postmaster@example.com
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
auth_verbose = yes
mail_max_userip_connections = 100
mail_plugins = $mail_plugins quota
passdb {
...
...
@@ -80,7 +81,7 @@ protocol lmtp {
#2.3+ group = vmail
#2.3+ mode = 0660
#2.3+ }
#2.3+
#2.3+
#2.3+ unix_listener stats-writer {
#2.3+ user = vmail
#2.3+ group = vmail
...
...
@@ -102,4 +103,3 @@ plugin {
quota_status_nouser = DUNNO
quota_status_overquota = "552 5.2.2 Mailbox is full"
}
install/tpl/fedora_dovecot2.conf.master
View file @
1a94ce8f
...
...
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
auth_verbose = yes
mail_plugins = quota
passdb {
args = /etc/dovecot-sql.conf
...
...
@@ -79,7 +80,7 @@ mail_plugins = $mail_plugins quota
#2.3+ group = vmail
#2.3+ mode = 0660
#2.3+ }
#2.3+
#2.3+
#2.3+ unix_listener stats-writer {
#2.3+ user = vmail
#2.3+ group = vmail
...
...
@@ -122,4 +123,3 @@ namespace inbox {
special_use = \Trash
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment