Displaying 20 results from an estimated 1000 matches similar to: "maildrop and multi-dbox"
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?
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
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 )
{
2012 Mar 23
1
delivering with maildrop
Can somebody provide maildrop syntax for using deliver-lda as final
delivery program during sorting mail in user mailfilter?
i mean replacement for "to" statement
if ( /^(To|Cc):.*dovecot at dovecot.org/:h )
{
to $MAIL/.dovecot/
}
2008 Jul 21
4
Deliver mail as 'read'?
I'd like to be able to deliver certain mail as 'read' from procmail.
My procmail rules call deliver with -m
to directly to inject filtered mail to maildir based directories.
I like to keep copies of mail I've sent by cc'ing it to myself and
using procmail to filter and store copies in the
appropriate directory.
I cannot seem to find a way of delivering cc'd mail from
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
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
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
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.
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.
2003 Dec 18
2
Maildir quotas support in Dovecot and 2 other newbie questions
I am not familiar with all the features that Dovecot has, but I am
familiar with Courier IMAP using Maildir.
Does Dovedot have a software based Maildir supporting quota program like
Courier IMAP ?
Can maildrop be used with Dovecot for quotas ?
Courier IMAP has maildrop integrated.
- If maildrop support is turned on in Courier IMAP, then
a user will get a quota warning mail message
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
Hi!
My plea to readers:
===================
Pls., people who only want strictly technical issues to read, and frown
at any
broader context regardless how intrinsically related, but not strictly
technically related, it might be, skip all the way, all the way to,
search for
exact words: "strictly technical" or visually, find two lines of sole
"==="
characters. Thank you!
2008 Nov 09
3
Dovecot and Bogofilter
Hi,
on my small Xen-virtualised server with 48 MiB RAM I use Postfix and
Dovecot, because the Debian administrators dislike qmail [1], which is in
my opinion despite some maintainability and code quality issues a quite
well designed software, because it mostly follows the UNIX principles.
Postfix is not able to sort my E-Mail into different Maildir folders and
after I looked at procmail's
2004 Mar 10
5
unexpected softupdate inconsistency
Hi there,
System is FreeBSD 4.9 Stable
Had a problem during a portupgrade that when portupgrade did some
cleaning a directory could not be deleted because it were not empty.
However, it was empty. rm -rf didn't help either.
Because I didn't know what to do I decided to boot.
At system startup fsck was started which produced the message: unexpected
softupdate inconsistency and also that
2009 Sep 02
2
maildrop index update
Hi,
I?m using a multi-storage architecture in my email environment and
maildrop as deliver command at mta. But to this deliver the mx servers
mount nfs partitions - we need to use maildrop because many patches we
inserted.
How can I insert a piece of code at maildrop allowing it to update the
dovecot indexes (which lib and/or function from dovecot I need to use ?)
Best Regards,
Fernando
2009 Apr 25
2
Dovecot auth user lookup patch for maildrop
Hi,
recently I started using maildrop as a MDA doing lightweight filtering in a
Postfix/Dovecot mail server combo. Only thing missing was the fact that
maildrop couldn't perform user lookups against a user database that was
already being served by Dovecot (for smtp auth in Postfix and for imap
access obviously) in order to easily determinate proper mailbox location and
home directory of
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
2008 Jul 14
1
Postfix+maildrop+deliver?
Hello,
I currently use procmail without the deliver LDA but would like to switch to
using deliver. I also would like to get away from procmail for various
reasons. Otherwise I could use the procmail-patch from
http://dovecot.org/pipermail/dovecot/2006-July/014656.html
AFAICS.
I don't want to use sieve because it's too limited and can't see a similar
patch like the one for
2007 Jul 24
3
quota: maildrop + dovecot. dovecot doesn't update maildirsize file
Hi all,
I'm trying to implement quota support in postfix using maildrop +
dovecot but I think dovecot doesn't update info stored in maildirsize file.
# 1.0.2: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
listen: 127.0.0.1
ssl_listen: *
ssl_ca_file: ...
ssl_cert_file: ...
ssl_key_file: ...
ssl_cipher_list: ALL:!LOW:!SSLv2
login_dir: /var/run/dovecot/login
login_executable:
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/)