27 Jan
2005
27 Jan
'05
1:40 a.m.
- Matt Saunders matts@yoyo.org [01-23-2005 18:30]:
One type of user has a Maildir-style inbox at ~/Maildir/
The other type has a mbox-style inbox at ~/Mailbox
Is it possible to make Dovecot look for both? As far as I can see I'd need default_mail_env to accept multiple names, something like this:
default_mail_env = maildir:~/Maildir/ mbox:~/Mailbox
You probably want to use passwd-file authentication like so:
auth_userdb = passwd-file /usr/local/etc/dovecot.passwd
This thread might be useful as well.
http://www.dovecot.org/list/dovecot/2004-November/005281.html
-Jon
-- Jon Nathan jon@rupture.net