dovecot-2.0: Changed default_internal_user to dovenull.
dovecot at dovecot.org
dovecot at dovecot.org
Sun May 9 22:05:42 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/79a3aef47ddf
changeset: 11272:79a3aef47ddf
user: Timo Sirainen <tss at iki.fi>
date: Sun May 09 22:05:39 2010 +0300
description:
Changed default_internal_user to dovenull.
diffstat:
doc/example-config/conf.d/10-master.conf | 2 +-
src/master/master-settings.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r c7c6dbf542b3 -r 79a3aef47ddf doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf Sun May 09 22:04:46 2010 +0300
+++ b/doc/example-config/conf.d/10-master.conf Sun May 09 22:05:39 2010 +0300
@@ -4,7 +4,7 @@
# 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 = dovecot
+#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.
diff -r c7c6dbf542b3 -r 79a3aef47ddf src/master/master-settings.c
--- a/src/master/master-settings.c Sun May 09 22:04:46 2010 +0300
+++ b/src/master/master-settings.c Sun May 09 22:05:39 2010 +0300
@@ -198,7 +198,7 @@
.listen = "*, ::",
.ssl = "yes:no:required",
.default_internal_user = "dovecot",
- .default_login_user = "dovecot",
+ .default_login_user = "dovenull",
.default_process_limit = 100,
.default_client_limit = 1000,
.default_vsz_limit = 256*1024*1024,
More information about the dovecot-cvs
mailing list