Anders wrote:
Anders <[EMAIL PROTECTED]> writes:
It logs the correct value for "home" with mail_debug=yes. It is also
able to print the correct quota values, so Dovecot seems to end up
at the right place.
It was actually auth_debug that I turned on, not mail_debug. Here is
the mail_debug log. It led me to suspect the acl plugin and, indeed,
if I turn that one off, I can list the folders even with a master
user login.
Cheers,
Anders.
IMAP(am): Loading modules from directory:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap
IMAP(am): Module loaded:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap/lib01_acl_plugin.so
IMAP(am): Module loaded:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap/lib10_quota_plugin.so
IMAP(am): Module loaded:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap/lib11_imap_quota_plugin.so
IMAP(am): Module loaded:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap/lib20_expire_plugin.so
IMAP(am): Module loaded:
/usr/local/dovecot-1.1rc4/lib/dovecot/imap/lib20_mail_log_plugin.so
IMAP(am): Effective uid=5000, gid=5000, home=/var/mail/vhosts/example.invalid/am
IMAP(am): Quota root: name= backend=maildir args=
IMAP(am): Quota rule: root= mailbox= bytes=104857600 (0%) messages=0 (0%)
IMAP(am): Quota warning: bytes=99614720 (95%) messages=0 (0%)
command=/usr/local/bin/quota-warning 95
IMAP(am): Quota warning: bytes=83886080 (80%) messages=0 (0%)
command=/usr/local/bin/quota-warning 80
IMAP(am): maildir: data=/var/mail/vhosts/example.invalid/am/Maildir
IMAP(am): maildir++: root=/var/mail/vhosts/example.invalid/am/Maildir, index=,
control=, inbox=/var/mail/vhosts/example.invalid/am/Maildir
IMAP(am): acl: initializing backend with data:
vfile:/etc/dovecot-acls:cache_secs=300
IMAP(am): acl: acl username = master
IMAP(am): acl: owner = 0
IMAP(am): acl vfile: Global ACL directory: /etc/dovecot-acls
imap-login: Login: user=<am>, method=LOGIN, rip=127.0.0.1, lip=127.0.0.1,
secured
IMAP(am): acl vfile: file /etc/dovecot-acls//.DEFAULT not found
IMAP(am): acl vfile: file
/var/mail/vhosts/example.invalid/am/Maildir/dovecot-acl not found
IMAP(am): Disconnected: Logged out bytes=78/379
Hi Timo,
do you have an idea about this problem? To summarize, I cannot list
folders if using a master user login and the acl plugin. (my dovecot -n
output was in the message before the one quoted above)
Thanks,
Anders.