Ondrej Sury wrote:
On Tue, 2006-01-17 at 18:42 -0500, Scott Russell wrote:

Greets.

With Cyrus 2.3.1 (or the auto create patches?) can folders automatically be created for plus addressing?

I was toying with the idea of having tagged spam being sent to [EMAIL PROTECTED] rather than using a sieve script. Since sieve scripts are user editable using plus addressing to sort tagged spam into a folder seemed like a more sensible idea.


I guess it's simpler to patch your create scripts (or create some
automated modify scripts) to create this folder for each user then patch
cyrus source code for this task.

You can also revoke users permissions to delete that mailbox - just use:

sam folder -user c

FYI, the above would remove *both* CREATE and DELETE permission. In 2.3 with the updated ACL code (RFC 4314), you can remove *only* the DELETE permission with:

sam folder -user x


The "correct" way to remove both CREATE and DELETE in 2.3 is to do:

sam folder -user kx

although 'c' will still work as c=kx (and d=et). All of this depends on the deleteright option being set to 'c'. If thi shas been set to something else (e.g. 'd'), then c=k and d=etx.

--
Kenneth Murchison
Project Cyrus Developer/Maintainer
Carnegie Mellon University
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to