Re: [qmailtoaster] Error of RoundCube

2008-09-08 Thread Ho Ho
I can login the mysql by using root.
No error on mysql log but the roundcube problem still present.

What problem of that.

Ho

On Mon, Sep 8, 2008 at 8:33 PM, dnk <[EMAIL PROTECTED]> wrote:

>
> On 8-Sep-08, at 3:27 AM, Ho Ho wrote:
>
> I have already install the qmailtoaster by using ISO.
> All setting were find and I have changed the root password of mysql for
> safety.
>
> When I try to install roundcube by using qtp-menu, everything fine without
> error.
>
> However, when I try to access the roundcube by web, a error occured
>
> DATABASE ERROR: CONNECTION FAILED!
>
> Unable to connect to the database!
> Please contact your server-administrator.
>
> What's the problem?
>
>
> please help
>
>
> Thanks
>
>
> Ho
>
> Try manually connecting to the database with the mysql client (and the user
> is / password in question) and see if that gives you more detail. Then hit
> the mysql logs.
> d
>


Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Luis Lopez

Thanks for that, Dan & Eric.

In the mean time, I guess I'll ignore the errors from the Zlib then.

Sincerely,
Luis Lopez

*

* *

*


Eric Shubert wrote:

Thanks for explaining that, Dan.

I'm guessing that there's probably no need to have a zlib package on the QMT
site any more, but I don't know why it's there to begin with, so I could be
wrong about that.

I think I'll modify the next QTP release simply ignore zlib, as it does
djbdns, given that they're not -toaster- packages anyway.

Thanks again.

Dan McAllister wrote:
  

My guess is that you're running 64-bit Linux (that is, an x86_64
installation).

If this is the case, the reason you're seeing zlib show up twice is that
you have both the i386 and x86_64 versions installed.

Unfortunately, the rpm command doesn't show you this information, but
I'll bet yum will.

On my own FC5 system, here's what I get

*# rpm -qa | grep zlib*
zlib-devel-1.2.3-1.2.1
zlib-1.2.3-1.2.1
zlib-devel-1.2.3-1.2.1
zlib-1.2.3-1.2.1
*# yum list zlib**
...stuff deleted here...
zlib.i3861.2.3-1.2.1installed
zlib.x86_64  1.2.3-1.2.1installed
zlib-devel.x86_641.2.3-1.2.1installed
zlib-devel.i386  1.2.3-1.2.1installed

Just an FYI -- I've had problems in the past with trying to RE-install
Zlib as part of the QMT installation because I am virtually always
connected via an SSH shell... so I have my install (and update) scripts
skip over Zlib. After all, if zlib isn't there, I am not there either!

So you can skip over any idea you have that the duplicate entries
are any kind of error. It is perfectly normal in an x86_64 environment
for the package to show twice -- once in i386 and once in x86_64.

Now, if you think that's "wasteful" or "duplicitous" -- try Gentoo Linux
& build everything for your own specific hardware!

I hope this helps... someone!!!

Dan



Daniel McAllister, President

IT4SOHO, LLC
PO BOX 507
St. Petersburg, FL 33731-0507

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Eric Shubert wrote:


That appears to be the case. I'm at a loss as to why the rpm command shows
the same packages twice. You might google a bit to see if you can find
something on it.

Luis Lopez wrote:
  
  

PS. This is only happening with that Zlib package as far as i can tell.

Sincerely,
Luis Lopez




Eric Shubert wrote:



The rpm command shouldn't be listing zlib twice. I wonder if your rpm
database is a bit corrupt. You might try
# rpm --rebuilddb
Does that fix it?

Luis Lopez wrote:
  
  
  

This is what I got:

# rpm -qa |grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3
zlib-1.2.3-3
zlib-devel-1.2.3-3

Sincerely,
Luis Lopez



Eric Shubert wrote:




Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
  
  
  
  

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -eq $((inst_v2)) ] \
   && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:





Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad
checksum go:
 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64

Eric Shubert wrote:
  
  
  
  

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Eric Shubert
Thanks for explaining that, Dan.

I'm guessing that there's probably no need to have a zlib package on the QMT
site any more, but I don't know why it's there to begin with, so I could be
wrong about that.

I think I'll modify the next QTP release simply ignore zlib, as it does
djbdns, given that they're not -toaster- packages anyway.

Thanks again.

Dan McAllister wrote:
> My guess is that you're running 64-bit Linux (that is, an x86_64
> installation).
> 
> If this is the case, the reason you're seeing zlib show up twice is that
> you have both the i386 and x86_64 versions installed.
> 
> Unfortunately, the rpm command doesn't show you this information, but
> I'll bet yum will.
> 
> On my own FC5 system, here's what I get
> 
> *# rpm -qa | grep zlib*
> zlib-devel-1.2.3-1.2.1
> zlib-1.2.3-1.2.1
> zlib-devel-1.2.3-1.2.1
> zlib-1.2.3-1.2.1
> *# yum list zlib**
> ...stuff deleted here...
> zlib.i3861.2.3-1.2.1installed
> zlib.x86_64  1.2.3-1.2.1installed
> zlib-devel.x86_641.2.3-1.2.1installed
> zlib-devel.i386  1.2.3-1.2.1installed
> 
> Just an FYI -- I've had problems in the past with trying to RE-install
> Zlib as part of the QMT installation because I am virtually always
> connected via an SSH shell... so I have my install (and update) scripts
> skip over Zlib. After all, if zlib isn't there, I am not there either!
> 
> So you can skip over any idea you have that the duplicate entries
> are any kind of error. It is perfectly normal in an x86_64 environment
> for the package to show twice -- once in i386 and once in x86_64.
> 
> Now, if you think that's "wasteful" or "duplicitous" -- try Gentoo Linux
> & build everything for your own specific hardware!
> 
> I hope this helps... someone!!!
> 
> Dan
> 
> 
> 
> Daniel McAllister, President
> 
> IT4SOHO, LLC
> PO BOX 507
> St. Petersburg, FL 33731-0507
> 
> 877-IT4SOHO: Toll Free
> 727-647-7646 In Pinellas
> 813-464-2093 In Hillsborough
> 727-507-9435 Fax Only
> 
> "When did you do your last backup?"
> 
> Ask me about unattended offsite backup solutions...
> to protect your business, not just your data!
> 
> 
> 
> Eric Shubert wrote:
>> That appears to be the case. I'm at a loss as to why the rpm command shows
>> the same packages twice. You might google a bit to see if you can find
>> something on it.
>>
>> Luis Lopez wrote:
>>   
>>> PS. This is only happening with that Zlib package as far as i can tell.
>>>
>>> Sincerely,
>>> Luis Lopez
>>>
>>>
>>>
>>>
>>> Eric Shubert wrote:
>>> 
 The rpm command shouldn't be listing zlib twice. I wonder if your rpm
 database is a bit corrupt. You might try
 # rpm --rebuilddb
 Does that fix it?

 Luis Lopez wrote:
   
   
