[dovecot-cvs] dovecot-lda/src deliver.c,1.19,1.20

cras at dovecot.org cras at dovecot.org
Fri Sep 23 16:01:13 EEST 2005


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

Modified Files:
	deliver.c 
Log Message:
Changed default auth socket path to /var/run/dovecot-auth-master



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/deliver.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- deliver.c	11 Sep 2005 11:02:47 -0000	1.19
+++ deliver.c	23 Sep 2005 13:01:10 -0000	1.20
@@ -33,7 +33,7 @@
 #define SIEVE_SCRIPT_PATH "~/.dovecot.sieve"
 
 #define DEFAULT_CONFIG_FILE SYSCONFDIR"/dovecot-deliver.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