9 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Virus Scanner Recomen...
FromSent OnAttachments
to...@mercury.venturenet.netFeb 11, 2003 9:27 pm 
MichaelFeb 12, 2003 8:21 am 
Todd EllisonFeb 12, 2003 8:25 am 
ggre...@affinitas.orgFeb 12, 2003 8:50 am 
GaryFeb 12, 2003 9:27 am 
Todd EllisonFeb 12, 2003 10:48 am 
MichaelFeb 12, 2003 11:16 am 
ggre...@affinitas.orgFeb 12, 2003 12:04 pm 
Todd EllisonFeb 12, 2003 4:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Virus Scanner RecomendationsActions...
From:Michael (lis@digitalplace.org)
Date:Feb 12, 2003 11:16:40 am
List:net.sourceforge.lists.courier-maildrop

I call qmail-scanner from vpopmail. here is my ~vpopmail/etc/tcp.smtp file: ************************************************* # No Qmail-Scanner at all for mail from 127.0.0.1 127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue " # Use Qmail-Scanner without SpamAssassin on any mail from the local network # [it triggers SpamAssassin via the presence of the RELAYCLIENT var] #10.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scann er- queue" # # Use Qmail-Scanner with SpamAssassin on any mail from the rest of the world :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue" *************************************************

By calling qmail-scanner it is calling my anti-virus and my spam assassin.

As for maildrop, after the message is processed it lands in my domain directory and reads from my mailfilter file. This file then calls maildrop.

Here is my mailfilter file:

************************************************* VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox" VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`

if ( $SIZE < 262144 ) { exception { xfilter "/usr/local/bin/spamc -f -u $EXT@$HOST" } }

if (/^X-Spam-Flag: *YES/) { exception { include $VHOME/Maildir/.mailfilter } ## IF YOU WANT TO GATHER ALL SPAM INTO 1 MAILDRIR #exception { # to /home/pop/spam/ #} ## OR IF YOU WANT TO DELIVER SPAM TO THE USERS MAILDIR exception { to "$VPOP" } } else { exception { include $VHOME/Maildir/.mailfilter } exception { to "$VPOP" } } *************************************************

I know that it is complicated. If you have more questions feel free to ask on or off list.

So do you call qmail-scanner from Maildrop? If so, is there an example of that configuration somewhere? If that is possible, that would be a perfect solution.

-----Original Message----- From: Michael [mailto:lis@digitalplace.org] Sent: Wednesday, February 12, 2003 9:53 AM To: to@mercury.venturenet.net; cour@lists.sourceforge.net Subject: Re: [maildropl] Virus Scanner Recomendations

I am using clam antivirus, it is free and works great.

As for calling the antivirus, I use qmail-scanner to call clam and SA.

----- Original Message ----- From: <to@mercury.venturenet.net> To: <cour@lists.sourceforge.net> Sent: Wednesday, February 12, 2003 12:20 AM Subject: [maildropl] Virus Scanner Recomendations

Hi,

I currently have qmail+vpopmail+Spamassassin installed and am going to

be using

Maildrop to call spamassassin for my users. I would like to also call some kind of virus scanner for them as well. In the past, we used qmail-scanner and trophie, but that did not give us the kind of control that we will be

able to

have with maildrop.

I was wondering if the list has any suggestions for ways to interface maildrop with trophie (preferably with bounce-messages, quarantine, etc) or for another antivirus solution with maildrop. Also, could the list provide

examples as to

how maildrop calls their virus scanners?

Thanks in advance, Todd Ellison