search for: virtual_user_shares

Displaying 1 result from an estimated 1 matches for "virtual_user_shares".

2009 Aug 07
2
Listing shared mailboxes with a domainpart
...nbox = no } Then I configured a dictionary to list the folders, as described in the wiki: plugin { acl_shared_dict = proxy::acl } dict { acl = mysql:/etc/dovecot/dovecot-dict-sql.conf } where /etc/dovecot/dovecot-dict-sql.conf holds map { pattern = shared/shared-boxes/user/$to/$from table = virtual_user_shares value_field = dummy fields { from_user = $from to_user = $to } } The database table consists of +-------------+------------+-------+ | from_user | to_user | dummy | +-------------+------------+-------+ | info at domain | user1 | 1 | +-------------+------------+-------+...