summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d/10-master.conf')
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/10-master.conf14
1 files changed, 6 insertions, 8 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
index 30e9fb6..189e96e 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
@@ -8,25 +8,25 @@
# Login user is internally used by login processes. This is the most untrusted
# user in Dovecot system. It shouldn't have access to anything at all.
-default_login_user = dovenull
+#default_login_user = dovenull
# Internal user is used by unprivileged processes. It should be separate from
# login user, so that login processes can't disturb other processes.
-default_internal_user = dovecot
+#default_internal_user = dovecot
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
- port = 993
- ssl = yes
+ #port = 993
+ #ssl = yes
}
# Number of connections to handle before starting a new process. Typically
# the only useful values are 0 (unlimited) or 1. 1 is more secure, but 0
# is faster. <doc/wiki/LoginProcess.txt>
- service_count = 1
+ #service_count = 1
# Max. number of IMAP processes (logins)
process_limit = 256
@@ -46,8 +46,6 @@ service pop3-login {
#port = 995
#ssl = yes
}
-
- service_count = 1
}
service lmtp {
@@ -112,7 +110,7 @@ service auth {
}
# Auth process is run as this user.
- user = $default_internal_user
+ #user = $default_internal_user
}
service auth-worker {