[Dovecot] Static passdb support?

Brad Davidson brandond at uoregon.edu
Tue Aug 31 21:46:05 EEST 2010


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


More information about the dovecot mailing list