[Mimedefang] freshclam -- Is it a daemon?

2005-05-04 Thread Al Sparks
I'm trying to automate the updating of clamav. I'm using http://sial.org/howto/mimedefang/clamav/ as a HOWTO. I've installed clamav 0.83 (which seems to be out of date now). According to the link above, one of my options is to use a script called up-avdefs. The web page includes a link with

Re: [Mimedefang] clamav problems

2005-04-23 Thread Al Sparks
--- Rob MacGregor [EMAIL PROTECTED] wrote: Ok, 1) Does this happen with something other than sobig? I didn't test anything besides sobig. But I found the problem (see below). 2) Does this happen if you run the command as root? Yes. Ok, here's what was going on. Basically, MIMEDefang

[Mimedefang] clamav problems

2005-04-22 Thread Al Sparks
I'm running MIMEDefang 2.44, sendmail-8.12.11, clamav-0.83. I'm using the standard boilerplate provided on the web page http://sial.org/howto/mimedefang/clamav/ so that it action_bounce()'s on a positive virus. For testing I modified the if statement in sub handle_virus() so that it doesn't

[Mimedefang] Clamd question -- sending commands

2005-03-20 Thread Al Sparks
According to the clamd man page (and its html docs that come with the source distribution) clamd should be able to recognize the following commands: clamd recognizes the following commands: PING Check the server's state. It should reply with PONG.

[Mimedefang] Installing clamav with MIMEDefang

2005-03-10 Thread Al Sparks
I'm looking at installing clamav on a system running MIMEDefang. This HOWTO http://sial.org/howto/mimedefang/clamav/#s2.1 says that I should install clamav before installing MIMEDefang. I already have MIMEDefang installed. Is there docs out there that tells how to install clamav with an

Re: [Mimedefang] Spamhaus on SA

2004-09-09 Thread Al Sparks
at least like to know if it's possible. === Al --- David F. Skoll [EMAIL PROTECTED] wrote: On Wed, 8 Sep 2004, Al Sparks wrote: header RCVD_IN_SBL eval:check_rbl_txt('sbl', 'sbl.spamhaus.org.') describe RCVD_IN_SBL mm added tflags RCVD_IN_SBL net score RCVD_IN_SBL 5.0

Re: [Mimedefang] Spamhaus on SA

2004-09-09 Thread Al Sparks
First, skip_rbl_checks 0 is already unset in my SA. I just incorporated spamhaus into my sendmail.mc as you suggested and it works. So, what runs first with this configuration? Spamhaus or MD? === Al --- Jason Gurtz [EMAIL PROTECTED] wrote: I use spamhaus in sendmail

[Mimedefang] Spamhaus on SA

2004-09-08 Thread Al Sparks
I have the following in my sa-mimedefang.cf file in /etc/mail/spamassassin: header RCVD_IN_SBL eval:check_rbl_txt('sbl', 'sbl.spamhaus.org.') describe RCVD_IN_SBL mm added tflags RCVD_IN_SBL net score RCVD_IN_SBL 5.0 I can't seem to get it to work however. Test messages to spamhaus's

[Mimedefang] Version of SpamAssassin?

2004-09-07 Thread Al Sparks
Is there a way to get MIMEDefang to determine the version of SpamAssassin? === Al ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Re: [Mimedefang] Using DCC in SpamAssassin which is called by MimeDefang

2004-06-16 Thread Al Sparks
. === Al --- Al Sparks [EMAIL PROTECTED] wrote: --- Kelson Vibber [EMAIL PROTECTED] wrote: At 01:30 PM 6/16/2004, Al Sparks wrote: A simple question, so I know whether it can be done or not. Is anyone using SA to access DCC iff SA is called by MD? === Al Is that a misspelling

Re: [Mimedefang] new installation confusion

2004-04-15 Thread Al Sparks
--- Mike Campbell [EMAIL PROTECTED] wrote: I've just finised installing mimedefang on a Fedora linux box and it seems to be working but I have a few questions. If someone could be kind enough to offer some insight I would appreciate it. I'm new to this also. Most of my research and testing

Re: Permission fixup (was RE: [Mimedefang] Quarantine management - anyone else working on this?)

2004-04-15 Thread Al Sparks
--- David F. Skoll [EMAIL PROTECTED] wrote: On Fri, 2 Apr 2004, Paul Murphy wrote: system(chmod -R g+rwX $dir); Perl has its own embeded chmod function. The system call to the shell should be avoided if at all possible, since it does slow things down. You'd have to write

Re: [Mimedefang] Can I test a filter before I reload the rules

2004-04-08 Thread Al Sparks
That's not a complete answer. All mimedefang.pl -f test-filter –test does is check to see if your code meets perl syntax rules. Your filter may end up doing something terrible, and the above test won't catch it. My recommendation is to have a separate test server to test your filters. I'm

[Mimedefang] Re: Getting MIMEDefang to Work

2004-04-03 Thread Al Sparks
That's somewhat helpful. I'll start looking at seeing if Milter is working. === Al If anyone cares, I finally was able to get back to working on this problem. I don't know yet if I have MIMEDefang working yet, but milter was indeed not working. In my searches around the web, I found one

Re: [Mimedefang] Re: Getting MIMEDefang to Work

2004-04-03 Thread Al Sparks
--- John [EMAIL PROTECTED] wrote: It's ./Build -c There is no clean Read the Docs... Actually, there is a clean or I would have gotten an error when invoked. Clean still deletes object files, etc. If there were no clean at all, I wouldn't have spent so much time down that path. The

RE: [Mimedefang] Getting MIMEDefang to Work

2004-03-31 Thread Al Sparks
--- Rob [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Al Sparks So my question is, how do I know anything is happening? Well, if you're using the stock setup and have put the entries into sendmail.mc

[Mimedefang] Getting MIMEDefang to Work

2004-03-30 Thread Al Sparks
New MIMEDefang user. I've installed MIMEDefang on a system that already had sendmail 8.12.10 installed. I did the necessary changes to get milter going and re-compiled. I hope. I installed MIMEDefang using the CPAN install mechanism (i.e. I run perl -MCPAN -e shell and at the prompt from there