-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10-Jul-2002/17:02 +0200, Matthias Hentges <[EMAIL PROTECTED]> wrote: >Hello All! > >Is there a way to pipe incoming mail (downloaded by Evolution) through >AntiVirus software? Like mail downloaded by fetchmail can be forwarded >to AV tools which then forwards it to sendmail for delivery? > >Having such an integrated solution for Evolution would be really nice. >(since getting mail with fetchmail kinda sucks hehe)
Actually, you can tell fetchmail what program to use for delivery. Fetchmail will pipe the message into that program and the program is supposed to deliver it to the user. By default, fetchmail uses SMTP to deliver to localhost, but you can specify your antivirus software in your ~/.fetchmailrc like this: defaults protocol APOP fetchall nokeep mda "/usr/local/bin/antivirus" poll mail.isp.com username MYNAME password MYPASSWORD The antivirus software would then have to put the mail in your inbox or mail spool. Tony - -- Anthony E. Greene <mailto:[EMAIL PROTECTED]> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: <http://www.pobox.com/~agreene/> Linux. The choice of a GNU generation <http://www.linux.org/> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D iD8DBQE9LLYWpCpg3WyUI50RAj7pAKDaqzvimueMyLZcjMp7eNRgwIixTQCeOPI/ e4xWNxh9uWl67B2v/nrhgGA= =OOMm -----END PGP SIGNATURE----- _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