> This is what I got:
>
> # rpm -qa |grep zlib
> zlib-1.2.3-3
> zlib-devel-1.2.3-3
> zlib-1.2.3-3
> zlib-devel-1.2.3-3
>
> Sincerely,
> Luis Lopez
>
>
>
> Eric Shubert wrote:
> 
> 
>> Looks like it's not parsing your zlib package version correctly.
>> What does your system return for:
>> # rpm -qa | grep zlib
>> ?
>>
>> P.S. Glad you're up to date!
>> Luis Lopez wrote:
>>   
>>   
>>   
>>> Yoohoo all My packages are up-to-date.
>>>
>>> I do get one little error on:
>>>
>>> # ./qtp-ami-up2date
>>> */usr/sbin/qtp-config: line 117: 3-3
>>> zlib-1: syntax error in expression (error token is "zlib-1")*
>>>
>>> No New Qmail-Toaster Packages Available
>>>
>>> That line has this little if statement which is gibberish to me:
>>> if [ $((updt_v1)) -gt $((inst_v1)) ] \
>>>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>&& [ $((updt_v2)) -gt $((inst_v2)) ] ) \
>>>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>&& [ $((updt_v2)) -eq $((inst_v2)) ] \
>>>&& [ $((updt_v3)) -gt $((inst_v3)) ] ); then
>>>
>>> But as long as it works, it should be ok.
>>>
>>> Thanks Guys.
>>>
>>> Sincerely,
>>> Luis Lopez
>>>
>>> *
>>>
>>> * *
>>>
>>> *
>>>
>>>
>>>
>>> Luis Lopez wrote:
>>> 
>>> 
>>> 
 Just a quick note on how I installed this.

 1. yum --enablerepo=rpmforge install perl-Archive-Tar
 if for some reason it tries all the repos and errors out with bad
 checksum go:
  /yum clean up
 yum check-update
 /
 2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
 This will install the last two dependencies, resolving this error:
 perl(Archive::Tar) >= 1.23 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(HTTP::Date) is needed by
 spamassassin-toaster-

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Dan McAllister
My guess is that you're running 64-bit Linux (that is, an x86_64 
installation).


If this is the case, the reason you're seeing zlib show up twice is that 
you have both the i386 and x86_64 versions installed.


Unfortunately, the rpm command doesn't show you this information, but 
I'll bet yum will.


On my own FC5 system, here's what I get

*# rpm -qa | grep zlib*
zlib-devel-1.2.3-1.2.1
zlib-1.2.3-1.2.1
zlib-devel-1.2.3-1.2.1
zlib-1.2.3-1.2.1
*# yum list zlib**
...stuff deleted here...
zlib.i3861.2.3-1.2.1installed
zlib.x86_64  1.2.3-1.2.1installed
zlib-devel.x86_641.2.3-1.2.1installed
zlib-devel.i386  1.2.3-1.2.1installed

Just an FYI -- I've had problems in the past with trying to RE-install 
Zlib as part of the QMT installation because I am virtually always 
connected via an SSH shell... so I have my install (and update) scripts 
skip over Zlib. After all, if zlib isn't there, I am not there either!


So you can skip over any idea you have that the duplicate entries 
are any kind of error. It is perfectly normal in an x86_64 environment 
for the package to show twice -- once in i386 and once in x86_64.


Now, if you think that's "wasteful" or "duplicitous" -- try Gentoo Linux 
& build everything for your own specific hardware!


I hope this helps... someone!!!

Dan



Daniel McAllister, President

IT4SOHO, LLC
PO BOX 507
St. Petersburg, FL 33731-0507

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Eric Shubert wrote:

That appears to be the case. I'm at a loss as to why the rpm command shows
the same packages twice. You might google a bit to see if you can find
something on it.

Luis Lopez wrote:
  

PS. This is only happening with that Zlib package as far as i can tell.

Sincerely,
Luis Lopez




Eric Shubert wrote:


The rpm command shouldn't be listing zlib twice. I wonder if your rpm
database is a bit corrupt. You might try
# rpm --rebuilddb
Does that fix it?

Luis Lopez wrote:
  
  

This is what I got:

# rpm -qa |grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3
zlib-1.2.3-3
zlib-devel-1.2.3-3

Sincerely,
Luis Lopez



Eric Shubert wrote:



Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
  
  
  

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -eq $((inst_v2)) ] \
   && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:




Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad
checksum go:
 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64

Eric Shubert wrote:
  
  
  

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the list archives for the hard way. ;)

Luis Lopez wrote:
  




Hi There,

I know that a couple of people had dependencies problems installing that
spamassassin-toaster package. I /yum update /the server and rebooted and
still had the same issue. No CPAN is used to update the perl modules.

I'm not using the qtp-newmodel script, going the manual way:
wget http://www.qmailtoaster.org/download/develop/[package]

rpmbuild --rebuild --with cnt5064 [package source]

cd /usr/src/redhat/RPMS/i386

rpm -Uvh [package]

This is the way I've installed the updates so far and it has worke

Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily Error Email

2008-09-08 Thread Francisco Paco Peralta
I did as you recommended and waited to see if the message would reappear   
It reappears every hour.

Is there something else I can do?

 Francisco "Paco" Peralta



- Original Message 
From: Eric Shubert <[EMAIL PROTECTED]>
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, September 8, 2008 11:26:09 AM
Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily 
Error Email

There's a newer clamav-toaster available. Just run qtp-newmodel to upgrade
it, and see if that doesn't fix things up. I don't think you should need to
remove the existing version first.

Francisco Paco Peralta wrote:
> updated qtp today. 
> 
> qmailtoaster-plus.repo-0.1-1
> qmailtoaster-plus-0.3.0-1.4.5
> 
> Although I am not sure this is the issue.  Should I just remove and
> install clamav again?  I don't want to break something in the toaster.
>  
> Francisco "Paco" Peralta
> 
> 
> - Original Message 
> From: Francisco Paco Peralta <[EMAIL PROTECTED]>
> To: qmailtoaster-list@qmailtoaster.com
> Sent: Friday, September 5, 2008 3:27:23 PM
> Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update
> Daily Error Email
> 
> Did an rpm qa | grep toaster and got the following:
> 
> libdomainkeys-toaster-0.68-1.3.3
> courier-authlib-toaster-0.59.2-1.3.6
> ezmlm-toaster-0.53.324-1.3.3
> maildrop-toaster-2.0.3-1.3.5
> qmailtoaster-plus.repo-0.1-1
> daemontools-toaster-0.76-1.3.3
> vpopmail-toaster-5.4.17-1.3.4
> libsrs2-toaster-1.0.18-1.3.3
> qmail-pop3d-toaster-1.03-1.3.15
> courier-imap-toaster-4.1.2-1.3.7
> control-panel-toaster-0.5-1.3.4
> ezmlm-cgi-toaster-0.53.324-1.3.3
> qmailmrtg-toaster-4.2-1.3.3
> maildrop-toaster-devel-2.0.3-1.3.5
> squirrelmail-toaster-1.4.13-1.3.9
> clamav-toaster-0.93-1.3.18
> simscan-toaster-1.3.1-1.3.6
> qmailtoaster-plus-0.3.0-1.4.4
> spamassassin-toaster-3.2.4-1.3.16
> ucspi-tcp-toaster-0.88-1.3.5
> qmail-toaster-1.03-1.3.15
> autorespond-toaster-2.0.4-1.3.3
> qmailadmin-toaster-1.2.11-1.3.4
> isoqlog-toaster-2.1-1.3.4
> ripmime-toaster-1.4.0.6-1.3.3
> 
>  
> Francisco "Paco" Peralta
> 
> 
> - Original Message 
> From: Jake Vickers <[EMAIL PROTECTED]>
> To: qmailtoaster-list@qmailtoaster.com
> Sent: Friday, September 5, 2008 3:11:25 PM
> Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update
> Daily Error Email
> 
> Francisco Paco Peralta wrote:
>> The UpdateSaneSecurity Hourly message seems to have corrected itself.
>>
>> But now I am getting the following message every hour:
>> *
>> /etc/cron.hourly/UpdateSaneSecurity.sh:
>>
>> /usr/share/clamav/daily.inc is missing! Either /usr/share/clamav is NOT
>> The correct database path or there is something wrong with your
>> ClamAV installation. This path came from your /usr/bin/clamscan so I
>> would guess
>> you need to check your clamd.conf file! and/or /usr/share/clamav
>> EXITING NOW!!
>> *
> 
> What version of QTP are you running?
> 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Eric Shubert
That appears to be the case. I'm at a loss as to why the rpm command shows
the same packages twice. You might google a bit to see if you can find
something on it.

