Re: Post ACL
Timo Sirainen <tss <at> iki.fi>
2008-11-16 04:31:04 GMT
On Nov 16, 2008, at 5:56 AM, Philip Guenther wrote:
>> If answer to either one is "yes", how are the ACL identifiers
>> matched?
>
> Unspecified and implementation dependent, but that's true of
> basically all
> authentication ID handling in IMAP, no?
Sure, I was just trying to figure out some reasonable way to implement
it.
> How I eventually ended up handling this in Sendmail's product was
> roughly
> as follows:
> - if delivery was specified by an action in a user's sieve filter,
> the ACL
> check would be as that user
> - if a user didn't have a sieve filter then, by default, delivery
> will be
> to the user's INBOX (+detail will be ignored) and will be permitted
> regardless of the mailbox's ACL
> - alternatively, it can be configured to pass through +detail info
> and check for anonymous having 'p' right when a +detail is supplied
> - delivery that's specified by an adminstrative filter generally skips
> the ACL check
Thanks, this sounds good. I'll probably implement it the same way.
I'm not entirely sure about the default 'p' right though. If I give
(Continue reading)