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
25B:
from=, size=419, nrcpt=1 (queue active)
Dec 6 12:51:39 buttercup cyrus/lmtp[27814]: sieve runtime error for
jim id <20191206175139.07fba2168...@mail.home.lan>:
Fileinto (user/jim/System Messages): Mailbox does not exist
Can you post the sieve script. I don't know if the log shows
ge-id=<20191206175139.07fba2168...@mail.home.lan>
>Dec 6 12:51:39 buttercup postfix/qmgr[27671]: 07FBA216825B:
>from=, size=419, nrcpt=1 (queue active)
>Dec 6 12:51:39 buttercup cyrus/lmtp[27814]: sieve runtime error for
>jim id <20191206175139.07fba2168...@mail.home.lan>:
>F
7fba2168...@mail.home.lan>
Dec 6 12:51:39 buttercup postfix/qmgr[27671]: 07FBA216825B:
from=, size=419, nrcpt=1 (queue active)
Dec 6 12:51:39 buttercup cyrus/lmtp[27814]: sieve runtime error for jim id <20191206175139.07fba2168...@mail.home.lan>:
Fileinto (user/jim/System Messages): Mailb
rmonywave.net mail.harmonywave.cloud
>> > connecting to mail.harmonywave.cloud
>> > Please enter your password:
>> >> put /tmp/testing.sieve testing
>> >> activate testing
>> >> list
>> > testing <- active script
>> >>
:
> > 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 2
> 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 foll
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 h
wants to deliver mails directly to the shared Drafts
folder via sieve script:
if anyof (header :contains "to" "mailtest")
{
fileinto "Drafts";
stop;
}
I get the error:
May 24 13:23:24 popc lmtpunix[6959]: sieve runtime error for mailtest
id <201605241123.u4
ts
folder via sieve script:
if anyof (header :contains "to" "mailtest")
{
fileinto "Drafts";
stop;
}
I get the error:
May 24 13:23:24 popc lmtpunix[6959]: sieve runtime error for mailtest id
<201605241123.u4OBMqJK006976@popc.localdomain>: Fileinto: Perm
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 i
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,
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
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
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
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
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
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
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
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
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
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
<5742de5a.3040...@org.ac.uk>: Fileinto: Permission denied
Essentially emails are not being put into the specific folders.
Their
/usr/bin/sendmail.sendmail didn't have the correct group or permissions
needed for certain sieve commands such as redirect and vacation
correct permissions - note: group execute needs sticky bit
ls -ls /usr/sbin/sendmail
-rwxr-sr-x 1 root smmsp 833512 Mar 7 13:40 sendmail.sendmail
Cyrus H
Hi,
I'm getting issues with sieve unable to redirect messages for any user
with redirect set.
Any pointers to solve this issue?
Mar 7 11:52:15 imap02 lmtpunix[8635]: sieve runtime error for ssntest2
id <56dd69d8.3040...@ebi.ac.uk>: Redirect: Sendmail process terminated
nor
Hi again,
sorry for the noise ... this was my fault.
-- Sebastian Hagedorn <[EMAIL PROTECTED]> is rumored to have mumbled on
Samstag, 16. Oktober 2004 15:53 Uhr +0200 regarding Sieve runtime error for
redirect and reject:
I'm noticing log entries like the following:
Oct 16 11:
Hi,
I'm noticing log entries like the following:
Oct 16 11:41:22 lvr13 lmtpunix[9937]: sieve runtime error for xxx:
Redirect: Sendmail process terminated normally, exit status 71
Oct 16 11:47:11 lvr13 lmtpunix[22545]: sieve runtime error for xxx: Reject:
Sendmail process terminated nor
26 matches
Mail list logo