[Dovecot] A new director service in v2.0 for NFS installations

Brad Davidson brandond at uoregon.edu
Wed Jun 2 22:14:21 EEST 2010


Timo,

> -----Original Message-----
>
>> That's too bad! Any hope of getting support for this
> 
> I wasn't really planning on implementing it soon.
> 
>> and director+proxy_maybe anytime soon?
> 
> I tried looking into it today, but it's an annoyingly difficult change,
> so probably won't happen soon either.

That's too bad! I guess I'll see what I can do within the current constraints. You'd gotten my hopes up though ;)

I was just playing around a bit, and came up with something like:

passdb {
  driver = sql
  args = /etc/dovecot/proxy-sqlite.conf
}
passdb {
  driver = pam
}

driver = sqlite
connect = /dev/null
password_query = SELECT null AS password, 'Y' AS nopassword, 'Y' AS proxy WHERE '%{lip}' LIKE '10.142.0.%%' AND '%{lip}' != '%{rip}'

This is a hack, but should be roughly equivalent to proxy_maybe and a local block around the sql passdb, right?

-Brad


More information about the dovecot mailing list