Displaying 1 result from an estimated 1 matches for "postfixpass".
2010 Sep 06
2
need help with shared mailboxes
...ome other user mailbox (user1 at domain.tld).
in the /home/sites/domain.tld/mail/user1/Maildir I have created a file
dovecot-acl with :
owner lrwstipekxa
user=user2 at domain.tld rl
- in the dovecot-share-sql.conf I have :
connect = host=/var/lib/mysql/mysql.sock dbname=xxxx user=xxx
password=postfixpass
map {
pattern = shared/shared-boxes/user/$to/$from
table = user_shares
value_field = dummy
fields {
from_user = $from
to_user = $to
}
}
and in the user_share table :
+-------------------+------------------+-------+
| from_user | to_user | dummy...