Uh, no. Setting the mailbox to read-only will prevent users from doing any kinds of write actions on the mailbox. Just read.
Eric Hiller wrote: > Paul, > > Setting the permission field to 1 from 2 will allow the user to do > everything else in the mailbox (ie. read, delete, move email) just not > delete/rename the mailbox itself correct? > > Thanks for the help! > -Eric > >> Date: Fri, 8 Jan 2010 10:12:06 +0100 >> From: [email protected] >> To: [email protected] >> Subject: Re: [Dbmail] Forbid user from deleting folder. >> >> 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 > > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up > now. <http://clk.atdmt.com/GBL/go/196390709/direct/01/> > > > ------------------------------------------------------------------------ > > _______________________________________________ > DBmail mailing list > [email protected] > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail -- ________________________________________________________________ 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
