Re: fetchmail => direct inject to procmail

"pak kumis" <adi-32xQqNIzXUQEKECqDok/[email protected]> Wed, 9 Jun 2004 13:51:46 -0700
Newsgroups gmane.mail.postfix.user.indonesian
Message-ID <005201c44e63$943708a0$fa01a8c0@redkurawa>
akhirnya ketemu juga
contoh konfig fetchmail untuk langsung inject ke procmail

poll "my-mail-server"           # tell fetchmail where to look
    protocol pop3                   # we use the POP-protocol
    username "user-name"            # who am i ?
    password "secret"               # passwords are always secret ;-)
    mimedecode                      # automaticaly deal with mime
(attachements)
    mda "/usr/bin/procmail -d %s"   # tell fetchmail which MDA to use


-pak kumis-