Displaying 20 results from an estimated 20000 matches similar to: "How to add new features to sieve?"
2006 Nov 04
1
deliver feature request (filter)
I'm using maildrop for delivery, because I want to filter through
spamassassin before delivery. Maildrop makes that trivial.
It seems deliver can pipe (one way) to a command, but what is needed is to
pipe:
deliver -> spamd -> deliver
which is what the maildrop xfilter does.
2008 Dec 13
3
can deliver filter through spamc?
I'm using maildrop to filter mail like:
xfilter "/usr/bin/spamc"
xfilter "/usr/bin/bogofilter -ep"
I want to change to deliver (so I can use sieve) but can deliver do this?
2011 Feb 06
2
maildrop and multi-dbox
Hi there,
I'm using Dovecot 2.0.9-1 under Arch Linux.
Currently, I have Maildir configured, and I move all my emails into
dovecot by using this sequence:
1) cron starts fetchmail periodically under user manfred to collect my
mails from various email accounts.
2) In ~/.fetchmailrc I have configured /usr/bin/maildrop as MDA.
3) In ~/.mailfilter (used by maildrop) I have extensive filtering in
2006 Nov 16
1
LDA Question
I need some advice about replacing maildrop with the Dovecot LDA. I need
to replicate a setup that uses postfix+maildrop+spamassassin. We'll be
using Dovecot 1rc13.
In the current setup, maildrop reads a file called .mailfilter in each
user's folder, then call spamassassin according to the user's
preferences. The file is simple, and looks like this --
if ( $SIZE > 20971520 )
{
2006 Oct 11
1
deliver + xfilter
I'm currently using maildrop to do delivery, because I like to use it's
xfilter to pipe through spamc.
I don't see a similar option for dovecot's deliver. Is there something? It
would be nice to use deliver, since I use dovecot for reading mail.
2012 Jun 22
2
LDA vs maildrop... LDA *and* maildrop?
We're considering a move from Courier to Dovecot.? So far, looks like
it's not too bad, but the most challenging obstacle is what to do about
our local delivery.? Factors:
1. we use a lot of maildrop "features" that are impossible in sieve
without piping to an external program (would rather not re-write our
working maildrop scripts in another language)
2. would love to try
2014 Jul 17
1
dspam dovecot-lda
Hello list,
Is there a way to call a spam filter in dovecot-lda like maildrop uses
the xfilter command within the .mailfilter file to do the same?
Eric
2011 Sep 15
1
Detecting duplicate messages with sieve
Dear Listmember,
I use http://www.courier-mta.org/reformail.html for
"Detecting duplicate messages"
###
The -D option implements a simple way to delete duplicate messages in
incoming mail. filename is a file that will be approximately 'len' bytes
long. This file will be used by reformail to save message IDs seen in
recent mail. reformail reads the message on standard input. If
2018 Apr 17
2
Postfix sendmail cannot be called from Sieve redirect
Sending (in my case: forwarding) messages from Sieve via sendmail does not
work with version 2.3.1.
I have narrowed it down to this simple test case:
# dovecot -n
# 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.0-119-generic x86_64 Ubuntu 16.04.4 LTS
# Hostname: tuxi.topfen.net
first_valid_gid = 200
first_valid_uid = 200
mail_location = mbox:~/mail
passdb {
args =
2008 Jan 19
2
Maildrop script to sieve
Hi,
I'm working on a system that have about 350K e-mail users and 100k users
that uses maildrop scripts to make filters on their delivery. So,
changing scripts by hand can't be a choice. I "googled" so much and I
wasn't able to find any script that converts maildrop scripts to sieve.
Does anyone knows where can I find it?
By the way, does anyone uses dovecot-1.1-beta on a
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
Hello,
I just migrated from Postfix/Courier/Maildrop to
Postfix/Dovecot/Deliver/Sieve and don't unterstand the right syntax
for sieve :(
I searched and found many small examples and many links to the RFC,
but nothing was usefull for me (or i didn't unterstand it)
I installed the latest Dovecot-Sieve (hg).
Examples from my maildrop config:
# Filter FROM
if($E =~ /name at domain1\.tld/)
2010 Jan 20
1
Conditionally use a sieve script with deliver?
I found a post in this list [0], which says sieve scripts can be used to
deliver mail as read. However, can it be done somehow conditionally, I mean,
with a direct or indirect switch for deliver?
For a nonexistent example, it would be simply
< | deliver -m path/to/maildir -r > or maybe an environment variable could be
exported to deliver sieve and checked there?
(Still not sure if sieve
2007 Mar 29
1
sieve-body extension support for deliver LDA's sieve plugin
Hi Timo & Co,
Is there any time frame for updating the deliver LDA's sieve plugin
code to that from Cyrus IMAPd v2.3.x?
I ask as I'm looking for the functionality of the sieve-body
extension, as described here:
http://www.ietf.org/internet-drafts/draft-ietf-sieve-body-06.txt
This requirement has come up as we're upgrading from a
Courier-IMAP/maildrop configuration that has
2007 Oct 07
1
global sieve script
hi all,
i'm moving from a maildrop+courier setup to lda(sieve)+dovecot setup.
with maildrop i had a global filter for all the users, so i could filter and
archive into the spam folder spam tagged emails for users without custom
filters, including them if they exist:
LOGNAME=tolower($LOGNAME)
`test -e $LOGNAME`
if ( $RETURNCODE != 0 )
{
`maildirmake $LOGNAME`
`maildirmake
2008 Nov 21
1
sieve-body extension support for deliver LDA's sieve plugin
Hello, I just read your message about sieve and body-extension in Dovecot. Do you have news on that topic?
I just have to filter mails containing a particular text fragment, and I cannot do without sieve body, I think..
Thank you for any clue you'd be able to give me !
Regards,
Bruno
---
Hi Timo & Co,
Is there any time frame for updating the deliver LDA's sieve plugin
code to
2011 Sep 15
1
convert maildrop filter to sieve
Dear list member,
does anybody have a script which can convert maildrop filter to sive
filter?
BR
Aleks
2007 Apr 12
0
LDA sieve plugin [patch]
Hi all.
I spent some time testing Dovecot's LDA sieve plugin and found problem
with "notify" method.
In fact it always returns "generic sieve error"... and thus produces
bounce messages like this:
-----
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Unknown error
----
Deliver logs error: "generic sieve
2010 Jan 25
3
sieve or another vacation/autoreply
Hello,
i'm trying to do some delivery notification for each incoming address.
Problem is that sieve vacation has :days but minimum value is 1 eg
period in which addresses
are kept and are not responded to - but that is not that i want.
Is there other extension (in devel ???) or some other way (lda using
procmail or maildrop) how to implement my request ? (Before migration
we used qmail +
2009 Jun 29
2
Problem with sieve and german umlauts
Dear list,
I?m running a postfix (2.5.6) / Dovecot (1.1.11) on a Centos 5.2 box.
I?ve written a small gui application to simply create Out of Office
replys with sieve. The resulting code did work with maildrop without any
problems. Now sieve fails when it meets any german umlauts like ? or ?.
It just stops compiling the scripts and complains about the missing
"};". A simple fix is
2014 Nov 04
1
sieve replication and .dovecot.lda-dupes
Hello list,
I have a replicated dovecot with two servers.
People seem to get vacation responses more often then it is specified in
"days: XX", depending on which dovecot instance they receive the
incoming mail. Is ".dovecot.lda-dupes" replicated?
The other problem is that the vacation response is coming from the wrong
address depending on which field the recipient was