Luis Lopez wrote:
> PS. This is only happening with that Zlib package as far as i can tell.
> 
> Sincerely,
> Luis Lopez
> 
> 
> 
> 
> Eric Shubert wrote:
>> The rpm command shouldn't be listing zlib twice. I wonder if your rpm
>> database is a bit corrupt. You might try
>> # rpm --rebuilddb
>> Does that fix it?
>>
>> Luis Lopez wrote:
>>   
>>> This is what I got:
>>>
>>> # rpm -qa |grep zlib
>>> zlib-1.2.3-3
>>> zlib-devel-1.2.3-3
>>> zlib-1.2.3-3
>>> zlib-devel-1.2.3-3
>>>
>>> Sincerely,
>>> Luis Lopez
>>>
>>>
>>>
>>> Eric Shubert wrote:
>>> 
 Looks like it's not parsing your zlib package version correctly.
 What does your system return for:
 # rpm -qa | grep zlib
 ?

 P.S. Glad you're up to date!
 Luis Lopez wrote:
   
   
> Yoohoo all My packages are up-to-date.
>
> I do get one little error on:
>
> # ./qtp-ami-up2date
> */usr/sbin/qtp-config: line 117: 3-3
> zlib-1: syntax error in expression (error token is "zlib-1")*
>
> No New Qmail-Toaster Packages Available
>
> That line has this little if statement which is gibberish to me:
> if [ $((updt_v1)) -gt $((inst_v1)) ] \
>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>&& [ $((updt_v2)) -gt $((inst_v2)) ] ) \
>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>&& [ $((updt_v2)) -eq $((inst_v2)) ] \
>&& [ $((updt_v3)) -gt $((inst_v3)) ] ); then
>
> But as long as it works, it should be ok.
>
> Thanks Guys.
>
> Sincerely,
> Luis Lopez
>
> *
>
> * *
>
> *
>
>
>
> Luis Lopez wrote:
> 
> 
>> Just a quick note on how I installed this.
>>
>> 1. yum --enablerepo=rpmforge install perl-Archive-Tar
>> if for some reason it tries all the repos and errors out with bad
>> checksum go:
>>  /yum clean up
>> yum check-update
>> /
>> 2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
>> This will install the last two dependencies, resolving this error:
>> perl(Archive::Tar) >= 1.23 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(HTTP::Date) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(IO::Zlib) >= 1.04 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(LWP::UserAgent) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>
>> Eric Shubert wrote:
>>   
>>   
>>> Install the rpmforge-release package from dag wieers, then install the 
>>> perl
>>> packages using yum.
>>>
>>> If you've installed the latest qmailtoaster-plus package, you can 
>>> simply:
>>> # qtp-install-rpmforge
>>> # yum --enablerepo=rpmforge install perl-Archive-Tar ...
>>>
>>> Otherwise, check the list archives for the hard way. ;)
>>>
>>> Luis Lopez wrote:
>>>   
>>> 
>>> 
 Hi There,

 I know that a couple of people had dependencies problems installing 
 that
 spamassassin-toaster package. I /yum update /the server and rebooted 
 and
 still had the same issue. No CPAN is used to update the perl modules.

 I'm not using the qtp-newmodel script, going the manual way:
 wget http://www.qmailtoaster.org/download/develop/[package]

 rpmbuild --rebuild --with cnt5064 [package source]

 cd /usr/src/redhat/RPMS/i386

 rpm -Uvh [package]

 This is the way I've installed the updates so far and it has worked
 perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

 Here is the output when trying to /rpm -Uvh/:
 -
 [EMAIL PROTECTED] x86_64]# rpm -Uvh 
 spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
 error: Failed dependencies:
 perl(Archive::Tar) >= 1.23 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(HTTP::Date) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(IO::Zlib) >= 1.04 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(LWP::UserAgent) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 --

 My uname output:
 Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
 2008 *x86_64* x86_64 x86_64 GNU/Linux

 and here my perl modules:

 # rpm -qa |grep perl
 perl-String-CRC32-1.4-2.fc6
 perl-Net-DNS-0.59-3.el5
 perl-URI-1.35-3
 perl-DBD-

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Luis Lopez

Nope, same packages.. showed up.

Sincerely,
Luis Lopez

*

* *

*



Eric Shubert wrote:

The rpm command shouldn't be listing zlib twice. I wonder if your rpm
database is a bit corrupt. You might try
# rpm --rebuilddb
Does that fix it?

Luis Lopez wrote:
  

This is what I got:

# rpm -qa |grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3
zlib-1.2.3-3
zlib-devel-1.2.3-3

Sincerely,
Luis Lopez



Eric Shubert wrote:


Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
  
  

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -eq $((inst_v2)) ] \
   && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:



Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad
checksum go:
 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64

Eric Shubert wrote:
  
  

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the list archives for the hard way. ;)

Luis Lopez wrote:
  



Hi There,

I know that a couple of people had dependencies problems installing that
spamassassin-toaster package. I /yum update /the server and rebooted and
still had the same issue. No CPAN is used to update the perl modules.

I'm not using the qtp-newmodel script, going the manual way:
wget http://www.qmailtoaster.org/download/develop/[package]

rpmbuild --rebuild --with cnt5064 [package source]

cd /usr/src/redhat/RPMS/i386

rpm -Uvh [package]

This is the way I've installed the updates so far and it has worked
perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

Here is the output when trying to /rpm -Uvh/:
-
[EMAIL PROTECTED] x86_64]# rpm -Uvh spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
error: Failed dependencies:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
--

My uname output:
Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
2008 *x86_64* x86_64 x86_64 GNU/Linux

and here my perl modules:

# rpm -qa |grep perl
perl-String-CRC32-1.4-2.fc6
perl-Net-DNS-0.59-3.el5
perl-URI-1.35-3
perl-DBD-MySQL-3.0007-1.fc6
perl-Net-IP-1.25-2.fc6
mod_perl-2.0.2-6.3.el5
perl-Socket6-0.19-3.fc6
perl-IO-Socket-INET6-2.51-2.fc6
perl-Digest-SHA1-2.11-1.2.1
perl-Digest-HMAC-1.01-15
perl-BSD-Resource-1.28-1.fc6.1
perl-DBI-1.52-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-HTML-Parser-3.55-1.fc6
perl-5.8.8-10.el5_2.3


Thanks in advance.

--

Sincerely,
Luis Lopez

 


*

*---
IT Support
Kiwibox.com 
[EMAIL PROTECTED] 
---
330 W. 38th #1602
New York, NY 10018
---
Office(212) 239-8210
Fax(212) 239-8422*

*Mobile   (917) 385-2541
--- *

* *

Information contained in this email and any attachments thereto shall be
considered privileged and/or confidential. You are hereby notified that
any dissemination, distribution or copying of this email or attachments
is prohibited, unless you have expressed permission. If you have
received this email in error, please notify the sender and delete the
email and the attachments.

 


* *

* *

* *

*


  
  
  


  
  



  


Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Luis Lopez

PS. This is only happening with that Zlib package as far as i can tell.

Sincerely,
Luis Lopez




Eric Shubert wrote:

The rpm command shouldn't be listing zlib twice. I wonder if your rpm
database is a bit corrupt. You might try
# rpm --rebuilddb
Does that fix it?

Luis Lopez wrote:
  

This is what I got:

# rpm -qa |grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3
zlib-1.2.3-3
zlib-devel-1.2.3-3

Sincerely,
Luis Lopez



Eric Shubert wrote:


Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
  
  

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -eq $((inst_v2)) ] \
   && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:



Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad
checksum go:
 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64

Eric Shubert wrote:
  
  

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the list archives for the hard way. ;)

Luis Lopez wrote:
  



Hi There,

I know that a couple of people had dependencies problems installing that
spamassassin-toaster package. I /yum update /the server and rebooted and
still had the same issue. No CPAN is used to update the perl modules.

I'm not using the qtp-newmodel script, going the manual way:
wget http://www.qmailtoaster.org/download/develop/[package]

