[Dovecot] Dovecot public folders subscription
Good day! First sorry my English. I have shared IMAP folders (public namespace). How I can use separate files "subscriptions" for each users?
View this message in context: http://old.nabble.com/Dovecot-public-folders-subscription-tp28654540p2865454... Sent from the Dovecot mailing list archive at Nabble.com.
Also getfacl /shared-folders/ # file: shared-folders/ # owner: administrator # group: domain\040admins user::rwx user:exim:rwx group::rwx mask::rwx other::--- default:user::rwx default:user:exim:rwx default:user:administrator:rwx default:group::rwx default:mask::rwx default:other::---
domain users can't create file /shared-folders/subscriptions, thay have not rwx permissions on /shared-folders. If I add rwx on /shared-folders for domain users, thay can delete all in /shared-folders (I can't do this). How I can solve this problem?
-- View this message in context: http://old.nabble.com/Dovecot-public-folders-subscription-tp28654540p2865458... Sent from the Dovecot mailing list archive at Nabble.com.
On Mon, 2010-05-24 at 01:08 -0700, tux2002 wrote:
domain users can't create file /shared-folders/subscriptions, thay have not rwx permissions on /shared-folders. If I add rwx on /shared-folders for domain users, thay can delete all in /shared-folders (I can't do this). How I can solve this problem?
dovecot -n output would have been helpful, but assuming you've Dovecot v1.1+ you probably want to set subscriptions=no to the namespace.
Timo Sirainen wrote:
dovecot -n output would have been helpful, but assuming you've Dovecot v1.1+ you probably want to set subscriptions=no to the namespace.
Thanks! I upgrade dovecot to 1.2 and use subscriptions = no for public namespace. All works :)
-- View this message in context: http://old.nabble.com/Dovecot-public-folders-subscription-tp28654540p2867766... Sent from the Dovecot mailing list archive at Nabble.com.
participants (2)
-
Timo Sirainen
-
tux2002