Ticket #26111: patch-doc-example-config-conf.d-10-master.conf.diff

File patch-doc-example-config-conf.d-10-master.conf.diff, 700 bytes (added by pixilla (Bradley Giesbrecht), 14 years ago)
  • doc/example-config/conf.d/10-master.conf

    old new  
    44
    55# Login user is internally used by login processes. This is the most untrusted
    66# user in Dovecot system. It shouldn't have access to anything at all.
    7 #default_login_user = dovenull
     7default_login_user = @@default_login_user@@
    88
    99# Internal user is used by unprivileged processes. It should be separate from
    1010# login user, so that login processes can't disturb other processes.
    11 #default_internal_user = dovecot
     11default_internal_user = @@default_internal_user@@
    1212
    1313service imap-login {
    1414  inet_listener imap {