--- a/doc/example-config/conf.d/10-master.conf 2012-04-28 08:50:58.000000000 -0700
+++ b/doc/example-config/conf.d/10-master.conf 2012-04-28 08:50:43.000000000 -0700
# 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 = @@default_login_user@@
# 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 = @@default_internal_user@@