[Dovecot] 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.
On 2006-11-04 07:00:48 -0500, Neal Becker wrote:
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.
you feed deliver from your MTA or from your mail fetch tool?
darix
-- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
On Saturday 04 November 2006 6:23 pm, Marcus Rueckert wrote:
On 2006-11-04 07:00:48 -0500, Neal Becker wrote:
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.
you feed deliver from your MTA or from your mail fetch tool?
Right now I do:
fetchmail -> maildrop
I'd like to do:
fetchmail -> deliver
On 2006-11-05 18:31:00 -0500, Neal Becker wrote:
fetchmail -> maildrop
I'd like to do:
fetchmail -> deliver
getmail(http://pyropus.ca/software/getmail/) serves me very well here. my ~/.getmail/getmailrc looks more or less like that:
[[[ [options] verbose = 3 delete = true message_log = ~/.getmail/log
[retriever] type = SimplePOP3SSLRetriever server = pop3.example.com # for imap: #type = SimpleIMAPSSLRetriever #server = imap.example.com username = user # for imap # mailboxes = ("INBOX", "Spam", "Important")
[destination] type = MDA_external path = /usr/lib/dovecot/deliver
[filter] type = Filter_external path = /usr/sbin/dspamc arguments = ("--client", "--deliver=innocent,spam", "--stdout") ]]]
suse user can find rpms for getmail in http://software.opensuse.org/download/server:/mail/
darix
-- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
Have a look at my procmail patch ... http://dovecot.org/pipermail/dovecot/2006-July/014656.html
Ciao, Gerhard
On Sun, 5 Nov 2006, Neal Becker wrote:
On Saturday 04 November 2006 6:23 pm, Marcus Rueckert wrote:
On 2006-11-04 07:00:48 -0500, Neal Becker wrote:
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.
you feed deliver from your MTA or from your mail fetch tool?
Right now I do:
fetchmail -> maildrop
I'd like to do:
fetchmail -> deliver
participants (3)
-
Gerhard Wiesinger
-
Marcus Rueckert
-
Neal Becker