Displaying 1 result from an estimated 1 matches for "enable_acl".
Did you mean:
enable_a20
2010 Aug 11
1
Thunderbird IMAP woes
...mespace {
location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared
prefix = shared.
separator = .
subscriptions = no
type = public
}
passdb {
driver = pam
}
plugin {
acl = vfile
}
protocols = imap pop3
service imap-enable-acl-groups {
executable = script-login /home/enable_acl.sh
user = root
}
service imap {
executable = imap imap-enable-acl-groups
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
verbose_proctitle = yes
protocol imap {
mail_max_userip_connections = 10
mail_plugins = $mail_plu...