rpmbuild --rebuild --with cnt5064 [package source]

cd /usr/src/redhat/RPMS/i386

rpm -Uvh [package]

This is the way I've installed the updates so far and it has worked
perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

Here is the output when trying to /rpm -Uvh/:
-
[EMAIL PROTECTED] x86_64]# rpm -Uvh spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
error: Failed dependencies:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
--

My uname output:
Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
2008 *x86_64* x86_64 x86_64 GNU/Linux

and here my perl modules:

# rpm -qa |grep perl
perl-String-CRC32-1.4-2.fc6
perl-Net-DNS-0.59-3.el5
perl-URI-1.35-3
perl-DBD-MySQL-3.0007-1.fc6
perl-Net-IP-1.25-2.fc6
mod_perl-2.0.2-6.3.el5
perl-Socket6-0.19-3.fc6
perl-IO-Socket-INET6-2.51-2.fc6
perl-Digest-SHA1-2.11-1.2.1
perl-Digest-HMAC-1.01-15
perl-BSD-Resource-1.28-1.fc6.1
perl-DBI-1.52-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-HTML-Parser-3.55-1.fc6
perl-5.8.8-10.el5_2.3


Thanks in advance.

--

Sincerely,
Luis Lopez

 


*

*---
IT Support
Kiwibox.com 
[EMAIL PROTECTED] 
---
330 W. 38th #1602
New York, NY 10018
---
Office(212) 239-8210
Fax(212) 239-8422*

*Mobile   (917) 385-2541
--- *

* *

Information contained in this email and any attachments thereto shall be
considered privileged and/or confidential. You are hereby notified that
any dissemination, distribution or copying of this email or attachments
is prohibited, unless you have expressed permission. If you have
received this email in error, please notify the sender and delete the
email and the attachments.

 


* *

* *

* *

*


  
  
  


  
  



  


Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Eric Shubert
The rpm command shouldn't be listing zlib twice. I wonder if your rpm
database is a bit corrupt. You might try
# rpm --rebuilddb
Does that fix it?

Luis Lopez wrote:
> This is what I got:
> 
> # rpm -qa |grep zlib
> zlib-1.2.3-3
> zlib-devel-1.2.3-3
> zlib-1.2.3-3
> zlib-devel-1.2.3-3
> 
> Sincerely,
> Luis Lopez
> 
> 
> 
> Eric Shubert wrote:
>> Looks like it's not parsing your zlib package version correctly.
>> What does your system return for:
>> # rpm -qa | grep zlib
>> ?
>>
>> P.S. Glad you're up to date!
>> Luis Lopez wrote:
>>   
>>> Yoohoo all My packages are up-to-date.
>>>
>>> I do get one little error on:
>>>
>>> # ./qtp-ami-up2date
>>> */usr/sbin/qtp-config: line 117: 3-3
>>> zlib-1: syntax error in expression (error token is "zlib-1")*
>>>
>>> No New Qmail-Toaster Packages Available
>>>
>>> That line has this little if statement which is gibberish to me:
>>> if [ $((updt_v1)) -gt $((inst_v1)) ] \
>>>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>&& [ $((updt_v2)) -gt $((inst_v2)) ] ) \
>>>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>&& [ $((updt_v2)) -eq $((inst_v2)) ] \
>>>&& [ $((updt_v3)) -gt $((inst_v3)) ] ); then
>>>
>>> But as long as it works, it should be ok.
>>>
>>> Thanks Guys.
>>>
>>> Sincerely,
>>> Luis Lopez
>>>
>>> *
>>>
>>> * *
>>>
>>> *
>>>
>>>
>>>
>>> Luis Lopez wrote:
>>> 
 Just a quick note on how I installed this.

 1. yum --enablerepo=rpmforge install perl-Archive-Tar
 if for some reason it tries all the repos and errors out with bad
 checksum go:
  /yum clean up
 yum check-update
 /
 2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
 This will install the last two dependencies, resolving this error:
 perl(Archive::Tar) >= 1.23 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(HTTP::Date) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(IO::Zlib) >= 1.04 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(LWP::UserAgent) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64

 Eric Shubert wrote:
   
> Install the rpmforge-release package from dag wieers, then install the 
> perl
> packages using yum.
>
> If you've installed the latest qmailtoaster-plus package, you can simply:
> # qtp-install-rpmforge
> # yum --enablerepo=rpmforge install perl-Archive-Tar ...
>
> Otherwise, check the list archives for the hard way. ;)
>
> Luis Lopez wrote:
>   
> 
>> Hi There,
>>
>> I know that a couple of people had dependencies problems installing that
>> spamassassin-toaster package. I /yum update /the server and rebooted and
>> still had the same issue. No CPAN is used to update the perl modules.
>>
>> I'm not using the qtp-newmodel script, going the manual way:
>> wget http://www.qmailtoaster.org/download/develop/[package]
>>
>> rpmbuild --rebuild --with cnt5064 [package source]
>>
>> cd /usr/src/redhat/RPMS/i386
>>
>> rpm -Uvh [package]
>>
>> This is the way I've installed the updates so far and it has worked
>> perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.
>>
>> Here is the output when trying to /rpm -Uvh/:
>> -
>> [EMAIL PROTECTED] x86_64]# rpm -Uvh 
>> spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
>> error: Failed dependencies:
>> perl(Archive::Tar) >= 1.23 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(HTTP::Date) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(IO::Zlib) >= 1.04 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(LWP::UserAgent) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> --
>>
>> My uname output:
>> Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
>> 2008 *x86_64* x86_64 x86_64 GNU/Linux
>>
>> and here my perl modules:
>>
>> # rpm -qa |grep perl
>> perl-String-CRC32-1.4-2.fc6
>> perl-Net-DNS-0.59-3.el5
>> perl-URI-1.35-3
>> perl-DBD-MySQL-3.0007-1.fc6
>> perl-Net-IP-1.25-2.fc6
>> mod_perl-2.0.2-6.3.el5
>> perl-Socket6-0.19-3.fc6
>> perl-IO-Socket-INET6-2.51-2.fc6
>> perl-Digest-SHA1-2.11-1.2.1
>> perl-Digest-HMAC-1.01-15
>> perl-BSD-Resource-1.28-1.fc6.1
>> perl-DBI-1.52-1.fc6
>> perl-HTML-Tagset-3.10-2.1.1
>> perl-HTML-Parser-3.55-1.fc6
>> perl-5.8.8-10.el5_2.3
>>
>>
>> Thanks in advance.
>>
>> -- 
>>
>> Sincerely,
>> Luis Lopez
>>
>>  
>>
>> *
>>
>> *---
>> IT Support
>> Kiwibox.com 
>> [EMAIL PROTECTED] 
>> ---
>> 33

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Luis Lopez

This is what I got:

# rpm -qa |grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3
zlib-1.2.3-3
zlib-devel-1.2.3-3

Sincerely,
Luis Lopez



Eric Shubert wrote:

Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
  

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
  || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
   && [ $((updt_v2)) -eq $((inst_v2)) ] \
   && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:


Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad
checksum go:
 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64

Eric Shubert wrote:
  

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the list archives for the hard way. ;)

Luis Lopez wrote:
  


Hi There,

I know that a couple of people had dependencies problems installing that
spamassassin-toaster package. I /yum update /the server and rebooted and
still had the same issue. No CPAN is used to update the perl modules.

I'm not using the qtp-newmodel script, going the manual way:
wget http://www.qmailtoaster.org/download/develop/[package]

rpmbuild --rebuild --with cnt5064 [package source]

cd /usr/src/redhat/RPMS/i386

rpm -Uvh [package]

This is the way I've installed the updates so far and it has worked
perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

Here is the output when trying to /rpm -Uvh/:
-
[EMAIL PROTECTED] x86_64]# rpm -Uvh spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
error: Failed dependencies:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
--

