Peter Mogensen
2011-Jan-27 13:04 UTC
[Dovecot] Differenft INBOX for IMAP/POP with checkpassword passdb
Hi,
I'm trying to do a setup where IMAP and POP users see different INBOX'
Like described on the virtual folder wiki page:
http://wiki.dovecot.org/Plugins/Virtual
However, for now, I'm stuck with the checkpassword passdb and prefetch
userdb
So I can't parameterize the result on %s like the example with MySQL does.
So I thought of having to different checkpassword scripts:
passdb checkpassword {
args = /usr/bin/checkpassword-%s
}
However, Dovecot (1.2.15) doesn't seem to expand %s even though the Wiki
says
it should be available everywhere:
http://wiki.dovecot.org/Variables
Is this a bug, or am I missing something.
/Peter
Peter Mogensen
2011-Jan-27 13:19 UTC
[Dovecot] Differenft INBOX for IMAP/POP with checkpassword passdb
On 2011-01-27 14:04, Peter Mogensen wrote:> So I thought of having to different checkpassword scripts: > passdb checkpassword { > args = /usr/bin/checkpassword-%s > }Arh.. .sorry. I missed the SERVICE env variable. /Peter