<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am using MailScanner with Postfix to scan my 
incoming email.&nbsp; I am also using getmail to poll my pop3 accounts and 
download my email.&nbsp; I would like to process all of the email that getmail 
retrieves in MailScanner.&nbsp; The way to do this is to invoke MailScanner 
manually.&nbsp; Is this possible?&nbsp; If so, what is the command to do 
this?&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Below is a message that I posted to the getmail 
mailing list.&nbsp; The reply is from the author of getmail.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&gt; I am in the process of setting up a new mail server with Postfix 
(using<BR>&gt; /Maildir's) , getmail, MailScanner and Maildrop.&nbsp; I have 
everything working<BR>&gt; except for getmail.&nbsp; I would like to have 
getmail first send my email to<BR>&gt; MailScanner for virus scanning and spam 
checking and then to Maildrop for<BR>&gt; sorting.<BR><BR>Okay.&nbsp; In this 
case, MailScanner must add headers to the message to allow you<BR>to sort based 
on it's spam/non-spam decision?&nbsp; If that's the case, it must<BR>write the 
modified message to stdout.&nbsp; So your getmail delivery directive<BR>would be 
something like this:<BR><BR>&nbsp; 
postmaster="|/path/to/mydeliveryagent.sh"<BR><BR>where that script is something 
like:<BR><BR>&nbsp; #!/bin/bash<BR>&nbsp; cat - \<BR>&nbsp;&nbsp;&nbsp; | 
/path/to/mailscanner [options] \<BR>&nbsp;&nbsp;&nbsp; | /path/to/maildrop 
[options]<BR><BR>I've never used MailScanner, so I can't help you with what 
specific options<BR>you'll need to get it to operate in filter mode (read stdin, 
modify, write<BR>stdout).&nbsp; It should be clearly spelled out in its 
documentation.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Kevin</FONT></DIV></BODY></HTML>