My uname output:
Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
2008 *x86_64* x86_64 x86_64 GNU/Linux

and here my perl modules:

# rpm -qa |grep perl
perl-String-CRC32-1.4-2.fc6
perl-Net-DNS-0.59-3.el5
perl-URI-1.35-3
perl-DBD-MySQL-3.0007-1.fc6
perl-Net-IP-1.25-2.fc6
mod_perl-2.0.2-6.3.el5
perl-Socket6-0.19-3.fc6
perl-IO-Socket-INET6-2.51-2.fc6
perl-Digest-SHA1-2.11-1.2.1
perl-Digest-HMAC-1.01-15
perl-BSD-Resource-1.28-1.fc6.1
perl-DBI-1.52-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-HTML-Parser-3.55-1.fc6
perl-5.8.8-10.el5_2.3


Thanks in advance.

--

Sincerely,
Luis Lopez

 


*

*---
IT Support
Kiwibox.com 
[EMAIL PROTECTED] 
---
330 W. 38th #1602
New York, NY 10018
---
Office(212) 239-8210
Fax(212) 239-8422*

*Mobile   (917) 385-2541
--- *

* *

Information contained in this email and any attachments thereto shall be
considered privileged and/or confidential. You are hereby notified that
any dissemination, distribution or copying of this email or attachments
is prohibited, unless you have expressed permission. If you have
received this email in error, please notify the sender and delete the
email and the attachments.

 


* *

* *

* *

*


  
  




  


Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Eric Shubert
Looks like it's not parsing your zlib package version correctly.
What does your system return for:
# rpm -qa | grep zlib
?

P.S. Glad you're up to date!
Luis Lopez wrote:
> Yoohoo all My packages are up-to-date.
> 
> I do get one little error on:
> 
> # ./qtp-ami-up2date
> */usr/sbin/qtp-config: line 117: 3-3
> zlib-1: syntax error in expression (error token is "zlib-1")*
> 
> No New Qmail-Toaster Packages Available
> 
> That line has this little if statement which is gibberish to me:
> if [ $((updt_v1)) -gt $((inst_v1)) ] \
>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>&& [ $((updt_v2)) -gt $((inst_v2)) ] ) \
>   || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>&& [ $((updt_v2)) -eq $((inst_v2)) ] \
>&& [ $((updt_v3)) -gt $((inst_v3)) ] ); then
> 
> But as long as it works, it should be ok.
> 
> Thanks Guys.
> 
> Sincerely,
> Luis Lopez
> 
> *
> 
> * *
> 
> *
> 
> 
> 
> Luis Lopez wrote:
>> Just a quick note on how I installed this.
>>
>> 1. yum --enablerepo=rpmforge install perl-Archive-Tar
>> if for some reason it tries all the repos and errors out with bad
>> checksum go:
>>  /yum clean up
>> yum check-update
>> /
>> 2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
>> This will install the last two dependencies, resolving this error:
>> perl(Archive::Tar) >= 1.23 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(HTTP::Date) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(IO::Zlib) >= 1.04 is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>> perl(LWP::UserAgent) is needed by
>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>
>> Eric Shubert wrote:
>>> Install the rpmforge-release package from dag wieers, then install the perl
>>> packages using yum.
>>>
>>> If you've installed the latest qmailtoaster-plus package, you can simply:
>>> # qtp-install-rpmforge
>>> # yum --enablerepo=rpmforge install perl-Archive-Tar ...
>>>
>>> Otherwise, check the list archives for the hard way. ;)
>>>
>>> Luis Lopez wrote:
>>>   
 Hi There,

 I know that a couple of people had dependencies problems installing that
 spamassassin-toaster package. I /yum update /the server and rebooted and
 still had the same issue. No CPAN is used to update the perl modules.

 I'm not using the qtp-newmodel script, going the manual way:
 wget http://www.qmailtoaster.org/download/develop/[package]

 rpmbuild --rebuild --with cnt5064 [package source]

 cd /usr/src/redhat/RPMS/i386

 rpm -Uvh [package]

 This is the way I've installed the updates so far and it has worked
 perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

 Here is the output when trying to /rpm -Uvh/:
 -
 [EMAIL PROTECTED] x86_64]# rpm -Uvh 
 spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
 error: Failed dependencies:
 perl(Archive::Tar) >= 1.23 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(HTTP::Date) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(IO::Zlib) >= 1.04 is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 perl(LWP::UserAgent) is needed by
 spamassassin-toaster-3.2.5-1.3.14.x86_64
 --

 My uname output:
 Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
 2008 *x86_64* x86_64 x86_64 GNU/Linux

 and here my perl modules:

 # rpm -qa |grep perl
 perl-String-CRC32-1.4-2.fc6
 perl-Net-DNS-0.59-3.el5
 perl-URI-1.35-3
 perl-DBD-MySQL-3.0007-1.fc6
 perl-Net-IP-1.25-2.fc6
 mod_perl-2.0.2-6.3.el5
 perl-Socket6-0.19-3.fc6
 perl-IO-Socket-INET6-2.51-2.fc6
 perl-Digest-SHA1-2.11-1.2.1
 perl-Digest-HMAC-1.01-15
 perl-BSD-Resource-1.28-1.fc6.1
 perl-DBI-1.52-1.fc6
 perl-HTML-Tagset-3.10-2.1.1
 perl-HTML-Parser-3.55-1.fc6
 perl-5.8.8-10.el5_2.3


 Thanks in advance.

 -- 

 Sincerely,
 Luis Lopez

  

 *

 *---
 IT Support
 Kiwibox.com 
 [EMAIL PROTECTED] 
 ---
 330 W. 38th #1602
 New York, NY 10018
 ---
 Office(212) 239-8210
 Fax(212) 239-8422*

 *Mobile   (917) 385-2541
 --- *

 * *

 Information contained in this email and any attachments thereto shall be
 considered privileged and/or confidential. You are hereby notified that
 any dissemination, distribution or copying of this email or attachments
 is prohibited, unless you have expressed permission. If you have
 received this email in error, please notify the sender and delete the
 email and the attachments.

  

 * *

 * *

>>

Re: [qmailtoaster] spamassassin-toaster-3.2.5-1.3.14 || problem on dependencies || 64 bit CentOS 5 (Resolved)

2008-09-08 Thread Luis Lopez

Yoohoo all My packages are up-to-date.

I do get one little error on:

# ./qtp-ami-up2date
*/usr/sbin/qtp-config: line 117: 3-3
zlib-1: syntax error in expression (error token is "zlib-1")*

No New Qmail-Toaster Packages Available

That line has this little if statement which is gibberish to me:
if [ $((updt_v1)) -gt $((inst_v1)) ] \
 || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
  && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
 || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
  && [ $((updt_v2)) -eq $((inst_v2)) ] \
  && [ $((updt_v3)) -gt $((inst_v3)) ] ); then

But as long as it works, it should be ok.

Thanks Guys.

Sincerely,
Luis Lopez

*

* *

*



Luis Lopez wrote:

Just a quick note on how I installed this.

1. yum --enablerepo=rpmforge install perl-Archive-Tar
if for some reason it tries all the repos and errors out with bad 
checksum go:

 /yum clean up
yum check-update
/
2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
This will install the last two dependencies, resolving this error:
perl(Archive::Tar) >= 1.23 is needed by 
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by 
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by 
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by 
spamassassin-toaster-3.2.5-1.3.14.x86_64


Eric Shubert wrote:

Install the rpmforge-release package from dag wieers, then install the perl
packages using yum.

If you've installed the latest qmailtoaster-plus package, you can simply:
# qtp-install-rpmforge
# yum --enablerepo=rpmforge install perl-Archive-Tar ...

Otherwise, check the list archives for the hard way. ;)

Luis Lopez wrote:
  

Hi There,

I know that a couple of people had dependencies problems installing that
spamassassin-toaster package. I /yum update /the server and rebooted and
still had the same issue. No CPAN is used to update the perl modules.

