Displaying 20 results from an estimated 10000 matches similar to: "Manual manipulation of Sieve files"
2014 Dec 09
5
Sieve permissions issue following update
It has been running flawlessly for quite some time until the update.
Global scripts were compiled:
/usr/local/etc/dovecot/sieve # ls
10-move-spam.sieve 10-move-spam.svbin
However, I ran sievec again and tried saving a modified script and got the same:
shiofuki dovecot: lda(gessel at blackrosetech.com): Error: sieve: binary save: failed to create temporary file:
2018 Sep 20
5
Global sieve doesn't run and I don't know why
Hi Everyone,
I have dovecot, postfix, roundcube and piegeonhole managesieve all
working nicely together. Personal scripts defined in roundcube run
without issue.
I have configured the global sieve dir defined in 90-sieve.conf:
sieve_global_dir = /var/lib/dovecot/sieve/global/
I pre-compiled the script in there:
# ls -l /var/lib/dovecot/sieve/global/
total 8
-rw-r--r--. 1 root root 118 Sep 19
2011 Dec 12
3
simultaneous scripts not running via sieve_before
Hi again everyone,
So I've finally got sieve integration happening on my? REHL Postfix/Dovecot server, with private user scripts happily running when users create them. (we user SquirrelMail, so the avelsieve plugin runs the sieve integration).
Now I'd like to utilise additional per-user scripts (probably via sieve_before), but I've not been able to get my additional scripts to
2011 Aug 01
2
sievec - manual compile of global sieve scripts?
How do you compile global scripts using the sievec command without
making the script directory owned (and group writable) by the vmail user?
http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage
# cd /etc/dovecot/sieve/before/
# (edit some script like spam.sieve that runs for everyone)
# /usr/local/bin/sievec spam.sieve spam.svbin
sievec(root): Error: sieve: binary save: failed to create temporary
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
Hello,
I've ran into problem with Dovecot and dsync replication. Everything
works perfectly, including replication of sieve scripts, except fact
that if user activates the 'managesieve' ruleset (I'm using currently
Roundcubemail) on "mail1" host, it wouldn't be activated on "mail2"
host, by creating symlink ".dovecot.sieve ->
2015 May 21
1
sieve permission problem with dovecot.svbin
Hello list,
I am starting to see these in maillog:
dovecot: lmtp(31949, dwright): Error: kXK3KnTpXFXNfAAAU+Cu/Q: sieve:
binary open: failed to open:
open(/var/spool/mail/dwright/.dovecot.svbin) failed: Permission denied
(euid=520(dwright) egid=12(mail) missing +r perm:
/var/spool/mail/dwright/.dovecot.svbin, euid is not dir owner)
But the directory /var/spool/mail/dwright is owned by
2015 Jan 01
2
Sieve permissions issue following update
On Jan 1, 2015, at 9:50 AM, Stephan Bosch <stephan at rename-it.nl> wrote:
>
> Hmm. This smells like a bug. I notice that your modification times of
> the .sieve and .svbin file are exactly the same (that is somewhat
> unusual). I'm looking at a potential bug that would explain your problem.
>
> To confirm, could you try running sievec again, so that the .svbin is
2015 Aug 05
1
Dovecot sieve pigeonhole permission
On 05.08.2015 13:06, Steffen Kaiser wrote:
> On Tue, 4 Aug 2015, Gerhard Wiesinger wrote:
>
>>
>> I'm running dovecot in a classical vmail.vmail setup with pigeonhole
>> and LMTP. Permission worked well in the initial setup but currently
>> (maybe after Fedora 22 update) I'm having the following permission
>> issue:
>>
>> lmtp(root):
2014 Feb 05
2
personal sieve script not included
Hello,
I'm using dovecot 2.2.10 and roundcube (with managesieve enabled).
Sieve filtering works well, as long the rule is written
into ~/.dovecot.sieve (which is a link to ~/sieve/managesieve.sieve)
When adding a new filter set (in roundcube) the script is
written to ~/sieve/newfilterset.sieve. This script will not be
executed. How can I solve this?
I set
sieve_dir = ~/sieve
This should work,
2015 Aug 04
2
Dovecot sieve pigeonhole permission
Hello,
I'm running dovecot in a classical vmail.vmail setup with pigeonhole and
LMTP. Permission worked well in the initial setup but currently (maybe
after Fedora 22 update) I'm having the following permission issue:
lmtp(root): Error: 7fPZFOL9wFXePQAABcdabc: sieve: binary open: failed to
open: open(/etc/dovecot/sieve_after.svbin) failed: Permission denied
(euid=9999(vmail)
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
I have some global scripts that were running nicely.
Then I opened one in an editor and (probably, but not 100% sure)
mindlessly saved the file, even though I hadn't made any changes.
Shortly after, Sieve errors started showing in the log:
Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.)
2018 Mar 22
4
How to stop sieve processing to skip sieve_after scripts ?
Hello the list,
I am trying to achieve filter processing using sieve, but i am not sure I can do what I want.
I want to let the user decide to use my filtering script (sieve_after) or not.According to the documentation, i am trying to stop processing in user sieve script, but processing continue.
I am using dovecot 2.2 (CentOS).
My sieve configuration is:plugin {
? sieve =
2009 Jul 28
1
dovecot-1.2.2+sieve 0.1.9: sieve issues with (global?) includes
Hi,
After upgrading from dovecot 1.1 to dovecot 1.2.2 and the new sieve
implementation (0.1.9), I'm having some strange problems. I'm including
some general purpose scripts into my user script from sieve_global_dir.
After some tests it seems that ths scripts get executed at random:
sometimes the mail gets stored in the correct dir, and sometimes it goes
to inbox. This also happens while
2013 Dec 12
3
warning from managesieve
when .dovecot.sieve is a symlink (which it is in my case) a warning is
written to the error log file, but it still works.
Dec 12 10:02:33 managesieve(tester at domain.com): Warning:
sieve-storage: Active sieve script symlink
/srv/vmail/sieve/domain.com/tester/.dovecot.sieve is broken:
invalid/unknown path to storage (points to ingo.sieve).
root at
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
> > I have some global scripts that were running nicely.
> >
> > Then I opened one in an editor and (probably, but not 100% sure)
> > mindlessly saved the file, even though I hadn't made any changes.
> >
> > Shortly after, Sieve errors started showing in the log:
> >
> > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create
2018 Jun 21
2
sievescript is not working
Hello!
I have a problem with a sieve-script which works for one domain but not for another one.
Both domains are hostet on the same server running dovecot and postfix.
This is the script that works:
require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da.";
}
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
> > > > I have some global scripts that were running nicely.
> > > >
> > > > Then I opened one in an editor and (probably, but not 100% sure)
> > > > mindlessly saved the file, even though I hadn't made any changes.
> > > >
> > > > Shortly after, Sieve errors started showing in the log:
> > > >
> > >
2015 Jan 01
4
Sieve permissions issue following update
On Jan 1, 2015, at 8:10 AM, Stephan Bosch <stephan at rename-it.nl> wrote:
>
> Could you enable mail_debug? That should show why it is trying to
> recompile the Sieve script.
Well, that it does! And it's saying the script is "not up to date" and tries to recompile it. However, I'm not sure why it would say it's NOT up to date, it most certainly was
2015 Jan 01
2
Sieve permissions issue following update
On 1/1/2015 4:17 PM, Robert Blayzor wrote:
> On Jan 1, 2015, at 9:58 AM, Robert Blayzor <rblayzor.bulk at inoc.net> wrote:
>>> Hmm. This smells like a bug. I notice that your modification times of
>>> the .sieve and .svbin file are exactly the same (that is somewhat
>>> unusual). I'm looking at a potential bug that would explain your problem.
>>>
2020 Oct 14
1
Strange permissions error - Failed to stat sieve storage path
Hi all
I have dovecot-lda set up to run as vmail:vmail, with some sieve scripts in /var/lib/dovecot/sieve.
The sieve scripts fail to be found with the following (detailed and very helpful) error message:
Oct 14 16:13:33 gatekeeper dovecot[8109]: lda(minfrin at example.com)<8109><ZJ9nMo0Hh1+tHwAAKdTwig>: Error: sieve: file storage: Failed to stat sieve storage path: