[qmailtoaster] UPDATED PACKAGE: ClamAV

2008-04-20 Thread Erik A. Espinoza
As mentioned on the web site, be sure to remove prior versions of
ClamAV before building this new one, otherwise it will cause a
circular dependency.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] UPDATED PACKAGE: ClamAV

2008-04-20 Thread Peter Peterse

Hello Erik,

thanks for the job.

But how do's it work with qtp-newmodel?

I get an error:
===
Installing clamav-toaster-0.93-1.3.18 in the sandbox ...
error: Failed dependencies:
   libclamunrar_iface.so.3 is needed by clamav-toaster-0.93-1.3.18.i686
===
Peter.


Erik A. Espinoza wrote:

As mentioned on the web site, be sure to remove prior versions of
ClamAV before building this new one, otherwise it will cause a
circular dependency


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] ClamAV Upgrade

2008-04-20 Thread James Palmer

Hi all,

Could somebody let me know the easiest way to upgrade from ClamAV 0.92  
to 0.93?  On the QmailToaster site it says  be sure to remove prior  
versions of ClamAV before building this new one, otherwise it will  
cause a circular dependency. and I'm unsure how to do that and then  
install the new clamav package.



Cheers!

Re: [qmailtoaster] ClamAV Upgrade

2008-04-20 Thread Roxanne Sandesara
I would assume you need to rpmbuild the 0.93 package. Then before rpm  
-Uvh of the new package, you first need to rpm -e --nodeps the old  
package. Then rpm -Uvh the new package. That's how I interpreted  
those instructions.


Roxanne

On Apr 20, 2008, at 12:37 PM, James Palmer wrote:


Hi all,

Could somebody let me know the easiest way to upgrade from ClamAV  
0.92 to 0.93?  On the QmailToaster site it says  be sure to remove  
prior versions of ClamAV before building this new one, otherwise it  
will cause a circular dependency. and I'm unsure how to do that  
and then install the new clamav package.



Cheers!



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-20 Thread Erik A. Espinoza
1) service qmail stop
2) rpm -e --nodeps clamav-toaster
3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
4) rpm -Uhv newclamavrpm
5) service qmail cdb
6) service qmail start


Erik

On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
 Hi all,

 Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
 0.93?  On the QmailToaster site it says  be sure to remove prior versions
 of ClamAV before building this new one, otherwise it will cause a circular
 dependency. and I'm unsure how to do that and then install the new clamav
 package.


 Cheers!

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] UPDATED PACKAGE: ClamAV

2008-04-20 Thread Erik A. Espinoza
This was the circular dependency I was talking about. The old clamav
must be removed before installing the new one.

I do not use the qtp-newmodel setup myself, so I am not sure how to
make this work. Perhaps Jake or Eric can answer this one.

Thanks,
Erik

On Sun, Apr 20, 2008 at 4:34 AM, Peter Peterse
[EMAIL PROTECTED] wrote:
 Hello Erik,

  thanks for the job.

  But how do's it work with qtp-newmodel?

  I get an error:
  ===
  Installing clamav-toaster-0.93-1.3.18 in the sandbox ...
  error: Failed dependencies:
libclamunrar_iface.so.3 is needed by clamav-toaster-0.93-1.3.18.i686
  ===
  Peter.




  Erik A. Espinoza wrote:

  As mentioned on the web site, be sure to remove prior versions of
  ClamAV before building this new one, otherwise it will cause a
  circular dependency
 

  -
 QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-20 Thread Erik A. Espinoza
Nope, you have to 'rpm -e --nodeps' the old clamav before building the new one.

Erik

On Sun, Apr 20, 2008 at 11:09 AM, Roxanne Sandesara
[EMAIL PROTECTED] wrote:
 I would assume you need to rpmbuild the 0.93 package. Then before rpm -Uvh
 of the new package, you first need to rpm -e --nodeps the old package. Then
 rpm -Uvh the new package. That's how I interpreted those instructions.

  Roxanne



  On Apr 20, 2008, at 12:37 PM, James Palmer wrote:


  Hi all,
 
  Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
 0.93?  On the QmailToaster site it says  be sure to remove prior versions
 of ClamAV before building this new one, otherwise it will cause a circular
 dependency. and I'm unsure how to do that and then install the new clamav
 package.
 
 
  Cheers!
 


  -
 QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] UPDATED PACKAGE: ClamAV

2008-04-20 Thread Jake Vickers

Erik A. Espinoza wrote:

