> I was curious of what most of everyone on the list uses to integrate
> ClamAV into their MTA (specifically Postfix)?

I use courier-mta and I wrote a simple but fast mail clamdscan frontend in
C called "Scandalo". May be you want to give it a try:

http://freshmeat.net/projects/scandalo

> Do you guys have any recommendations for a
> simple method of integrating virus scanning into Postfix?

Scandalo will get mail in stdin and put the mail back in stdout with 2
headers added to the mail. For ex, if a virus was found:

X-Virus-Ret: 1
X-Virus-stream: Eicar-Test-Signature FOUND

You can parse the header and put the mail for example into a .Virus folder.
I use it with courier maildrop.

Please let me know if it's what you expect.
Ciao, Dino Ciuffetti.

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to