

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
9 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Virus Scanner Recomen...| From | Sent On | Attachments |
|---|---|---|
| to...@mercury.venturenet.net | Feb 11, 2003 9:27 pm | |
| Michael | Feb 12, 2003 8:21 am | |
| Todd Ellison | Feb 12, 2003 8:25 am | |
| ggre...@affinitas.org | Feb 12, 2003 8:50 am | |
| Gary | Feb 12, 2003 9:27 am | |
| Todd Ellison | Feb 12, 2003 10:48 am | |
| Michael | Feb 12, 2003 11:16 am | |
| ggre...@affinitas.org | Feb 12, 2003 12:04 pm | |
| Todd Ellison | Feb 12, 2003 4:17 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [maildropl] Virus Scanner Recomendations | Actions... |
|---|---|---|
| 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.
michael
----- Original Message ----- From: "Todd Ellison" <to...@venturenet.net> To: "'Michael'" <lis...@digitalplace.org>; <cour...@lists.sourceforge.net> Sent: Wednesday, February 12, 2003 11:17 AM Subject: RE: [maildropl] Virus Scanner Recomendations
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.
Todd
-----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.
Michael
----- 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
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com
_______________________________________________ Courier-maildrop mailing list Cour...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/courier-maildrop







