]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
director: Use auth-login socket, not login/login so it works as non-root.
authorTimo Sirainen <tss@iki.fi>
Wed, 19 May 2010 13:03:46 +0000 (15:03 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 19 May 2010 13:03:46 +0000 (15:03 +0200)
--HG--
branch : HEAD

src/director/main.c

index 0f2b3c83629a831c7e0b1c613c8d4ca32e9d1774..eac018050a5e03055317c482564751174a217954 100644 (file)
@@ -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;