Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: (Dovecot) Mail folders
PostPosted: Tue Sep 06, 2011 1:59 pm 
Offline

Joined: Tue Sep 06, 2011 1:56 pm
Posts: 1
Hello,

I am not able to create folders for the mail users i have created;
I am using Dovecot + Postfix & Roundcube mail as mail-client.

No folders are shown in the special folders to select from; & when i delete an email from round cube it says "Server Error: UID COPY: Unknown namespace."

Any help would be greatly appreciated.

Thanks!


Top
   
 Post subject:
PostPosted: Wed Sep 07, 2011 3:36 am 
Offline
Senior Member

Joined: Thu Oct 02, 2008 8:56 am
Posts: 99
Are you using system user accounts for mail or database backend for mail?

I can't help with the latter, but for the former -

make sure postfix is set up for Maildir -

In your postfix main.cf make sure you have

home_mailbox = Maildir/

Make sure all your users have a ~/Maildir directory that they own.

I add the directory to /etc/skel so that it is created whenever I add a new user.

You may need a .procmailrc file in every home directory containing the following:

Code:
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
MAILDIR=$HOME/Maildir/
DEFAULT=$MAILDIR
LOGFILE=$HOME/.procmail_log

:0fw: $HOME/.spamassassin.lock
| /usr/bin/spamc

:0:
* ^X-Spam-Flag.*YES
.Spam/


I'm not positive about that, I just always have that (and put it in /etc/skel as well) and honestly don't remember if you need it for successful delivery into use Maildir accounts or not. I assume you are using procmail as part of the equation?

The spamassassin rule is optional of course.

Anyway, without knowing more about your mail system it is hard to know what might be amiss.

Are there errors in /var/log/maillog that may be revealing?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group