[toaster] Archive: RAR support disabled.

2006-02-02 Thread Sim
Hi!

How to enable RAR support in Clamav?

Thx!


[toaster] Re: Archive: RAR support disabled.

2006-02-02 Thread Sim

 How to enable RAR support in Clamav?


Ops! :)

/usr/local/etc/clamd.conf or /etc/clamd.conf

and enable:

ScanRAR

:)


[toaster] authdaemond and libltdl.so.3

2006-02-02 Thread Ezequiel O. Block

Hi Guys,

I came across this thing yesterday when I was testing Squirrelmail on a 
brand new toaster installation.


This is from syslog

Feb  1 17:07:16 localhost authdaemond:
/usr/local/libexec/courier-authlib/authdaemond: error while loading shared
libraries: libltdl.so.3: cannot open shared object file: No such file or
directory

It seems that authdaemond could not find libtldl.so.3, so after some 
google harvesting I could fix it issuing


ln -s /usr/local/lib/libltdl.so.3 /usr/lib/libltdl.so.3

Did someone see this problem before? or it´s just me?

OS is Linux Debian 3.1

Thanks in advance.

--
Ezequiel O. Block
Cooperativa La Lonja, Servicios de Internet.
T 02322-474537
F 02322-470406
E [EMAIL PROTECTED]


Re: [toaster] SpamAssassin Perl Libraries for Redhat linux

2006-02-02 Thread Bruno Negrao
Thanks Bill, I donwloaded them directly from CPAN. The names of the 
packages are really similar, ex: to install libgeo-ipfree-perl from CPAN:


cpan install Geo::IPfree

bruno.

- Original Message - 
From: Bill Shupp [EMAIL PROTECTED]

To: toaster@shupp.org
Sent: Wednesday, February 01, 2006 1:13 PM
Subject: Re: [toaster] SpamAssassin Perl Libraries for Redhat linux




On Feb 1, 2006, at 3:41 AM, Bruno Negrao wrote:


Hi guys,

The toaster guide says I should install the following libraries if  i 
want to use spamassassin:


apt-get install libdigest-sha1-perl libnet-dns-perl \
libmail-spf-query-perl libgeo-ipfree-perl razor pyzor libnet-ident- perl 
\

libio-socket-ssl-perl libarchive-tar-perl libio-zlib-perl \
libsys-hostname-long-perl

It is using the apt-get command to download them. Does someone  know 
how can I get these for redhat linux?


That is for debian users.  On RedHat, you would use the RPM  equivalent, 
like yum, not apt-get.  Also, on RedHat, the package  names are probably 
slightly different.


Regards,

Bill





Re: [toaster] authdaemond and libltdl.so.3

2006-02-02 Thread Ezequiel O. Block

Anton Lundin wrote:

On 02 February, 2006 - Ezequiel O. Block wrote:



Hi Guys,

I came across this thing yesterday when I was testing Squirrelmail on a 
brand new toaster installation.


This is from syslog

Feb  1 17:07:16 localhost authdaemond:
/usr/local/libexec/courier-authlib/authdaemond: error while loading shared
libraries: libltdl.so.3: cannot open shared object file: No such file or
directory

It seems that authdaemond could not find libtldl.so.3, so after some 
google harvesting I could fix it issuing


ln -s /usr/local/lib/libltdl.so.3 /usr/lib/libltdl.so.3

Did someone see this problem before? or it´s just me?



You coud adjust the /etc/ld.so.conf settings to include /usr/local/lib
insted of the symlink and run /sbin/ldconfig after to update the
/etc/ld.so.cache file.



Ok, that looks much more better, the only thing I want to know is, is 
this normal? I mean, did I do something to cause it? In case it is 
normal, I think it would be nice to add that tip in the toaster guide.


Thanks Anton for your help.
Ezequiel.




OS is Linux Debian 3.1

Thanks in advance.

