Displaying 1 result from an estimated 1 matches for "jedrik".
2004 Apr 26
1
Setting "default_mail_env" Why is index->mailbox_path empty?
I now have
default_mail_env = mbox:~/mail:INBOX=:/var/spool/mail/%u
I now getting:
Apr 26 15:55:32 jedrik imap(mclay): open() failed with mbox file : No such file or directory
I tracked down where the error message is getting generated and added
some more printing:
In mbox-index.c I added:
int mbox_set_syscall_error(struct mail_index *index, const char *function)
{
i_assert(function != NULL);...