LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Maildir in dovecot-IMAP!!! (https://www.linuxquestions.org/questions/linux-networking-3/maildir-in-dovecot-imap-449634/)

subhankar 05-29-2006 11:59 AM

Maildir in dovecot-IMAP!!!
 
Hi,
How do I create maildir format in dovecot-IMAP.
Shall the steps down will help me out.
#rpm -ivh dovecot*
#makdir /home/alice/Maildir
#cd /home/alice/Maildir/
#makdir new
#mkdir cur
#mkdir tmp
To automate this I can put them in /etc/skell.
But My question is will not this create a permission issue?
Any other configuration needs to be done beside /etc/postfix/main.cf
Regards,
Subho

billymayday 05-29-2006 02:43 PM

A while since I did this, but in my /etc/skel, I only have the Maildir directory. I assume that postfix ot dovercot created the new, cur and tmp directories on first access. No permission problems there. My Maildirs are owned bt the relevant user with permissons 700.

You may need to edit dovecot.conf, but looking at mine, it doesn't look like it probably needs changing, so I think you may be correct in saying thta main.cf is where the action is.


All times are GMT -5. The time now is 12:17 PM.