From: Timo Sirainen Date: Wed, 19 May 2010 13:03:46 +0000 (+0200) Subject: director: Use auth-login socket, not login/login so it works as non-root. X-Git-Tag: 2.0.beta6~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f3ad16ff74d694796d22501250a9a29997c0729;p=thirdparty%2Fdovecot%2Fcore.git director: Use auth-login socket, not login/login so it works as non-root. --HG-- branch : HEAD --- diff --git a/src/director/main.c b/src/director/main.c index 0f2b3c8362..eac018050a 100644 --- a/src/director/main.c +++ b/src/director/main.c @@ -19,7 +19,7 @@ #include -#define AUTH_SOCKET_PATH "login/login" +#define AUTH_SOCKET_PATH "auth-login" static struct director *director; static struct notify_connection *notify_conn;