[Dovecot] deliver feature request (filter)
    Marcus Rueckert 
    rueckert at informatik.uni-rostock.de
       
    Sun Nov  5 23:36:53 UTC 2006
    
    
  
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
    
    
More information about the dovecot
mailing list