Re: Gnu sieve vs Dovecot sieve-filter - sieve-filter extremely slow at lda (writing emails to local mbox files)

2019-09-12 Thread elvis
On 12/9/19 8:06 am, Zenaan Harkness wrote: On Thu, Sep 12, 2019 at 07:55:23AM +1000, Zenaan Harkness wrote: Why is Gnu sieve so extremely fast to batch process an mbox file, but while Dovecot's sieve-filter is an order of magnitude slower? Sequence: - mpop or getmail to pipeline download email

Re: Gnu sieve vs Dovecot sieve-filter - sieve-filter extremely slow at lda (writing emails to local mbox files)

2019-09-11 Thread Zenaan Harkness
On Thu, Sep 12, 2019 at 07:55:23AM +1000, Zenaan Harkness wrote: > Why is Gnu sieve so extremely fast to batch process an mbox file, but > while Dovecot's sieve-filter is an order of magnitude slower? > > Sequence: > > - mpop or getmail to pipeline download emails into temp mbox file > - filter

Gnu sieve vs Dovecot sieve-filter - sieve-filter extremely slow at lda (writing emails to local mbox files)

2019-09-11 Thread Zenaan Harkness
Why is Gnu sieve so extremely fast to batch process an mbox file, but while Dovecot's sieve-filter is an order of magnitude slower? Sequence: - mpop or getmail to pipeline download emails into temp mbox file - filter that file Gnu sieve just flies through a local mbox file and saving emails to

Re: dovecot-sieve upgrade overwrote configuration

2017-07-23 Thread Gene Heskett
On Sunday 23 July 2017 17:10:14 deb...@respiranto.de wrote: > Hi, > > I use unattended-upgrades in order to keep my Debian stretch server up > to date. > > This morning, an update for dovecot-sieve was installed among others. > Previously, I had modified /etc/dovecot/conf.d/

dovecot-sieve upgrade overwrote configuration

2017-07-23 Thread deb023
Hi, I use unattended-upgrades in order to keep my Debian stretch server up to date. This morning, an update for dovecot-sieve was installed among others. Previously, I had modified /etc/dovecot/conf.d/90-sieve.conf. During the update, the file was simply overridden by the (probably new) default

Re: Dovecot sieve plugin global rules

2013-07-04 Thread M.Atıf CEYLAN
On 07/04/2013 03:39 PM, Darac Marjal wrote: According tohttp://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration, set sieve_user_log (it'll be ~/.dovecot.sieve.log by default). I know this but " sieve_user_log" is user log path. I want to logging everything for the global rule (info, warning and

Re: Dovecot sieve plugin global rules

2013-07-04 Thread Darac Marjal
;>> Thanks for the answer. > >>> I tried some different scenarios. But I couldn't run the script. I > >>> have commented "sieve_global_dir" parameter. > >>> > >>> My new configuration is below : > >>> > >>>

Re: Dovecot sieve plugin global rules

2013-07-03 Thread M . Atıf CEYLAN
tıf CEYLAN" wrote: >>> Thanks for the answer. >>> I tried some different scenarios. But I couldn't run the script. I >>> have commented "sieve_global_dir" parameter. >>> >>> My new configuration is below : >>> >>> plu

Re: Dovecot sieve plugin global rules

2013-07-03 Thread M . Atıf CEYLAN
>> have commented "sieve_global_dir" parameter. >> >> My new configuration is below : >> >> plugin { >> sieve = ~/.dovecot.sieve >> sieve_dir = ~/sieve >> sieve_before = /etc/dovecot/sieve/spam.sieve >> >> /etc/dove

Re: Dovecot sieve plugin global rules

2013-07-03 Thread staticsafe
t; > plugin { > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > sieve_before = /etc/dovecot/sieve/spam.sieve > > /etc/dovecot/sieve/spam.sieve (I have compiled manually by sievec) : > >require "fileinto"; >if header :contains "X-Spam-Flag" [&quo

Re: Dovecot sieve plugin global rules

2013-07-01 Thread M.Atıf CEYLAN
7;s not working. My configuration is below, /etc/dovecot/conf.d/90-sieve.conf : plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_global_dir = /etc/dovecot/sieve/ } /etc/dovecot/sieve/dovecot.sieve : require ["fileinto"]; # rule:[test] if header

Re: Dovecot sieve plugin global rules

2013-07-01 Thread staticsafe
uration is below, > > /etc/dovecot/conf.d/90-sieve.conf : > plugin { > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > sieve_global_dir = /etc/dovecot/sieve/ > } > > /etc/dovecot/sieve/dovecot.sieve : > > require ["fileinto"]; > # rule:[test]

Dovecot sieve plugin global rules

2013-06-30 Thread M.Atıf CEYLAN
sieve sieve_dir = ~/sieve sieve_global_dir = /etc/dovecot/sieve/ } /etc/dovecot/sieve/dovecot.sieve : require ["fileinto"]; # rule:[test] if header :contains "From" "abc.com" { fileinto "INBOX.Junk"; } This rule is working in the user director

dovecot sieve

2011-03-01 Thread Informatik.hu
Hi All! I have got some problem with dovecot sieve. (from Squeeze packages). I have already intalled dovecot and postfix with mysql(postfix admin) virtual domains and users, configured dovecot deliver for delivery method in postfix. Dovecot sieve IS working, reads the global script, BUT it

Re: Debian Squeeze Dovecot Sieve

2011-02-27 Thread Boyd Stephen Smith Jr.
In <1298740005.3781.4.camel@michael-laptop>, Michael wrote: >Anyone got any pointers on installing sieve on Squeeze? The sieve plugin to dovecot is included in the Debian packaging. I used cmusieve with dovecot in Lenny (through Debian packaging) and I upgrade that system to Squeeze and migrate

Re: Debian Squeeze Dovecot Sieve

2011-02-26 Thread Erwan David
On 26/02/11 18:06, Michael wrote: > Anyone got any pointers on installing sieve on Squeeze? > I downloaded the tarball, and tried to install it, it asked for the > config file for dovecot, but will not accept /etc/dovecot as a source > for dovecot.conf > > Is it a case of forgetting about Debians

Debian Squeeze Dovecot Sieve

2011-02-26 Thread Michael
Anyone got any pointers on installing sieve on Squeeze? I downloaded the tarball, and tried to install it, it asked for the config file for dovecot, but will not accept /etc/dovecot as a source for dovecot.conf Is it a case of forgetting about Debians install, and installing the whole of dovecot f