4 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Access Rights
FromSent OnAttachments
GeorgeMar 7, 2006 11:49 pm 
Brian CandlerMar 8, 2006 10:38 pm 
GeorgeMar 9, 2006 1:18 am 
Brian CandlerMar 10, 2006 12:27 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Access RightsActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Mar 10, 2006 12:27:20 am
List:net.sourceforge.lists.courier-sqwebmail

On Thu, Mar 09, 2006 at 01:18:53AM -0800, George wrote:

On Tue, Mar 07, 2006 at 11:49:26PM -0800, George wrote:

Is there anyway to exclude during "make" any references to folder permissions (Access Rights) or any setting in "Default Options" that will turn it off and make it invisible?

In authdaemonrc,

DEFAULTOPTIONS="...,disabledshared=1"

Brian, thanks for all the help yesterday. It was great help.

disableshared=1 in authdaemonrc is working fine for SqWebMail but it seems like it has a side effect with Thunderbird as it gives an alert of "Access denied for GETACL on INBOX (ACL "a" required)"

Old problem. Take this up with MrSam. He'll probably tell you that Thunderbird isn't implementing the draft properly.

The problem is that courier-imap is announcing the ACL/ACL2 capabilities at connection time, but after logging in, the particular mailbox doesn't support any sharing. Thunderbird is assuming that because ACL/ACL2 are announced, that it is entitled to issue GETACL on the INBOX.

The semantics of GETACL are not entirely clear; ISTM that one interpretation of the original ACL spec is that you don't need the "a" right to perform GETACL on a mailbox to which you otherwise have read/write access.

Anyway, if you're disabling shared mailboxes for *all* users, you can just reconfigure imapd not to announce the ACL or ACL2 capabilities.

Brian.