[Dovecot] Static passdb support?
Timo,
Do you have any plans to add a static passdb? I'm essentially emulating one with sqlite on my director - have it connect to /dev/null and return three static fields for all queries. Works fine, but it would seem a little cleaner to me if I could just do:
passdb { driver = static args = password='' nopasswd='Y' proxy='Y' }
-Brad
On Tue, 2010-08-31 at 11:46 -0700, Brad Davidson wrote:
Timo,
Do you have any plans to add a static passdb?
v2.0 actually has it:
I'm essentially emulating one with sqlite on my director - have it connect to /dev/null and return three static fields for all queries. Works fine, but it would seem a little cleaner to me if I could just do:
passdb { driver = static args = password='' nopasswd='Y' proxy='Y'
args = nopassword=y proxy=y
On Tue, 2010-08-31 at 13:12 -0700, Brad Davidson wrote:
Awesome! I was just looking at wiki2 and didn't see it there.
Added now: http://wiki2.dovecot.org/PasswordDatabase/Static
Any special caveats?
Can't think of any.
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi]
Do you have any plans to add a static passdb?
v2.0 actually has it:
args = nopassword=y proxy=y
participants (2)
-
Brad Davidson
-
Timo Sirainen