--
Ezequiel O. Block
Cooperativa La Lonja, Servicios de Internet.
T 02322-474537
F 02322-470406
E [EMAIL PROTECTED]






--
Ezequiel O. Block
Cooperativa La Lonja, Servicios de Internet.
T 02322-474537
F 02322-470406
E [EMAIL PROTECTED]


Re: [toaster] Clamav upgrade

2006-02-02 Thread Tom Collins

On Feb 1, 2006, at 8:27 PM, Bill Rowe wrote:

Did a Toaster install about 6 weeks ago and included Clamav V0.87.
Upgraded to V0.88  just recently. Everything seems ok BUT the update
email I get each day claims that I'm running a mixture of V0.87 
V0.88. I've  checked everywhere that I can think of but solution
eludes me.


Make sure you're rotating your logs.  I had the same problem until I 
added a file to logrotate.d:


# more /etc/logrotate.d/freshclam
/var/log/freshclam.log {
daily
notifempty
missingok
postrotate
/usr/bin/killall -HUP freshclam 2 /dev/null || true
endscript
}

I think Bill's added this to his recent toaster installs, but it wasn't 
there in earlier releases.


--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: 
sniffter.com




[toaster] TLS debugging

2006-02-02 Thread Juan Jose Miquel




Greetings all,
I’m trying to understand a little bit more 
about the qmail-tls.patch. 
Reading the initial documentation Frederic, he 
names a DEBUG option for further logging information, but I don’t know where to 
invoke this option.

Could someone tell me 
how?

Thanks in advanced,
Juan


Re: [toaster] Clamav upgrade

2006-02-02 Thread Bill Shupp
Tom Collins wrote:
 On Feb 1, 2006, at 8:27 PM, Bill Rowe wrote:
 Did a Toaster install about 6 weeks ago and included Clamav V0.87.
 Upgraded to V0.88  just recently. Everything seems ok BUT the update
 email I get each day claims that I'm running a mixture of V0.87 
 V0.88. I've  checked everywhere that I can think of but solution
 eludes me.
 
 Make sure you're rotating your logs.  I had the same problem until I
 added a file to logrotate.d:
 
 # more /etc/logrotate.d/freshclam
 /var/log/freshclam.log {
 daily
 notifempty
 missingok
 postrotate
 /usr/bin/killall -HUP freshclam 2 /dev/null || true
 endscript
 }
 
 I think Bill's added this to his recent toaster installs, but it wasn't
 there in earlier releases.

No, it's still missing.  I'll make sure it gets in the new one.

Regards,

Bill


Re: [toaster] Clamav upgrade

2006-02-02 Thread Bill Rowe
On Thu, 02 Feb 2006 08:52:44 -0800, Bill Shupp wrote:
 Tom Collins wrote:

 On Feb 1, 2006, at 8:27 PM, Bill Rowe wrote:
 Did a Toaster install about 6 weeks ago and included Clamav
 V0.87.
 Upgraded to V0.88  just recently. Everything seems ok BUT the
 update
 email I get each day claims that I'm running a mixture of V0.87
 
 V0.88. I've  checked everywhere that I can think of but solution
 eludes me.

 Make sure you're rotating your logs.  I had the same problem
 until I
 added a file to logrotate.d:

 # more /etc/logrotate.d/freshclam
 /var/log/freshclam.log {
 daily
 notifempty
 missingok
 postrotate
 /usr/bin/killall -HUP freshclam 2 /dev/null || true
 endscript
 }

 I think Bill's added this to his recent toaster installs, but it
 wasn't
 there in earlier releases.

 No, it's still missing.  I'll make sure it gets in the new one.

 Regards,

 Bill

Did a restart on the computer just to make sure but same message this
am.
Just changed the rotate setup. Will comment tomorrow.
Thanks.
Bill Rowe
Netcan Inc.
[EMAIL PROTECTED]
11:51:46 AM on 2/2/2006