Re: [Mimedefang] Eeeeek MIME::Parser::ParanoidFiler

2006-11-30 Thread Stephen Loeckle
t: Thursday, November 30, 2006 10:05 AM Subject: Re: [Mimedefang] Ek MIME::Parser::ParanoidFiler Stephen Loeckle wrote: Nov 30 09:49:17 mail mimedefang.pl[10044]: kAUFnFOa010050: Clamd returned error: /var/spool/MIMEDefang/mdefang-kAUFnFOa010050/Work: lstat() failed. Clamd does not have re

Re: [Mimedefang] Eeeeek MIME::Parser::ParanoidFiler

2006-11-30 Thread Stephen Loeckle
M Subject: RE: [Mimedefang] Ek MIME::Parser::ParanoidFiler -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Nov 2006, Stephen Loeckle wrote: $Features{'Virus:CLAMAV'} = '/usr/bin/clamdscan'; or $Features{'Virus:CLAMAV'} = '/usr/sbin/clamd';

[Mimedefang] Eeeeek MIME::Parser::ParanoidFiler

2006-11-16 Thread Stephen Loeckle
Hi Everyone, I have an odd problem I need a little help with. I am using the debian mimedefang package and everything works fine with my mimedefang.pl.conf file with the entry of: "$Features{'Virus:CLAMAV'} = '/usr/bin/clamscan';". But when I use: "$Features('Virus:CLAMAV') = '/usr/sbin/cla

[Mimedefang] Federated Mysql and Bayes

2005-04-02 Thread Stephen Loeckle
Has anyone ever setup a federated mysql database? If you have, have you extended the bayes mysql database to be federated? Thanks, Stephen ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list MIMEDefang@lists.roaringpen

RE: [Mimedefang] Outbound virus but not spam scanning?

2004-05-05 Thread Stephen Loeckle
efang] Outbound virus but not spam scanning? Stephen Loeckle wrote: > to bypass outgoing mail, but I was wondering if there was a way to > still have it scan it for viruses (using mimedefang to call trend's > vscan) but still skip the spam detection. See http://lists.roaringpenguin.com/p

RE: [Mimedefang] Spamassassin and headers

2004-05-05 Thread Stephen Loeckle
I have and I hope this is what you're talking about. Here's my spam code snippet. You'll notice at the bottom, I add those two items to mail that isn't tagged as spam: if ($Features{"SpamAssassin"}) { if (-s "./INPUTMSG" < 100*1024) { my($hits, $req, $names, $report) = spam_

[Mimedefang] Outbound virus but not spam scanning?

2004-05-04 Thread Stephen Loeckle
Hi Everyone, I am using: sub filter_relay ($$$) { my ($ip, $name, $helo) = @_; return('ACCEPT_AND_NO_MORE_FILTERING', "ok") if $ip eq "x.x.x.x"; return ('CONTINUE', 'OK'); } to bypass outgoing mail, but I was wondering if there was a way to still have it scan it for viruses (using mimedefa

[Mimedefang] Init Script

2004-05-04 Thread Stephen Loeckle
Hi Everyone, I've done hours of searching and reading on the subject and I can't find anything that works for me. I have the problem where when I do a /etc/init.d/mimedefang stop (the init script from examples) it leaves three mimedefang processes running. I can't use the redhat version because

RE: [Mimedefang] socket file is 'unsafe'. How to fix?

2004-04-29 Thread Stephen Loeckle
I recently had this problem with a new suse install and I figured it out. Create the defang group first with groupadd defang then do a useradd -s /bin/false -g defang defang. Delete the /var/spool/MIMEDefang and /var/spool/MD-Quarentine directoried. Then reinstall mimdefang and it should fix that.

RE: [Mimedefang] OT: adaptec scsi card help with fedora

2004-04-29 Thread Stephen Loeckle
I've heard terrible things about linux and these boards. I have a friend that tried exactly that but never could he get linux (he tried redhat 8&9 and suse 8.2&9) to install. Windows (ick) installed fine which is weird. Stephen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: [Mimedefang] Virus not being logged in version 2.39

2004-03-31 Thread Stephen Loeckle
What does this line look like in your mimedefang-filter?: md_graphdefang_log_enable('mail', 1); This is how mine looks where mail is the syslog facility (referenced back to what's in /etc/syslog.conf) and 1 is enabling logging. Check that on yours... Stephen

Re: [Mimedefang] on reading *.cf files

2004-02-15 Thread Stephen Loeckle
Mine does as well. Perfect example: On my system I ran the most awesome rules_du_jour script, restarted mimedefang with no config change and it saw the new rule rules right away in /etc/mail/spamassassin. >>> [EMAIL PROTECTED] 2/15/2004 6:36:28 AM >>> After reading that config, SA will act as SA

Re: [Mimedefang] Groupwise attachments & Out of Memory errors

2004-01-15 Thread Stephen Loeckle
I have not seen anything of the sort with Groupwise actually. I'm using Sendmail/SA/MD/GW together but I have a clause in my MD config not to scan anything over 1mb. Stephen >>> [EMAIL PROTECTED] 01/14/04 4:02 PM >>> Without having more specifics of sample data, I wanted to throw out to the list