On Mon, May 08, 2006 at 10:45:04AM +0300, Timo Sirainen wrote:
Can I use the same split construction for any dovecot configuration setting? e.g. user/passwd databases?
Pretty much anything except authentication settings.
A great feature that is!
That'd be great (I want to make users with IMAP access a subset of the users with POP3 access).
There are several other ways you could be able to do that. At least with SQL/LDAP it's simple. With passwd-file you could probably use /etc/passwd.%s where %s expands to imap or pop3.
I'm using PgSQL here. I'd modify the query for imap like "WHERE imap='Y'" (as the pop/imap users are in the same db, the imap users are just a subset). The %s variable is another option I could use somehow (I didn't know about it either ;-)).
Thanks!
Geert