This was the circular dependency I was talking about. The old clamav
must be removed before installing the new one.

I do not use the qtp-newmodel setup myself, so I am not sure how to
make this work. Perhaps Jake or Eric can answer this one.

  
A new version is out as of 5 minutes ago that addresses this (Eric wrote 
a fix)


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread Jake Vickers
A new version is out.  Some minor fixes and a few new features.  The 
upgrade process should take into consideration the circular dependency 
issue with clamav now.
A install-spamdyke script has been added by Eric Shubes that will 
install Spamdyke for you. It can't be any easier!
A script has been added to install the Gnome desktop. This has been a 
request a couple times now, so I finally got around to it.


As always, the latest script is available at http://qtp.qmailtoaster.com 
or if you've installed the repo:

yum update qmailtoaster-plus

Enjoy!

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] UPDATED PACKAGE: ClamAV

2008-04-20 Thread Erik A. Espinoza
Perfect, thanks Jake.

Erik

On Sun, Apr 20, 2008 at 11:58 AM, Jake Vickers [EMAIL PROTECTED] wrote:
 Erik A. Espinoza wrote:

  This was the circular dependency I was talking about. The old clamav
  must be removed before installing the new one.
 
  I do not use the qtp-newmodel setup myself, so I am not sure how to
  make this work. Perhaps Jake or Eric can answer this one.
 
 
 
  A new version is out as of 5 minutes ago that addresses this (Eric wrote a
 fix)



  -
 QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread cas
Hello,

I did a 'yum update qmailtoaster-plus' a minute ago, but it seems that
clamav hasn't been updated to 0.93.
When I run 'qtp-menu' I can see the new spamdyke and gnome scripts, so
it has done something?

Did I do something wrong?

Thanks,

Cas

BTW Just 2 days ago I installed the repositories and installed
qtp-newmodel, worked like a charm on Centos 5 (x86_64). Great work!

On Sun, 2008-04-20 at 15:01 -0400, Jake Vickers wrote:
 A new version is out.  Some minor fixes and a few new features.  The 
 upgrade process should take into consideration the circular dependency 
 issue with clamav now.


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread Igor Vukotić
i also update via yum and there is no qtp-install-spamdyke script.  
It's only exist in qtp-menu, but no on system :(


On 2008.04.20, at 22:18, cas wrote:


Hello,

I did a 'yum update qmailtoaster-plus' a minute ago, but it seems that
clamav hasn't been updated to 0.93.
When I run 'qtp-menu' I can see the new spamdyke and gnome scripts, so
it has done something?

Did I do something wrong?

Thanks,

Cas

BTW Just 2 days ago I installed the repositories and installed
qtp-newmodel, worked like a charm on Centos 5 (x86_64). Great work!

On Sun, 2008-04-20 at 15:01 -0400, Jake Vickers wrote:

A new version is out.  Some minor fixes and a few new features.  The
upgrade process should take into consideration the circular  
dependency

issue with clamav now.



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





smime.p7s
Description: S/MIME cryptographic signature


Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread Jake Vickers

Igor Vukotić wrote:
i also update via yum and there is no qtp-install-spamdyke script. 
It's only exist in qtp-menu, but no on system :(


On 2008.04.20, at 22:18, cas wrote:


Hello,

I did a 'yum update qmailtoaster-plus' a minute ago, but it seems that
clamav hasn't been updated to 0.93.
When I run 'qtp-menu' I can see the new spamdyke and gnome scripts, so
it has done something?

Did I do something wrong?



Those 2 files got let out. I've updated the release, so just do a yum 
update qmailtoaster-plus again for the updated version with the files.


cas: Qmailtoaster-Plus does NOT update the files for you in that way. 
Qmailtoaster-Plus gives you the qtp-newmodel script that will update 
those files for you though.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread Eric Shubert
cas wrote:
 Hello,
 
 I did a 'yum update qmailtoaster-plus' a minute ago, but it seems that
 clamav hasn't been updated to 0.93.
 When I run 'qtp-menu' I can see the new spamdyke and gnome scripts, so
 it has done something?
 
 Did I do something wrong?

You need to run qtp-newmodel after upgrading qmailtoaster-plus in order to
update other *-toaster packages (including clamav-toaster).

 Thanks,
 
 Cas
 
 BTW Just 2 days ago I installed the repositories and installed
 qtp-newmodel, worked like a charm on Centos 5 (x86_64). Great work!

Thanks. You're welcome. ;)

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-20 Thread Eric Shubert
Igor Vukotic' wrote:
 i also update via yum and there is no qtp-install-spamdyke script.
 It's only exist in qtp-menu, but no on system :(

