5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Unable to open the ma...
FromSent OnAttachments
c.s.prakashJan 23, 2006 2:47 am 
Rainer DuffnerJan 23, 2006 2:55 am 
c.s.prakashJan 23, 2006 3:03 am 
Rainer DuffnerJan 23, 2006 3:27 am 
Brian CandlerJan 24, 2006 3:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Unable to open the maildir for this accountActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jan 24, 2006 3:12:02 am
List:net.sourceforge.lists.courier-sqwebmail

On Mon, Jan 23, 2006 at 04:17:47PM +0530, c.s.prakash wrote:

i installed sqwebmail in suse 10.0 oss, it has sendmail as the mail sever, when i login in as root it has no problem but when i login in through other accounts it shows Unable to open the maildir for this account -- the maildir doesn't exist or has incorrect ownership or permissions.

(1) Create Maildirs for each account (use maildirmake). This should give you the directory structure

$HOME/Maildir $HOME/Maildir/new $HOME/Maildir/cur $HOME/Maildir/tmp

(2) At this point, users should be able to login, but they won't see any mail, if it's still arriving in /var/spool/mail/<user>

(3) Modify your sendmail configuration to deliver into Maildirs. This involves changing your local delivery program to use Maildirs. Depending on what you use, this may be a config change (e.g. if you have a patched version of procmail it may already have the ability to deliver into Maildirs)

It may be easier to throw away sendmail, which is ancient and decrepit, and replace it with something modern (e.g. exim, postfix, courier MTA, even qmail would do)

Brian.