Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-07-01 Thread Sergey
On Wednesday 25 June 2008, metamorph wrote: > I really appreciate any help or suggestions.   What MTA are you using ? If it is Postfix or Sendmail you can use another way: Spamassassin and ClamAV can be called from Mailfromd milter. -- Regards, Sergey __

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-27 Thread metamorph
Solved: renamed ClamAV.pm to clamav.pm Thanks for your help. ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml -- View this message in context: http://www.nabble.com/ClamAV-Plugin-for-Sp

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-27 Thread metamorph
>Quote from earlier post: >Assuming you actually >have an /etc/spamassassin/clamav.pm (note the leading /), it is failing >to parse. There are literally dozens of reasons for why this could be, Thanks for your replies. Quote from citadel: run your mail through some sort of intermediate MTA with

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread Stephen Gran
On Thu, Jun 26, 2008 at 06:51:47AM -0700, metamorph said: > I will try to get up to speed with some more appropriate posts--I see > where you are coming from, but I am just a NOOB trying to learn. Everyone starts there, and it's nothing to be ashamed of. All I was trying to say was that while you

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread metamorph
Stephen Gran-2 wrote: > > On Thu, Jun 26, 2008 at 06:28:54AM -0700, metamorph said: >> Restarted clamd: >> /etc/init.d/clamav-daemon restart >> * Stopping ClamAV daemon clamd >> [ >> OK ] >> * Starting ClamAV daemon clamd >> >> Checked to see if a

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread Stephen Gran
On Thu, Jun 26, 2008 at 06:28:54AM -0700, metamorph said: > Restarted clamd: > /etc/init.d/clamav-daemon restart > * Stopping ClamAV daemon clamd [ > OK ] > * Starting ClamAV daemon clamd > > Checked to see if anything changed: > ps ax | grep [c]lamd

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread metamorph
Stephen Gran-2 wrote: > >>On Thu, Jun 26, 2008 at 01:53:12PM +0100, Stephen Gran said: >> I don't actually see TCPSocket in that list? Maybe try >> dpkg-reconfigure -plow clamav-base > >>It just occured to me that this may not work, given your earlier symlink >>command - the perl module used

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread Stephen Gran
On Thu, Jun 26, 2008 at 01:53:12PM +0100, Stephen Gran said: > I don't actually see TCPSocket in that list? Maybe try > dpkg-reconfigure -plow clamav-base It just occured to me that this may not work, given your earlier symlink command - the perl module used by dpkg-reconfigure may be gone. You

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread Stephen Gran
On Thu, Jun 26, 2008 at 04:47:01AM -0700, metamorph said: > >I have no idea how citadel works, sorry. > > Ok, fair enough, but could you let me know what I am doing wrong when I try > to set clamd to run on a specific TCP port-I think I can make it work after > I have a specific/constant address t

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread metamorph
>/usr/share/perl5/Debconf/ConfModule.pm is a perl module for debconf, >the Debian configuration system. It's not clear to me why you picked on >that particular module, but that won't work, even if it was a good idea. >perl looks for a module based on it's name, so when you say 'use clamav' >it lo

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-26 Thread Stephen Gran
On Wed, Jun 25, 2008 at 06:26:54PM -0700, metamorph said: > > > I googled [EMAIL PROTECTED] and tried the following: > > > > 1.) ln -s etc/spamassasson/clamav.pm > > /usr/share/perl5/Debconf/ConfModule.pm > > >Ouch. > > I take it I screwed up pretty bad? Could you explain (is it the missing >

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread metamorph
> I googled [EMAIL PROTECTED] and tried the following: > > 1.) ln -s etc/spamassasson/clamav.pm > /usr/share/perl5/Debconf/ConfModule.pm >Ouch. I take it I screwed up pretty bad? Could you explain (is it the missing leading /) and is there a way to correct this? > 2.) copying the files into

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread Stephen Gran
On Wed, Jun 25, 2008 at 01:03:14PM -0700, metamorph said: > I googled [EMAIL PROTECTED] and tried the following: > > 1.) ln -s etc/spamassasson/clamav.pm /usr/share/perl5/Debconf/ConfModule.pm Ouch. > 2.) copying the files into /usr/share/perl5 folder and setting the > permissions > 3.) none of

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread metamorph
kwijibo wrote: > > metamorph wrote: > >> I am very new to perl, how would you suggest I add clamav.pm to @INC (ln >> -s?)? >> > > Google "perl @INC". There is quite a bit of info out there on how to do > it. > ___ > Help us build a comprehensive C

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread kwijibo
metamorph wrote: > I am very new to perl, how would you suggest I add clamav.pm to @INC (ln > -s?)? > Google "perl @INC". There is quite a bit of info out there on how to do it. ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread metamorph
kwijibo wrote: > > metamorph wrote: >> Problem with ClamAV plugin for spamassassin: >> >> Spamassassin/Clamav/Ubuntu/PHP5/Apache2/citadel/ >> >> I just installed spamassasin and tested it with gtube and it worked, but >> when I tried to install clamav it still lets the EICAR files through. I

Re: [Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread kwijibo
metamorph wrote: > Problem with ClamAV plugin for spamassassin: > > Spamassassin/Clamav/Ubuntu/PHP5/Apache2/citadel/ > > I just installed spamassasin and tested it with gtube and it worked, but > when I tried to install clamav it still lets the EICAR files through. I > read through old posts an

[Clamav-users] ClamAV Plugin for Spamassassin

2008-06-25 Thread metamorph
Problem with ClamAV plugin for spamassassin: Spamassassin/Clamav/Ubuntu/PHP5/Apache2/citadel/ I just installed spamassasin and tested it with gtube and it worked, but when I tried to install clamav it still lets the EICAR files through. I read through old posts and everything on the spamassass