I'm not using the qtp-newmodel script, going the manual way:
wget http://www.qmailtoaster.org/download/develop/[package]

rpmbuild --rebuild --with cnt5064 [package source]

cd /usr/src/redhat/RPMS/i386

rpm -Uvh [package]

This is the way I've installed the updates so far and it has worked
perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.

Here is the output when trying to /rpm -Uvh/:
-
[EMAIL PROTECTED] x86_64]# rpm -Uvh spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
error: Failed dependencies:
perl(Archive::Tar) >= 1.23 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(HTTP::Date) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(IO::Zlib) >= 1.04 is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
perl(LWP::UserAgent) is needed by
spamassassin-toaster-3.2.5-1.3.14.x86_64
--

My uname output:
Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
2008 *x86_64* x86_64 x86_64 GNU/Linux

and here my perl modules:

# rpm -qa |grep perl
perl-String-CRC32-1.4-2.fc6
perl-Net-DNS-0.59-3.el5
perl-URI-1.35-3
perl-DBD-MySQL-3.0007-1.fc6
perl-Net-IP-1.25-2.fc6
mod_perl-2.0.2-6.3.el5
perl-Socket6-0.19-3.fc6
perl-IO-Socket-INET6-2.51-2.fc6
perl-Digest-SHA1-2.11-1.2.1
perl-Digest-HMAC-1.01-15
perl-BSD-Resource-1.28-1.fc6.1
perl-DBI-1.52-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-HTML-Parser-3.55-1.fc6
perl-5.8.8-10.el5_2.3


Thanks in advance.

--

Sincerely,
Luis Lopez

 


*

*---
IT Support
Kiwibox.com 
[EMAIL PROTECTED] 
---
330 W. 38th #1602
New York, NY 10018
---
Office(212) 239-8210
Fax(212) 239-8422*

*Mobile   (917) 385-2541
--- *

* *

Information contained in this email and any attachments thereto shall be
considered privileged and/or confidential. You are hereby notified that
any dissemination, distribution or copying of this email or attachments
is prohibited, unless you have expressed permission. If you have
received this email in error, please notify the sender and delete the
email and the attachments.

 


* *

* *

* *

*





  


Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily Error Email

2008-09-08 Thread Eric Shubert
There's a newer clamav-toaster available. Just run qtp-newmodel to upgrade
it, and see if that doesn't fix things up. I don't think you should need to
remove the existing version first.

Francisco Paco Peralta wrote:
> updated qtp today. 
> 
> qmailtoaster-plus.repo-0.1-1
> qmailtoaster-plus-0.3.0-1.4.5
> 
> Although I am not sure this is the issue.  Should I just remove and
> install clamav again?  I don't want to break something in the toaster.
>  
> Francisco "Paco" Peralta
> 
> 
> - Original Message 
> From: Francisco Paco Peralta <[EMAIL PROTECTED]>
> To: qmailtoaster-list@qmailtoaster.com
> Sent: Friday, September 5, 2008 3:27:23 PM
> Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update
> Daily Error Email
> 
> Did an rpm qa | grep toaster and got the following:
> 
> libdomainkeys-toaster-0.68-1.3.3
> courier-authlib-toaster-0.59.2-1.3.6
> ezmlm-toaster-0.53.324-1.3.3
> maildrop-toaster-2.0.3-1.3.5
> qmailtoaster-plus.repo-0.1-1
> daemontools-toaster-0.76-1.3.3
> vpopmail-toaster-5.4.17-1.3.4
> libsrs2-toaster-1.0.18-1.3.3
> qmail-pop3d-toaster-1.03-1.3.15
> courier-imap-toaster-4.1.2-1.3.7
> control-panel-toaster-0.5-1.3.4
> ezmlm-cgi-toaster-0.53.324-1.3.3
> qmailmrtg-toaster-4.2-1.3.3
> maildrop-toaster-devel-2.0.3-1.3.5
> squirrelmail-toaster-1.4.13-1.3.9
> clamav-toaster-0.93-1.3.18
> simscan-toaster-1.3.1-1.3.6
> qmailtoaster-plus-0.3.0-1.4.4
> spamassassin-toaster-3.2.4-1.3.16
> ucspi-tcp-toaster-0.88-1.3.5
> qmail-toaster-1.03-1.3.15
> autorespond-toaster-2.0.4-1.3.3
> qmailadmin-toaster-1.2.11-1.3.4
> isoqlog-toaster-2.1-1.3.4
> ripmime-toaster-1.4.0.6-1.3.3
> 
>  
> Francisco "Paco" Peralta
> 
> 
> - Original Message 
> From: Jake Vickers <[EMAIL PROTECTED]>
> To: qmailtoaster-list@qmailtoaster.com
> Sent: Friday, September 5, 2008 3:11:25 PM
> Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update
> Daily Error Email
> 
> Francisco Paco Peralta wrote:
>> The UpdateSaneSecurity Hourly message seems to have corrected itself.
>>
>> But now I am getting the following message every hour:
>> *
>> /etc/cron.hourly/UpdateSaneSecurity.sh:
>>
>> /usr/share/clamav/daily.inc is missing! Either /usr/share/clamav is NOT
>> The correct database path or there is something wrong with your
>> ClamAV installation. This path came from your /usr/bin/clamscan so I
>> would guess
>> you need to check your clamd.conf file! and/or /usr/share/clamav
>> EXITING NOW!!
>> *
> 
> What version of QTP are you running?
> 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily Error Email

2008-09-08 Thread Francisco Paco Peralta
updated qtp today.  

qmailtoaster-plus.repo-0.1-1
qmailtoaster-plus-0.3.0-1.4.5

Although I am not sure this is the issue.  Should I just remove and install 
clamav again?  I don't want to break something in the toaster.

 Francisco "Paco" Peralta



- Original Message 
From: Francisco Paco Peralta <[EMAIL PROTECTED]>
To: qmailtoaster-list@qmailtoaster.com
Sent: Friday, September 5, 2008 3:27:23 PM
Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily 
Error Email


Did an rpm qa | grep toaster and got the following:

libdomainkeys-toaster-0.68-1.3.3
courier-authlib-toaster-0.59.2-1.3.6
ezmlm-toaster-0.53.324-1.3.3
maildrop-toaster-2.0.3-1.3.5
qmailtoaster-plus.repo-0.1-1
daemontools-toaster-0.76-1.3.3
vpopmail-toaster-5.4.17-1.3.4
libsrs2-toaster-1.0.18-1.3.3
qmail-pop3d-toaster-1.03-1.3.15
courier-imap-toaster-4.1.2-1.3.7
control-panel-toaster-0.5-1.3.4
ezmlm-cgi-toaster-0.53.324-1.3.3
qmailmrtg-toaster-4.2-1.3.3
maildrop-toaster-devel-2.0.3-1.3.5
squirrelmail-toaster-1.4.13-1.3.9
clamav-toaster-0.93-1.3.18
simscan-toaster-1.3.1-1.3.6
qmailtoaster-plus-0.3.0-1.4.4
spamassassin-toaster-3.2.4-1.3.16
ucspi-tcp-toaster-0.88-1.3.5
qmail-toaster-1.03-1.3.15
autorespond-toaster-2.0.4-1.3.3
qmailadmin-toaster-1.2.11-1.3.4
isoqlog-toaster-2.1-1.3.4
ripmime-toaster-1.4.0.6-1.3.3


 Francisco "Paco" Peralta



- Original Message 
From: Jake Vickers <[EMAIL PROTECTED]>
To: qmailtoaster-list@qmailtoaster.com
Sent: Friday, September 5, 2008 3:11:25 PM
Subject: Re: [qmailtoaster] UpdateSaneSecurity Hourly And qtp-sa-update Daily 
Error Email

Francisco Paco Peralta wrote: 
The
UpdateSaneSecurity Hourly message seems to have corrected itself. 

