]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Changed default_internal_user to dovenull.
authorTimo Sirainen <tss@iki.fi>
Sun, 9 May 2010 19:05:39 +0000 (22:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 9 May 2010 19:05:39 +0000 (22:05 +0300)
--HG--
branch : HEAD

doc/example-config/conf.d/10-master.conf
src/master/master-settings.c

index 738ec6bf3bd59413db1a9831e9225b529ded9d5d..a707b48d8a2a0fe0720c3ed402ba0d28ee147b32 100644 (file)
@@ -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.
index 82a59757c30eb4b42dc51a83aed7e9ed32c6cfca..e6ac47a5284c990bf226f0b8f6b9356cfee3dd7c 100644 (file)
@@ -198,7 +198,7 @@ static const struct master_settings master_default_settings = {
        .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,