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
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
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
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/
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
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
;>> 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 :
> >>>
> >>>
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
>> 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
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
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
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]
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
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
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
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
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
17 matches
Mail list logo