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 ..