]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Added names to services.
authorTimo Sirainen <tss@iki.fi>
Tue, 5 May 2009 00:32:44 +0000 (20:32 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 5 May 2009 00:32:44 +0000 (20:32 -0400)
--HG--
branch : HEAD

dovecot-master-example.conf

index 0d40716d11d52dbf382d98b672e2fa19972945af..00e05f52b5f9715beeb52499ef2037a0d274670f 100644 (file)
@@ -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 {