But now I am getting the following message every hour:
*
/etc/cron.hourly/UpdateSaneSecurity.sh:

/usr/share/clamav/daily.inc is missing! Either /usr/share/clamav is NOT
The correct database path or there is something wrong with your
ClamAV installation. This path came from your /usr/bin/clamscan so I
would guess
you need to check your clamd.conf file! and/or /usr/share/clamav
EXITING NOW!!
*
What version of QTP are you running?

Re: [qmailtoaster] Again on spam fighting

2008-09-08 Thread Eric Shubert
Alberto Maffini wrote:
> Dear all, I'm here again fighting aganist spam... Now I have only 3
> doubt :-) ...
>  
> 1. Everyday I try to train spamassassin but nothing seems to change. My
> doubt is: Am I doing everithing correctly ?
> I use as usual
>  
> "cd /home/vpopmail/domains/XXX/spam/Maildir/cur" and then
> "sa-learn --spam (or ham) ./*"
>  
> The directory listing is:
>  
> 1220448213.M46020P31768VFD00I00958031_0.ariel.sylcomed.com,S=5999:2,
> 1220450297.M880755P32322VFD00I00958032_0.ariel.sylcomed.com,S=3142:2,
> 1220451860.M504142P690VFD00I00958033_0.ariel.sylcomed.com,S=1805:2,
> 1220456186.M866048P2113VFD00I00958034_0.ariel.sylcomed.com,S=3885:2,
> 1220457984.M595194P2716VFD00I00958035_0.ariel.sylcomed.com,S=2946:2,
> 1220461890.M973499P3885VFD00I00958036_0.ariel.sylcomed.com,S=3197:2,
> 1220515145.M919211P17226VFD00I00958042_0.ariel.sylcomed.com,S=3799:2,
> 1220515164.M359859P17232VFD00I0095803D_0.ariel.sylcomed.com,S=1271:2,
> 1220515164.M458089P17232VFD00I0095804D_1.ariel.sylcomed.com,S=1351:2,
> 1220515179.M721235P17250VFD00I0095804E_0.ariel.sylcomed.com,S=1281:2,
> 1220541433.M13356P9584VFD00I00958051_0.ariel.sylcomed.com,S=1873:2,
> 1220627008.M406698P31443VFD00I00958047_0.ariel.sylcomed.com,S=1288:2,
> 1220627023.M278236P31444VFD00I00958055_0.ariel.sylcomed.com,S=1445:2,
> 1220627031.M458165P31444VFD00I00958057_1.ariel.sylcomed.com,S=1371:2,
> 1220627099.M816207P31469VFD00I0095805A_0.ariel.sylcomed.com,S=2925:2,
> 1220627160.M978507P31519VFD00I00958063_0.ariel.sylcomed.com,S=2974:2,
> 1220627221.M489793P31531VFD00I00958065_0.ariel.sylcomed.com,S=2892:2,
> 1220627238.M404324P31532VFD00I00958066_0.ariel.sylcomed.com,S=2928:2,
>  
> What I'm doing wrong ??

You need to run sa-learn as the vpopmail user. You've been training root's
bayes database, which as you say, doesn't do you any good. The command to
try should look more like:
# sudo -u vpopmail -H sa-learn --spam ./*

> 2. I'm Italian. Where I can find some Italian spamassassing rules ? I
> mean I got 50% of spam written in Italian ..

I've no idea. You might try asking this on the spamassassin list.

> 3. I am not able to make spamdyke working. Someone can suggest a HowTo ??

As dns wrote, qmailtoaster-plus makes this pretty trivial.
Have you seen the spamdyke page on the qmailtoaster wiki?

> Thanks in advance
> Alberto Maffini
>  
> Sylco S.r.l.Via Pisa, 250
> Sesto San Giovanni (MI)
> Tel +39.02.2427557 Fax +39.02.2400608
> http://www.sylcomed.com
>  
>  


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Again on spam fighting

2008-09-08 Thread Janno Sannik

dnk wrote:


On 8-Sep-08, at 5:49 AM, Alberto Maffini wrote:


3. I am not able to make spamdyke working. Someone can suggest a HowTo ??
 



The install is a snap through the qmailtoaster plus package

http://qtp.qmailtoaster.com/


I think you need to run sa-learn under *vpopmail* user for it to update 
correct bayes db.


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] simscan not working

2008-09-08 Thread Eric Shubert
It appears that your qmail installation is not a qmail-toaster. This list is
not intended for non-toaster implementations. Using the toaster
implementation avoids problems such as the one you appear to be having.

nightduke wrote:
> cent os 5.0
> qmail-1.03-1.5.15
> cat /var/qmail/control/simcontrol
> :clam=yes,attach=.mp3:.src:.bat:.pif:.scr
>  qmailctl cdb
> Usage: Qmail 
> {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}
> 
> 
> 2008/9/7 Eric Shubert <[EMAIL PROTECTED]>:
>> nightduke wrote:
>>> Hi i have simscan installed but dosen't scan virus.
>>>
>>> Anyone can tell me how can i fix it?
>>>
>>> Thanks
>>>
>>> Nightduke
>>>
>> Not without providing some information about your system.
>> What's your distro/version?
>> What toaster package versions are you running?
>> What does your /var/qmail/control/simcontrol contain?
>> Did you change simcontrol and forget to run "qmailctl cdb" afterward?
>>
>> --
>> -Eric 'shubes'
>>
>> -
>> QmailToaster hosted by: VR Hosted 
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Again on spam fighting

2008-09-08 Thread dnk


On 8-Sep-08, at 5:49 AM, Alberto Maffini wrote:

3. I am not able to make spamdyke working. Someone can suggest a  
HowTo ??





The install is a snap through the qmailtoaster plus package

http://qtp.qmailtoaster.com/




[qmailtoaster] Again on spam fighting

2008-09-08 Thread Alberto Maffini
Dear all, I'm here again fighting aganist spam... Now I have only 3 doubt 
:-) ...

1. Everyday I try to train spamassassin but nothing seems to change. My doubt 
is: Am I doing everithing correctly ? 
I use as usual 

