Displaying 1 result from an estimated 1 matches for "shareddb".
Did you mean:
shared
2012 Jun 12
1
doveadm doesn't subscribe to public folders
...= passwd-file
}
passdb {
args = /etc/dovecot/master-shared
driver = passwd-file
master = yes
}
passdb {
args = /etc/dovecot/master-shared
driver = passwd-file
}
plugin {
acl = vfile:/etc/dovecot/global-acls:cache_secs=300
acl_anyone = allow
acl_shared_dict = file:/data/MAIL/SHAREDDB/shared-mailboxes.db
sieve = /data/MAIL/SIEVE/%u/dovecot.sieve
sieve_dir = /data/MAIL/SIEVE/%u
}
postmaster_address = root
protocols = imap sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
}
unix_listener auth-userdb {
group = mailreader...