> On 05 Aug 2010, at 10:21, Simon Beale wrote:
>> Having spent some time reading the 2.3.16 source code, and poking
>> at the
>> frontend with gdb, I'm not convinced that the code currently
>> supports what
>> I'm attempting. It looks like it may have been the original
>> intention to
>> be possibl
Am Donnerstag, den 05.08.2010, 15:21 +0100 schrieb Simon Beale:
> Having spent some time reading the 2.3.16 source code, and poking at the
> frontend with gdb, I'm not convinced that the code currently supports what
> I'm attempting. It looks like it may have been the original intention to
> be po
>> I'm currently having an issue where clients (Outlook/Thunderbird
>> etc) can't delete shared folders if the folder resides on a
>> different backend to their INBOX.
>>
>> Looking at the IMAP traffic, the client is doing:
>>
>> . RENAME user.test.subfolder INBOX.Trash.
> Am Mittwoch, den 04.08.2010, 11:08 +0100 schrieb Simon Beale:
>
>> While that would work, and it's something that I could do for myself,
>> it
>> doesn't help when I roll out shared folders to all our users, and they
>> start using the Outlook/Thunderbird normal delete mechanism, which is
>> why
Am Mittwoch, den 04.08.2010, 11:08 +0100 schrieb Simon Beale:
> While that would work, and it's something that I could do for myself, it
> doesn't help when I roll out shared folders to all our users, and they
> start using the Outlook/Thunderbird normal delete mechanism, which is why
> I need REN
> Am Mittwoch, den 04.08.2010, 10:46 +0100 schrieb Simon Beale:
>
>> Yeah, I'd wondered that at first, but I don't believe so. Below is an
>> IMAP
>> traffic session (run as user simon), user.test is on backend1, INBOX
>> and
>> user.test2 are on backend2.
>
> Ok, no problem with the permissions.
>
Am Mittwoch, den 04.08.2010, 10:46 +0100 schrieb Simon Beale:
> Yeah, I'd wondered that at first, but I don't believe so. Below is an IMAP
> traffic session (run as user simon), user.test is on backend1, INBOX and
> user.test2 are on backend2.
Ok, no problem with the permissions.
Does copy work?
> Am Mittwoch, den 04.08.2010, 10:22 +0100 schrieb Simon Beale:
>
>> Looking at the IMAP traffic, the client is doing:
>>
>> . RENAME user.test.subfolder INBOX.Trash.subfolder
>> . NO Permission denied
>
> What permissions do you have on those folders?
> Try a getacl first, might be something simpl
Am Mittwoch, den 04.08.2010, 10:22 +0100 schrieb Simon Beale:
> Looking at the IMAP traffic, the client is doing:
>
> . RENAME user.test.subfolder INBOX.Trash.subfolder
> . NO Permission denied
What permissions do you have on those folders?
Try a getacl first, might be something simple.