[dovecot-cvs] dovecot-lda/src deliver.c,1.46,1.47

cras at dovecot.org cras at dovecot.org
Thu Apr 20 19:17:32 EEST 2006


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv15326

Modified Files:
	deliver.c 
Log Message:
Changed default socket to /var/run/dovecot/auth-master again. Nowadays
/var/run/dovecot is world-rx so it's a better place for it.



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/deliver.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- deliver.c	13 Apr 2006 19:46:08 -0000	1.46
+++ deliver.c	20 Apr 2006 16:17:30 -0000	1.47
@@ -34,7 +34,7 @@
 #define SIEVE_SCRIPT_PATH "~/.dovecot.sieve"
 
 #define DEFAULT_CONFIG_FILE SYSCONFDIR"/dovecot.conf"
-#define DEFAULT_AUTH_SOCKET_PATH "/var/run/dovecot-auth-master"
+#define DEFAULT_AUTH_SOCKET_PATH "/var/run/dovecot/auth-master"
 
 /* After buffer grows larger than this, create a temporary file to /tmp
    where to read the mail. */



More information about the dovecot-cvs mailing list