changeset 9216:8d4b7abdcf3a HEAD

Added names to services.
author Timo Sirainen <tss@iki.fi>
date Mon, 04 May 2009 20:32:44 -0400
parents b57e1c3ea3f7
children 5595d6d07a47
files dovecot-master-example.conf
diffstat 1 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-master-example.conf	Mon May 04 20:30:03 2009 -0400
+++ b/dovecot-master-example.conf	Mon May 04 20:32:44 2009 -0400
@@ -1,4 +1,4 @@
-service {
+service config {
   type = config
   executable = /usr/local/bin/doveconf
   user = dovecot
@@ -9,15 +9,12 @@
   }
 }
 
-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 imap-login {
   type = auth-source
   executable = imap-login
 
@@ -56,12 +53,12 @@
   auth_dest_service = imap
 }
 
-service {
+service imap {
   type = auth-destination
   executable = imap
 }
 
-#service {
+#service auth-worker {
 #  executable = dovecot-auth -w
 #
 #  unix_listener {