"cd /home/vpopmail/domains/XXX/spam/Maildir/cur" and then "sa-learn 
--spam (or ham) ./*"

The directory listing is:

1220448213.M46020P31768VFD00I00958031_0.ariel.sylcomed.com,S=5999:2,
1220450297.M880755P32322VFD00I00958032_0.ariel.sylcomed.com,S=3142:2,
1220451860.M504142P690VFD00I00958033_0.ariel.sylcomed.com,S=1805:2,
1220456186.M866048P2113VFD00I00958034_0.ariel.sylcomed.com,S=3885:2,
1220457984.M595194P2716VFD00I00958035_0.ariel.sylcomed.com,S=2946:2,
1220461890.M973499P3885VFD00I00958036_0.ariel.sylcomed.com,S=3197:2,
1220515145.M919211P17226VFD00I00958042_0.ariel.sylcomed.com,S=3799:2,
1220515164.M359859P17232VFD00I0095803D_0.ariel.sylcomed.com,S=1271:2,
1220515164.M458089P17232VFD00I0095804D_1.ariel.sylcomed.com,S=1351:2,
1220515179.M721235P17250VFD00I0095804E_0.ariel.sylcomed.com,S=1281:2,
1220541433.M13356P9584VFD00I00958051_0.ariel.sylcomed.com,S=1873:2,
1220627008.M406698P31443VFD00I00958047_0.ariel.sylcomed.com,S=1288:2,
1220627023.M278236P31444VFD00I00958055_0.ariel.sylcomed.com,S=1445:2,
1220627031.M458165P31444VFD00I00958057_1.ariel.sylcomed.com,S=1371:2,
1220627099.M816207P31469VFD00I0095805A_0.ariel.sylcomed.com,S=2925:2,
1220627160.M978507P31519VFD00I00958063_0.ariel.sylcomed.com,S=2974:2,
1220627221.M489793P31531VFD00I00958065_0.ariel.sylcomed.com,S=2892:2,
1220627238.M404324P31532VFD00I00958066_0.ariel.sylcomed.com,S=2928:2,

What I'm doing wrong ??

2. I'm Italian. Where I can find some Italian spamassassing rules ? I mean I 
got 50% of spam written in Italian ..

3. I am not able to make spamdyke working. Someone can suggest a HowTo ??

Thanks in advance

Alberto Maffini

Sylco S.r.l.Via Pisa, 250
Sesto San Giovanni (MI)
Tel +39.02.2427557 Fax +39.02.2400608
http://www.sylcomed.com



Re: [qmailtoaster] help me please

2008-09-08 Thread dnk


On 7-Sep-08, at 11:14 PM, Ahmed Shareef wrote:


Dear all,

Please it is very important I have some problem I have install qmail  
in that I have add three domain but only one default domain is  
receives and send mails but other two domains are sending mail out  
side but its not  receiving any mails from out side please help me.




Is the DNS setup properly for those other 2 domains? Proper MX's, etc?  
rDNS if you are enforcing checks on that, etc?





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error of RoundCube

2008-09-08 Thread dnk


On 8-Sep-08, at 3:27 AM, Ho Ho wrote:


I have already install the qmailtoaster by using ISO.

All setting were find and I have changed the root password of mysql  
for safety.


When I try to install roundcube by using qtp-menu, everything fine  
without error.


However, when I try to access the roundcube by web, a error occured

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.
What's the problem?

please help

Thanks

Ho
Try manually connecting to the database with the mysql client (and the  
user is / password in question) and see if that gives you more detail.  
Then hit the mysql logs.


d

[qmailtoaster] Error of RoundCube

2008-09-08 Thread Ho Ho
I have already install the qmailtoaster by using ISO.
All setting were find and I have changed the root password of mysql for
safety.

When I try to install roundcube by using qtp-menu, everything fine without
error.

However, when I try to access the roundcube by web, a error occured

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.

What's the problem?


please help


Thanks


Ho


[qmailtoaster] Experience with insight connector?

2008-09-08 Thread Johannes Weberhofer, Weberhofer GmbH

Hello,

does anyone have experience with migrating an exchange-Server including 
Calendaring function and ToDo-Lists to Courier-imap togeter with plugins like 
the commercial available insight connector 
(http://www.bynari.net/products/insight_connector/insight_connector_for_calendar_sharing.html)

Best regards,
Johannes Weberhofer
--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|--->>

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Some IMAP related queries

2008-09-08 Thread Craig Smith
This is the backup/replication that we use.  Assuming that dovecote uses the
same mysql data base and folder structure, I don't think any modifications
need to be done to accommodate dovecote.  I will hopefully give this a try
this week.

http://wiki.qmailtoaster.com/index.php/QMT_Failover_replication_Setup


Thanks again.

Craig.

-Original Message-
From: Eric Shubert [mailto:[EMAIL PROTECTED] 
Sent: 05 September 2008 18:13
To: Craig Smith
Subject: Re: [qmailtoaster] Some IMAP related queries

Craig Smith wrote:
> Hi Eric,
> 
> I've been looking into Dovecote, and from a performance point of view it
> seems the best bet over courier.  I've not been able to install this yet,
> but was wondering from your experiences, would I have to adjust my
> backup/replication process much?

That depends on your backup/replication process, but I doubt that it would
change much if any.

> How well does Dovecote integrate?  In
> other words does it use the existing auth model and read qmails mysql data
> etc?

It integrates very easily. It is capable of authenticating using vpopmail,
so it's just a matter of setting up the configuration properly. The
documentation is very good, and IIRC has an example of vpopmail
configuration.

> Basically can you think of any major hurdles I may run into, or does
> it run largely the same on the surface as courier but more efficiently.

It's about as close to a drop-in replacement as you can get. It will
automatically build all of the indexes and such that it needs, on the fly.
It fixes itself if/when it sees something wrong. Pretty slick.

> A few of our mailboxes are rather large and I like the idea of the faster
> server with caching.  I'm hoping to have a server next week to install and
> test this on, but thought I would ask so I can eliminate a few things.

The only thing I can think of that you'll need to decide is whether or not
you want to set up your namespaces to be like courier (every subfolder
under/within Inbox), or allow users to create subfolders along side of the
inbox. I opted for the later, as the courier namespaces really bugged me. If
you choose the later, there's nothing really to convert or anything. Might
need to change subscriptions on the client side is all. The only difference
setting it up is a configuration setting that is well documented.

> Thanks again.

Sure. Let me know if you need any help, but please keep this sort of thing
on the list so others can benefit from the answers too. I like to reserve
private consultations for clients. ;)

> Craig.
> 
> 
> -Original Message-
> From: Eric Shubert [mailto:[EMAIL PROTECTED] 
> Sent: 02 September 2008 16:25
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] Some IMAP related queries
> 
> Craig Smith wrote:
>> Hi Eric,
>>
>> The redundancy is the failover script that is on the wiki.  The mysql
>> database is exported out and the export file is replicated to the backup
>> server.  This process works great on our current pop3 server, as far as I
>> can see it will work exactly the same on the imap side of things.
>> Basically, mysql data exported and migrated to backup server.  Qmail
> control
>> files and /vpopmail/domain folder is also replicated to the backup
server.
>> In the event of a failure, the backup server's ip is switched to match
the
>> live server.  The mysql data is imported in and qmail services are
> started.
>> The mysql export/import is the same process as the backp and restore
>> scripts. The users folders are generally only ever 15 minutes apart
>> (depending on cron timing).
>>
>> I don't expect anything different but was wondering as we've only
recently
>> moved to imap if there was anything else I should be aware of.
> 
> I can't think of anything.
> 
>> As for the gui, I'm not holding out much hope for that although it would
> be
>> nice, what about at least a server based util to setup rules to move
mail?
>> What is the process that moves spam mails to the spam folder?  Could that
> be
>> adapted?
> 
> Possibly. That would be maildrop-toaster.
> 
> I'm using dovecot in place of courier. I didn't like the way that Courier
> requires all user-created folders be subfolders of the Inbox (for
starters).
> Dovecot also appears to perform better with large folders, handle shared
> folders better, is more robust (recovers automatically from any errors),
and
> is under active development. See http://dovecot.org for more.
> 
> As a result of using Dovecot, I'm also looking to use the accompanying
> "deliver" program (Local Delivery Agent), which includes a plugin for the
> standard "sieve" programming language. See
http://wiki.dovecot.org/LDA/Sieve
> for more. This will replace the use of maildrop.
> 
> If you'd like to work on this with me, shoot me an mail off list.
> 
>> Thanks
>>
>> Craig.
>>
>> -Original Message-
>> From: Eric Shubert [mailto:[EMAIL PROTECTED] 
>> Sent: 01 September 2008 16:57
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject: Re

Re: [qmailtoaster] help me please

2008-09-08 Thread info.axsi.eu
Are they domains are correctly created in /home/vpopmail and have at 
least one user ?


Ahmed Shareef schrieb:
Dear all, 

Please it is very important I have some problem I have install qmail in 
that I have add three domain but only one default domain is receives and 
send mails but other two domains are sending mail out side but its not  
receiving any mails from out side please help me


 

 


Thanks



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] help me please

2008-09-08 Thread Johannes Weberhofer, Weberhofer GmbH

What tool did you use to add the domains?

Ahmed Shareef schrieb:

Dear all,

Please it is very important I have some problem I have install qmail in
that I have add three domain but only one default domain is receives and
send mails but other two domains are sending mail out side but its not
receiving any mails from out side please help me

Thanks



--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|
|  Firmenbuch: 225566s, Handelsgericht Wien
|  UID: ATU55277701
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|--->>

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]