Re: Sieve runtime error claiming mailbox doesn't exist

2019-12-14 Thread Jim Sculley
On 12/13/19 5:48 PM, Michael Menge wrote which cyrus version did you use with CentOS7? I can't be certain since the jump to CentOS 8 killed off my CentOS 7 install, but the latest packages listed for CentoOS 7 is cyrus-imapd-2.4.17-15.el7.x86_64.rpm Can you post the sieve script. I don't kn

Re: Sieve runtime error claiming mailbox doesn't exist

2019-12-13 Thread Michael Menge
Hi Patrick Quoting Patrick Boutilier : At first glance it looks like you need to change your sieve rules to use . as the mailbox separator. Something like: user.jim.System Messages I don't think the hierarchy separator is the problem. Some log outputs use the internal format e.g. "delive

Re: Sieve runtime error claiming mailbox doesn't exist

2019-12-13 Thread Patrick Boutilier
At first glance it looks like you need to change your sieve rules to use . as the mailbox separator. Something like: user.jim.System Messages On December 13, 2019 11:08:54 AM AST, Jim Sculley wrote: >Hello.  I'm a new member of this list but a long time user of >cyrus-imapd with postfix on my

Re: sieve runtime error

2018-12-18 Thread Simon Matter via Info-cyrus
> Thanks, this got me looking into sendmail a little closer. I've never used > the program and didn't realize a dummy sendmail binary was installed on my > system. Actually installed sendmail and it works now, messages are being > filtered. You don't have to install sendmail, also postfix has a co

Re: sieve runtime error

2018-12-18 Thread Joshua Schaeffer
Thanks, this got me looking into sendmail a little closer. I've never used the program and didn't realize a dummy sendmail binary was installed on my system. Actually installed sendmail and it works now, messages are being filtered. On Tue, Dec 18, 2018 at 4:32 AM Simon Matter wrote: > > I'm try

Re: sieve runtime error

2018-12-17 Thread Simon Matter
> I'm trying to setup sieve and getting the following error in my logs: > > Dec 17 10:36:07 bllmail01 cyrus/lmtp[14530]: sieve runtime error for > jschaef...@harmonywave.net id > : > Reject: Sendmail process terminated normally, exit status 255 > > > I'm following the documentation here: > https://

Re: sieve runtime error Fileinto: Permission denied

2016-05-25 Thread Sunny via Info-cyrus
On 24/05/16 12:59, Edda via Info-cyrus wrote: Interesting ;-) Looks like fileinto wants to deliver to an existent (existent for the user) but different folder as you expect, not the ones you listed below. What's your sieve script? And what sees the user in the IMAP LIST command? I can repro

Re: sieve runtime error Fileinto: Permission denied

2016-05-24 Thread Edda via Info-cyrus
Interesting ;-) Looks like fileinto wants to deliver to an existent (existent for the user) but different folder as you expect, not the ones you listed below. What's your sieve script? And what sees the user in the IMAP LIST command? I can reproduce this issue with a test user (mailtest) and a

Re: sieve runtime error Fileinto: Permission denied

2016-05-24 Thread Merlin Hartley via Info-cyrus
I wonder if this is an 'altnamespace' issue - are you specifying INBOX/folder? -- Merlin Hartley > On 23 May 2016, at 12:52, Sunny via Info-cyrus > wrote: > > Hi, > > I'm seeing the following error logs with some users sieve filtering > May 23 11:41:31 imap02 lmtpunix[26005]: sieve runtime e

Re: sieve runtime error Fileinto: Permission denied

2016-05-24 Thread Bron Gondwana via Info-cyrus
On Tue, May 24, 2016, at 20:16, Patrick Boutilier via Info-cyrus wrote: > On 05/24/2016 01:56 AM, OBATA Akio via Info-cyrus wrote: > > On Tue, 24 May 2016 12:32:07 +0900, Bron Gondwana via Info-cyrus > > wrote: > > > >> On Tue, May 24, 2016, at 10:44, OBATA Akio via Info-cyrus wrote: > >>> On Tue,

Re: sieve runtime error Fileinto: Permission denied

2016-05-24 Thread Patrick Boutilier via Info-cyrus
On 05/24/2016 01:56 AM, OBATA Akio via Info-cyrus wrote: On Tue, 24 May 2016 12:32:07 +0900, Bron Gondwana via Info-cyrus wrote: On Tue, May 24, 2016, at 10:44, OBATA Akio via Info-cyrus wrote: On Tue, 24 May 2016 07:25:42 +0900, Bron Gondwana via Info-cyrus wrote: > On Mon, May 23, 2016, a

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread OBATA Akio via Info-cyrus
On Tue, 24 May 2016 12:32:07 +0900, Bron Gondwana via Info-cyrus wrote: On Tue, May 24, 2016, at 10:44, OBATA Akio via Info-cyrus wrote: On Tue, 24 May 2016 07:25:42 +0900, Bron Gondwana via Info-cyrus wrote: > On Mon, May 23, 2016, at 22:47, Sundeep Singh Nanuwa via Info-cyrus wrote: >> O

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Bron Gondwana via Info-cyrus
On Tue, May 24, 2016, at 10:44, OBATA Akio via Info-cyrus wrote: > On Tue, 24 May 2016 07:25:42 +0900, Bron Gondwana via Info-cyrus > wrote: > > > On Mon, May 23, 2016, at 22:47, Sundeep Singh Nanuwa via Info-cyrus wrote: > >> On 23/05/16 13:35, Bron Gondwana via Info-cyrus wrote: > >> > You nee

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread OBATA Akio via Info-cyrus
On Tue, 24 May 2016 07:25:42 +0900, Bron Gondwana via Info-cyrus wrote: On Mon, May 23, 2016, at 22:47, Sundeep Singh Nanuwa via Info-cyrus wrote: On 23/05/16 13:35, Bron Gondwana via Info-cyrus wrote: > You need to have "anyone p" acl to fileinto anything other than inbox. That didn't work u

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Bron Gondwana via Info-cyrus
On Mon, May 23, 2016, at 22:47, Sundeep Singh Nanuwa via Info-cyrus wrote: > On 23/05/16 13:35, Bron Gondwana via Info-cyrus wrote: > > You need to have "anyone p" acl to fileinto anything other than inbox. > That didn't work unfortunately. Deliver into INBOX works, fileinto doesn't. It's ACLs fo

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Sundeep Singh Nanuwa via Info-cyrus
On 23/05/16 14:09, Jack Snodgrass via Info-cyrus wrote: file permissions like right.. acl permissions look right... are you running with selinux set to something other than disabled? Just a guess... but everything else looks ok. It's disabled SELINUX=disabled Thanks Cyrus Home Page: ht

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Jack Snodgrass via Info-cyrus
file permissions like right.. acl permissions look right... are you running with selinux set to something other than disabled? Just a guess... but everything else looks ok. jack On 05/23/2016 07:47 AM, Sundeep Singh Nanuwa via Info-cyrus wrote: On 23/05/16 13:35, Bron Gondwana via Info-cy

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Sundeep Singh Nanuwa via Info-cyrus
On 23/05/16 13:35, Bron Gondwana via Info-cyrus wrote: You need to have "anyone p" acl to fileinto anything other than inbox. That didn't work unfortunately. Thanks Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsub

Re: sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Bron Gondwana via Info-cyrus
You need to have "anyone p" acl to fileinto anything other than inbox. Bron. On Mon, May 23, 2016, at 21:52, Sunny via Info-cyrus wrote: > Hi, > > I'm seeing the following error logs with some users sieve filtering > May 23 11:41:31 imap02 lmtpunix[26005]: sieve runtime error for test2 id