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

cras at dovecot.org cras at dovecot.org
Sun Sep 11 14:02:49 EEST 2005


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

Modified Files:
	deliver.c 
Log Message:
Set internal mbox's root dir to /tmp, so it won't try to create ~/mail



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/deliver.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- deliver.c	20 Aug 2005 10:00:10 -0000	1.18
+++ deliver.c	11 Sep 2005 11:02:47 -0000	1.19
@@ -540,7 +540,7 @@
 	if (hook_mail_storage_created != NULL)
 		hook_mail_storage_created(storage);
 
-	mbox_storage = mail_storage_create("mbox", "", destination, 0,
+	mbox_storage = mail_storage_create("mbox", "/tmp", destination, 0,
 					   MAIL_STORAGE_LOCK_FCNTL);
 	input = create_mbox_stream(0);
 	box = mailbox_open(mbox_storage, "Dovecot Delivery Mail", input, 0);



More information about the dovecot-cvs mailing list