Chris wanted us to know:

>Dec 14 10:15:28 stage imapd: chdir: Permission denied

Chances are that you have your user home directory set to /some/home/dir
and /some/home/dir/Maildir does not exist.  If that's the case, run
'/usr/lib/courier-imap/bin/maildirmake /some/home/dir/Maildir' and try
again.  Note that you must be that user when you run this (else it
creates it with root permissions, which won't work worth a crap).

Second possible problem, find in the /usr/lib/courier-imap/libexec/imapd.rc 
file the following line (around line 44):
        ${exec_prefix}/bin/imapd Maildir"
Change it to 
        ${exec_prefix}/bin/imapd ."
And see what happens.  This is useful if you have the homedir defined 
as /some/home/dir/Maildir (and it does exist).
-- 
Blue skies...           Todd
| Get a bigger hammer!   |  Are you feeling lucky...punk?         |
| http://www.mrball.net  |  I've had better days...               |
| http://faq.mrball.net  |  It's the end of the world as we know i|

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to