[Dovecot] no maildirsize file being created -dovecot v1.1
Hi Timo,
I changed the maildir directive in my dovecot.conf as you suggested. The maildirsize file IS created now , but, the ~/mail folder structure is now showing all messed up for the user that logs into Squirrelmail for example: Before the mail_location was changed; ~/mail/Drafts,Sent,Trash,.subsciptions/.imap/Drafts,INBOX,Sent,Trash After, mail_location = maildir:~/mail ~/mail/cur/new/tmp/.Drafts,.Sent,.Trash,dovecot.index.log,subsciptions,maildirsize/.imap/Drafts/INBOX/Sent/Trash
Notice how after the maildir directive change there are .DOT in front of Drafts,Sent,Trash as well as no .DOT in front of subsciptions,as well as the added cur,new,tmp directories under the ~/mail folder??
And yes this is the default EL5 install with maildir storage( not mbox). As I stated earlier, if i simply 'rpm -e dovecot' them 'rpm -ivh dovecot' with the default install of the dovecot rpm that shipps with EL5 everything comes up correctly as far as quotas for dovecot, Squirrelmail,etc. I think I may just stick with the default dovecot1.0.1.2-rc15.el rpm that ships with EL5 for now. I'm afraid of other underlying problems i may find as I we start using dovecot v1.1 when school starts then I will be in trouble! Another sidenote: After installing dovecot1.1 rpm dovecot appears to start fine with no errors,,but it is not actually listening on port 143 by doing an nmap localhost. I had to change listen = [::] to listen = * then restart dovecot,then dovecot was listening on port 143 as it should.
Thanks for the help, Barry Cisna
On Sat, 2008-06-21 at 09:20 -0500, Barry R Cisna wrote:
Hi Timo,
I changed the maildir directive in my dovecot.conf as you suggested. The maildirsize file IS created now , but, the ~/mail folder structure is now showing all messed up for the user that logs into Squirrelmail for example: Before the mail_location was changed; ~/mail/Drafts,Sent,Trash,.subsciptions/.imap/Drafts,INBOX,Sent,Trash
Are those Drafts, etc. files or directories? If they're files they're in mbox format, not maildir.. Also having ".imap" points to them being mboxes, since maildir doesn't create such directory.
Notice how after the maildir directive change there are .DOT in front of Drafts,Sent,Trash as well as no .DOT in front of subsciptions,as well as the added cur,new,tmp directories under the ~/mail folder??
All Dovecot versions have used a dot at the beginning of maildir directories.
And yes this is the default EL5 install with maildir storage( not mbox).
Everything above points to you using mbox format.
participants (2)
-
Barry R Cisna
-
Timo Sirainen