From: Timo Sirainen Date: Tue, 5 May 2009 00:32:44 +0000 (-0400) Subject: Added names to services. X-Git-Tag: 2.0.alpha1~836 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b85d7e93c2705cd05f01bc5abc3add6357619a6;p=thirdparty%2Fdovecot%2Fcore.git Added names to services. --HG-- branch : HEAD --- diff --git a/dovecot-master-example.conf b/dovecot-master-example.conf index 0d40716d11..00e05f52b5 100644 --- a/dovecot-master-example.conf +++ b/dovecot-master-example.conf @@ -1,4 +1,4 @@ -service { +service config { type = config executable = /usr/local/bin/doveconf user = dovecot @@ -9,15 +9,12 @@ service { } } -service { +service log { type = log executable = log - unix_listener { - path = log - } } -service { +service auth { type = auth executable = dovecot-auth @@ -40,7 +37,7 @@ service { } } -service { +service imap-login { type = auth-source executable = imap-login @@ -56,12 +53,12 @@ service { auth_dest_service = imap } -service { +service imap { type = auth-destination executable = imap } -#service { +#service auth-worker { # executable = dovecot-auth -w # # unix_listener {