Hi, i want to use unix groups in my ACLs. http://wiki2.dovecot.org/ACL says, I can do that with a post-login script (http://wiki2.dovecot.org/PostLoginScripting). I have verified, that the script is running, and that ACL_GROUPS is correct. But I still can't access the Mailbox. Logfile says: Dec 3 11:19:35 mailint1 dovecot: imap(micha): Debug: acl vfile: reading file /var/mail/mailboxes/shared/mails/server-root/dovecot-acl Dec 3 11:19:35 mailint1 dovecot: imap(micha): Debug: acl vfile: reading file /var/mail/mailboxes/shared/mails/dovecot-acl Im using: dovecot 2.0.7 (5e82c5b1b4a9) Micha Krause
On 3.12.2010, at 10.26, Micha Krause wrote:> http://wiki2.dovecot.org/ACL says, I can do that with a post-login script (http://wiki2.dovecot.org/PostLoginScripting). > > I have verified, that the script is running, and that ACL_GROUPS is correct.That code was missing one part that v2.0 requires (updated now): export USERDB_KEYS="$USERDB_KEYS acl_groups"
Hello,>> http://wiki2.dovecot.org/ACL says, I can do that with a post-login script (http://wiki2.dovecot.org/PostLoginScripting). >> >> I have verified, that the script is running, and that ACL_GROUPS is correct. > That code was missing one part that v2.0 requires (updated now): > > export USERDB_KEYS="$USERDB_KEYS acl_groups"Thank you very much, that fixed my Problem. Micha Krause