LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   dovecot multipule mailboxes (https://www.linuxquestions.org/questions/linux-general-1/dovecot-multipule-mailboxes-748097/)

a7mlinux 08-17-2009 06:56 AM

dovecot multipule mailboxes
 
hi every one, I want to setup multiple mailboxes for dovecot to read my incoming emails from these mailboxes
NOTE: every mailbox have a specific name, such as: INBOX, SPAM
how can I do this
thanks in advance LQ team

a7mlinux 08-17-2009 07:26 AM

I found this two links but till now couldn't get clear vision:
http://wiki.dovecot.org/MailLocation/Maildir
http://wiki.dovecot.org/MailboxFormat/Maildir

a7mlinux 08-17-2009 07:37 AM

I found that I must use dovecot-keywords file but I dont know it's location or how to use it??
any help

a7mlinux 08-17-2009 12:13 PM

which is true to do my work:
1/
Code:

#default_mail_env = maildir:~/Maildir
2/
Code:

#mail_location = maildir:~/Maildir:INBOX=~/Maildir/.INBOX
#mail_location = maildir:~/Maildir:SPAM=~/Maildir/.SPAM
#mail_location = maildir:~/Maildir:VIRUS=~/Maildir/.VIRUS
#mail_location = maildir:~/Maildir:SENT=~/Maildir/.SENT
#mail_location = maildir:~/Maildir:TRASH=~/Maildir/.TRASH
#mail_location = maildir:~/Maildir:DRAFT=~/Maildir/.DRAFT



All times are GMT -5. The time now is 10:46 AM.