PDA

View Full Version : Imap - Maildir format


KenKnight
28th November 2005, 03:09
Hi all,

I've recently installed the Fedora Core 3 Perfect setup along with ISPconfig and would prefer to use the Maildir vs mbox format. I read in another post here that the ipop software only supported the mbox format. What are the steps necessary to utilize the Maildir format?

Thanks,
Ken

KenKnight
28th November 2005, 07:35
Hi all,

I basically did the following;

chkconfig imap off
chkconfig imaps off
chkconfig ipop3 off
chkconfig pop3s off
chkconfig dovecot on

/etc/init.d/dovecot start

I believe these were all the commands I typed in the shell. Next I went into ISPConfig and place a checkmark in the Maildir checkbox. Then sent an email to my email address on this server.

I then logged in and everything was a 100x faster than with the mbox format.

I've just completed a large conversion of mbox format mailboxes to the Maildir format and can tell you with absolute assurity that the Maildir format is much much much faster than the mbox format. I've got users with 10,000+ emails with several gigs per mailbox and the speed difference is unbelievable.

Hope this helps.

Good luck!
Ken

rosa hsiao
28th December 2005, 16:49
Hi all,

I basically did the following;

chkconfig imap off
chkconfig imaps off
chkconfig ipop3 off
chkconfig pop3s off
chkconfig dovecot on

/etc/init.d/dovecot start

Ken
I already use mailbox for a while. If change mailbox to maildir, what steps should I take to move each user's original mailbox to his new maildir?

How ISPCofig handle each user's maildir directory?

falko
28th December 2005, 18:42
I already use mailbox for a while. If change mailbox to maildir, what steps should I take to move each user's original mailbox to his new maildir?

First, you have to install a POP3 and IMAP daemon like Courier that supports Maildir.
Afterwards, and after the Maildir of a user has been created, you can move emails from mbox to Maildir with a tool like mb2md: http://www.howtoforge.com/forums/showthread.php?t=835

rosa hsiao
29th December 2005, 03:57
First, you have to install a POP3 and IMAP daemon like Courier that supports Maildir.
Afterwards, and after the Maildir of a user has been created, you can move emails from mbox to Maildir with a tool like mb2md: http://www.howtoforge.com/forums/showthread.php?t=835

I have installed dovecot daemon, but which one is compatible with ISPConfig's Maildir and quota function?

http://www.gerg.ca/hacks/mb2md/
or
http://batleth.sapienti-sat.org/projects/mb2md/

Can you also give me some links poinit to 'dovecot vs courier-imap'? Since I am in Asia area,it is preferable to have the pop and imap daemon supporting Big5 mail messages without fail.

falko
29th December 2005, 12:14
I have installed dovecot daemon, but which one is compatible with ISPConfig's Maildir and quota function?

http://www.gerg.ca/hacks/mb2md/
or
http://batleth.sapienti-sat.org/projects/mb2md/


I think both do the same, so it doesn't matter which one you try.

Can you also give me some links poinit to 'dovecot vs courier-imap'? Since I am in Asia area,it is preferable to have the pop and imap daemon supporting Big5 mail messages without fail.

http://dovecot.org/list/dovecot/2004-May/003347.html

rosa hsiao
29th December 2005, 12:19
I think both do the same, so it doesn't matter which one you try.



http://dovecot.org/list/dovecot/2004-May/003347.html

Thank you. I will give it a try.