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

2006-11-30 Thread Stephen Loeckle

Ok I tried these two lines:

$Features{'Virus:CLAMD'} = '/usr/sbin/clamd';
$ClamdSock = '/var/run/clamav/clamd.ctl';

and I got the following. I appreciate everyone's patience and help with this 
one. I just can't figure it out and I want to do it the right way...


Stephen

Nov 30 09:49:17 mail mimedefang.pl[10044]: kAUFnFOa010050: Clamd returned 
error: /var/spool/MIMEDefang/mdefang-kAUFnFOa010050/Work: lstat() failed.
Nov 30 09:49:17 mail mimedefang.pl[10044]: Problem running virus scanner: 
code=999, category=swerr, action=tempfail
Nov 30 09:49:17 mail mimedefang.pl[10044]: filter: kAUFnFOa010050: 
tempfail=1
Nov 30 09:49:17 mail mimedefang[10042]: kAUFnFOa010050: Tempfailing because 
filter instructed us to
Nov 30 09:49:17 mail sm-mta[10050]: kAUFnFOa010050: milter=mimedefang, 
reject=451 4.3.0 Problem running virus-scanner
Nov 30 09:49:17 mail sm-mta[10050]: kAUFnFOa010050: Milter: data, reject=451 
4.3.0 Problem running virus-scanner
Nov 30 09:49:17 mail sm-mta[10050]: kAUFnFOa010050: --- 451 4.3.0 Problem 
running virus-scanner (hold)
Nov 30 09:49:17 mail sm-mta[10050]: kAUFnFOa010050: 
to=[EMAIL PROTECTED], delay=00:00:00, pri=31349, stat=Problem 
running virus-scanner
Nov 30 09:49:17 mail sm-mta[10050]: kAUFnFOa010050: --- 451 4.3.0 Problem 
running virus-scanner (held)


- Original Message - 
From: Steffen Kaiser [EMAIL PROTECTED]

To: mimedefang@lists.roaringpenguin.com
Sent: Tuesday, November 21, 2006 8:23 AM
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';


There is also 'Virus:CLAMD'



And tried with and without:

$ClamdSock = '/var/run/clamav/clamd.ctl';


Has the mdefang user write permission to this socket?

Bye,

- -- 
Steffen Kaiser

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBRWML3egJIbZtwg6XAQLsmQf9GHI4ncpvBSlttcfNSVM3W8uKG8dCi73S
Uc7jl9rLR6oxWTRNeDN7XqQcbGvTnEul5A9hR2h+bby9m1uMcfdP2uoEPgkYJJqN
UHVE9gNvIkz2jrdc2OsDSgMIDDqx0yg302IIJJwGESBhiVb5NXx/5fjxTcCAASC/
04sNduo9t3VWCGVxUxjXf1l35zqPMEHdOXPD2DQf+hJFxLMvPMk5c98iHsF5Lxfw
RqNfPDKyJfpWLtgZD47ZlAd577ZX64riQ31/jfhUb1LbgVpZbL1QeyQ6pNCURy+/
WFSqHCFb3XvJ4CN5Fcm7ZzshiSjrNCyR1VyvWNRsEWCDyS3fkXwqfA==
=ccsw
-END PGP SIGNATURE-
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


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

2006-11-30 Thread Stephen Loeckle
WOOHOO! Rock on dude! Sendmail didn't like option two so I changed the 
ownership of the /var/run/clamav directory and ran clamd as defang and that 
fixed us right up!


Thanks again,

Stephen

- Original Message - 
From: David F. Skoll [EMAIL PROTECTED]

To: mimedefang@lists.roaringpenguin.com
Sent: 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 read access inside that directory.  There
are a couple of ways to fix it:

1) Run clamd as the defang user instead of clamav

2) Add clamav to the defang group (if there is one) and make
/var/spool/MIMEDefang's group defang and make it group-readable and
group-executable.

Regards,

David.
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[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/clamd'; or 
$Features{'Virus:CLAMAV'} = '/usr/bin/clamdscan';


I get the following error message:

Nov  6 17:06:29 mail mimedefang-multiplexor[31564]: Slave 1 stderr: Can't 
locate object method new via package MIME::Parser::ParanoidFiler at 
/usr/bin/mimedefang.pl line 5254.


I'd like to use the clam daemon so I can speed up a server with 450 people 
on it. Any ideas?


Thanks!!

Stephen 


___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[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.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


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

2004-05-05 Thread Stephen Loeckle
Worked beautifully. I searched and read hundreds of messages, but didn't
see this one.

Thanks,

Stephen

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Michael Sims
Sent: Wednesday, May 05, 2004 9:31 AM
To: [EMAIL PROTECTED]
Subject: RE: [Mimedefang] 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/pipermail/mimedefang/2003-May/014570.htm
l

You can search the list archives before posting by going to:
http://www.roaringpenguin.com/search/
and selecting Only MIMEDefang mailing list archive in the Search
scope pulldown.

HTH

___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[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 it can't find daemon. Does anyone have an init script that
runs on SUSE 9 that they could throw my way?
 

Thanks so much!

Stephen


___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[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 mimedefang to call trend's vscan) but
still skip the spam detection.

Thanks!

Stephen


___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


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
89 and suse 8.29) to install. Windows (ick) installed fine which is
weird.

Stephen

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Jayes
Sent: Thursday, April 29, 2004 10:18 AM
To: [EMAIL PROTECTED]
Subject: [Mimedefang] OT: adaptec scsi card help with fedora


Hi All,
Sorry its way off topic, but I am trying to get a new mimedefang
server up and running. Problem is it's the Intel nightshade board. I've
disabled the symbios scsi chip and got a pci Adaptec aha 2940uw card to
replace it. Trouble is where fedora used to hang on the smybios driver
install it now hangs on the Adaptec driver install aic 7xxx. I have
tried the Linux dd install with a driver disk and the Linux noprobe,
neither of which will recognize the disks when it gets to partition
time. 

Can anyone give me some advice on solving this issue?

Andrew

___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


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 usually does. It will read
it's default rules and it will read site specific rules. In my
installation SA reads site-specific rules from
/etc/mail/spamassassin/*.cf (and IIRC that's the default location for
SA).

___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang