Eric Hiller wrote: > I want to forbid the user from deleting or renaming a certain folder. > According the IMAP specs I need to take away the right for: > > x - delete mailbox (DELETE mailbox, old mailbox name in RENAME) > > But I do not see this in ACL. Does dbmail support this and I am just looking > in the wrong location?
This particular permission is supported in dbmail-2.3+. But the owner of a mailbox always has the 'a' permission (administer). For dbmail-2.2 the 'd' - delete permission is used to control access during the IMAP DELETE command. But again the owner of a mailbox always has that right. If you need to prevent deletion of a mailbox owned by a user, you need to set the mailbox read-only in the dbmail_mailboxes table by setting the permission field to 1 instead of 2. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
