[Dovecot] master users with dovecot2 braek down to allowed domain
Hi, i think ive asked it before perhaps this feature can be included in dovecot2 couldnt get it run with dovecot 1.2.x
if i use the postfixadmin superuser,domainadmin,domainuser layout so there are domainadmins defined in a sql table it would be a nice feature to break it down to be master only at there related domains via sql lookup at recent i think there is only the chance to give master rights to all adresses for users defined as masters
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
On ma, 2010-05-31 at 10:40 +0200, Robert Schetterer wrote:
if i use the postfixadmin superuser,domainadmin,domainuser layout so there are domainadmins defined in a sql table it would be a nice feature to break it down to be master only at there related domains via sql lookup at recent i think there is only the chance to give master rights to all adresses for users defined as masters
http://hg.dovecot.org/dovecot-2.0/rev/5ae4a5c14f5b
In master password_query you can do something like:
.. where '%d' = '%{login_domain}' and ..
Am 02.06.2010 20:53, schrieb Timo Sirainen:
On ma, 2010-05-31 at 10:40 +0200, Robert Schetterer wrote:
if i use the postfixadmin superuser,domainadmin,domainuser layout so there are domainadmins defined in a sql table it would be a nice feature to break it down to be master only at there related domains via sql lookup at recent i think there is only the chance to give master rights to all adresses for users defined as masters
http://hg.dovecot.org/dovecot-2.0/rev/5ae4a5c14f5b
In master password_query you can do something like:
.. where '%d' = '%{login_domain}' and ..
timo youre great, i will test soon
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
participants (2)
-
Robert Schetterer
-
Timo Sirainen