Hi Mark

I think that in INBOX.XXX the "p" permission is missing so the user mark can't post messages in INBOX.XXX
Try to change permission to "lrswicdp"


bye

Paolo

Mark Clarke wrote:
Hi there,

I am new to cyrus and sieve. I have setup the following sieve script


require ["fileinto","reject"];

if address :domain contains: "To" "XXX.abc.org"
{
        fileinto "INBOX.XXX";
}



When i run this script I can see that the rule is applied but according
to the logs "permission is denied" writing into the subfolder. Messages
are delivered into the main "Inbox" folder just fine though.

I have checked the permissions on the folder with cyradm listacl user.mark.XXX
(and get)
mark lrswicd



Any help appreciated

---
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

---
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