In order to install spamdyke, you need to run the qtp-install-spamdyke
script either from qtp-menu or from the CLI. spamdyke isn't automatically
installed with qmailtoaster-plus, you need to run the script to do the
spamdyke installation.

 On 2008.04.20, at 22:18, cas wrote:
 
 Hello,

 I did a 'yum update qmailtoaster-plus' a minute ago, but it seems that
 clamav hasn't been updated to 0.93.
 When I run 'qtp-menu' I can see the new spamdyke and gnome scripts, so
 it has done something?

 Did I do something wrong?

 Thanks,

 Cas

 BTW Just 2 days ago I installed the repositories and installed
 qtp-newmodel, worked like a charm on Centos 5 (x86_64). Great work!

 On Sun, 2008-04-20 at 15:01 -0400, Jake Vickers wrote:
 A new version is out.  Some minor fixes and a few new features.  The
 upgrade process should take into consideration the circular dependency
 issue with clamav now.


 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] IP Used is not authorized

2008-04-20 Thread Tom Manliclic




I tried it again and now I'm getting this.



Tom Manliclic wrote:

  
  Ok thanks I'll wait and see after few days.
  
Jake Vickers wrote:
  


Tom Manliclic wrote:

  Can anyone help me with this? Before the problem is there is no rDNS but it is setup properly but I still have this  problem.

[EMAIL PROTECTED]:
User and password not set, continuing without authentication.
[EMAIL PROTECTED] 66.249.93.114 failed after I sent the message.
Remote host said: 550-5.7.1 [69.73.199.98] The IP you're using to send mail is not
authorized
550-5.7.1 to send email directly to our servers. Please use the SMTP
550-5.7.1 relay at your service provider instead. Learn more at
550 5.7.1 http://mail.google.com/support/bin/answer.py?answer=10336 34si5061487ugh.40


  


The error message kinda tells is all. They want the IP to match the
sending domain.
Remember that if you set DNS it takes a while to propagate.

  





[qmailtoaster] Clamav 0.93 Release help

2008-04-20 Thread emiliano

  Friends, when you making update of clamav this damage error, aid please,
linux fedora 6

 collect2: ld returned 1 exit status
make[2]: *** [freshclam] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
make: *** [all] Error 2
erro: Código de saída inválido do /var/tmp/rpm-tmp.50100 (%build)


Erros de criação do RPM:
Código de saída inválido do /var/tmp/rpm-tmp.50100 (%build)
























 Testing it out already. I will send out a note once ready.

 EE

 On Mon, Apr 14, 2008 at 10:18 PM, Firdaus Tjahyadi [EMAIL PROTECTED]
 wrote:
 Hi

 I just want to announce that clamav 0.93 has released yesterday now we
 just
 wait clamav toaster update from erik

 hi erik , or anybody want to backup him to  build clamav-toaster-0.93?

 Thanks

  Regards




 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] IP Used is not authorized

2008-04-20 Thread Jake Vickers




Tom Manliclic wrote:

  
  I tried it again and now I'm getting this.
  
  
  


You have a DNS error somewhere. Either the machine cannot perform
lookups, or your records are incorrect.





Re: [qmailtoaster] Upgrading tips

2008-04-20 Thread Eric Shubert
Kent Busbee wrote:
 Just wanted to share some of my upgrading experience tips.  Nothing like
 learning the hard way.

snip

 However, since I had errors in an install and wanted to start over by
 using a NEW sandbox - blow the old one away. (I found that I had to use a
 new sandbox to get the RPM issue finally fixed.) I had issues geting the
 sandbox to umount.
 
 fuser is your friend.  This command can be used to find out which
 processes are running on the mount to keep it from unmounting.  The
 command can even be used to kill such processes - Great (DANGER WILL
 ROBINSON - you might not want to kill your own prompt if you are in that
 directory.)
 
 fuser -u /mnt/qtp-sandbox/
 
 lists the process ids and users which are using that mount.
 
 fuser -k /mnt/qtp-sandbox/

This has been added to the qtp-umount-sandbox script (which qtp-newmodel
uses to umount the sandbox). It should no longer fail to umount the sandbox.

 kills the processes that are using that mount - nice, now I can umount or
 just run qtp-newmodel again.

Or run qtp-umount-sandbox. ;)

Thanks for the tip(s), Kent. I hope at some point that we can fix the other
items you noted as well.

snip

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]