dovecot-2.0: Added names to services.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 5 03:32:49 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/8d4b7abdcf3a
changeset: 9216:8d4b7abdcf3a
user: Timo Sirainen <tss at iki.fi>
date: Mon May 04 20:32:44 2009 -0400
description:
Added names to services.
diffstat:
1 file changed, 6 insertions(+), 9 deletions(-)
dovecot-master-example.conf | 15 ++++++---------
diffs (51 lines):
diff -r b57e1c3ea3f7 -r 8d4b7abdcf3a dovecot-master-example.conf
--- 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 {
+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 {
More information about the dovecot-cvs
mailing list