dovecot-2.0: director: Use auth-login socket, not login/login so...

dovecot at dovecot.org dovecot at dovecot.org
Wed May 19 16:03:52 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/c17e111b0d65
changeset: 11331:c17e111b0d65
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 19 15:03:46 2010 +0200
description:
director: Use auth-login socket, not login/login so it works as non-root.

diffstat:

 src/director/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f15b3aac5443 -r c17e111b0d65 src/director/main.c
--- a/src/director/main.c	Wed May 19 15:03:26 2010 +0200
+++ b/src/director/main.c	Wed May 19 15:03:46 2010 +0200
@@ -19,7 +19,7 @@
 
 #include <unistd.h>
 
-#define AUTH_SOCKET_PATH "login/login"
+#define AUTH_SOCKET_PATH "auth-login"
 
 static struct director *director;
 static struct notify_connection *notify_conn;


More information about the dovecot-cvs mailing list