Hi all
I have Exim 4.14 installed with MySQL support on OSX 10.2.4, with
Courier-IMAP 1.7.1 (also with MySQL support and mailadmin), and
squirrelMail
My problem is that when I log in via SquirrelMail (or an IMAP account
in a mail app) I get this in
/var/log/mail.log
Mar 19 12:37:24 h imapd: Connection, ip=[127.0.0.1]
Mar 19 12:37:24 h imapd: LOGIN, user=jo...@h.xserve.co.nz, ip=[127.0.0.1]
Mar 19 12:37:24 h imapd: chdir Maildir: No such file or directory
the user jo...@h.xserve.co.nz is a user defined in MySQL (using
mailAdmin), the 'home' is defined as /var/mail/ and maildir as
h.xserve.co.nz/jo...@h.xserve.co.nz/Maildir
I have also tried it as home: /private/var/mail/ and maildir as
h.xserve.co.nz/jo...@h.xserve.co.nz/Maildir with no success
The Maildir in question _is_ in the correct place
(/private/var/mail/h.xserve.co.nz/jo...@h.xserve.co.nz/Maildir _does_
exist and does in fact have mail in it)
even with chmod -R 777 /private/var/mail/* courier-imap still seems
unable to access the maildir
Does anyone have any idea why courier-imap cannot access the maildir?
Thanks in advance!