Re: [qmailtoaster] mail accepted to nonexistent user

2007-08-13 Thread Johannes Weberhofer, Weberhofer GmbH

Yes, that means the system will receive all mails an delete them after 
processing all the procedures to be done for incoming mails...


Lucian Cristian wrote:

now I remember to have pressed set catchall email deleted onetime now I've 
set it back to set catchall bounecd*
*

--


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

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



Re: [qmailtoaster] spamassassin-toaster-3.2.1 ?

2007-08-13 Thread Harry Zink
All my perl modules are up to date, yet am getting the same  
dependencies messages. Installing with --nodeps will do the trick,  
though I suspect it is because I am running on x86_64 architecture.


How about you, Chas, what architecture are you running on?

Harry


On Jul 11, 2007, at 5:39 PM, Adam Cantwell wrote:

Yes, there are a couple additional Perl modules you need for 3.2.1.  
Look at the QMT CentOS 5 Perl script:


http://www.qmailtoaster.com/centos/cnt50/cnt50-perl.sh

and it has them in there, I believe.  I upgraded all of the Perl  
modules mentioned in that script when I installed 3.2.1 so that  
everything was current.



Harry Zink: Macintosh Systems Consultant at Zink Different
contact | [EMAIL PROTECTED] - USA mobile:(213) 820-0408 |  
aim:[EMAIL PROTECTED]
Worldwide Mac support - Vienna/Austria • Los Angeles/USA • Bangkok/ 
Thailand

Apple's iPhone - more than just a mobile phone! I GOT MINE!




Re: [qmailtoaster] qmaillog backup script

2007-08-13 Thread Janno Sannik
Why not just change /var/qmail/logcount to something bigger (I use 100) 
and logsize to something reasonable (I use 3 000 000, but actually 10MB 
would be even nice i think).


PakOgah wrote:

Dear list,
since error 451 ... end status 256 happen to me this week and couple 
weeks ago.
I create this little script to backup qmail log, so if I am out of 
office and users complaining error about mailserver
I can trace what happen back w/o have to worry losing qmail log (of 
course the script should be ran daily)

hope this little script could be usefull also for you
note to Jake: I dont use tai64nlocal

Script name backupqmaillog.sh

#!/bin/bash
#
# qmaillog backup utility
# version 0.1
# [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
# 4 Aug 2007
# this qmaillog backup utility by default will backup
# today qmail's send and smtp log into /home/backuplog
# and keep it for the next 7 days
# enhancement are always welcome


# where your qmail log folder
# QMAILLOG=/var/log/qmail
QMAILLOG=/var/log/qmail
# what log is going to backup ?
# by default only smtp and send log only
# possible log to backup are:
# LOGS=authlib clamd imap4 imap4-ssl pop3 pop3-ssl send smtp spamd 
submission

LOGS=send smtp
# your backup destination
# folder will be created automatically
# BACKUP_DEST=/home/backuplog
BACKUP_DEST=/home/backuplog
# how long you will save the backup
# BACKUP_AGE=7 # days
BACKUP_AGE=7 # days

# 
# process
# 
DATE=`date +%Y%m%d`
TMPFILE=/tmp/backuplist
DAILY_AGE=1 # day
DAILY_AGE_MINS=$[ $DAILY_AGE * 60 * 24 ]
BACKUP_AGE_MINS=$[ $BACKUP_AGE * 60 * 24 ]

for i in $LOGS;
do
mkdir -p $BACKUP_DEST/$i
find $QMAILLOG/$i/* -cmin -$DAILY_AGE_MINS -exec ls -1 {} \;  $TMPFILE
tar czf $BACKUP_DEST/$i/$i-$DATE.tar.gz -T $TMPFILE
rm -f $TMPFILE
find $BACKUP_DEST/$i/*.tar.gz -cmin +$BACKUP_AGE_MINS -exec rm -f {} \;
done

-
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]



[qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread Kaven Gagnon
Hi, since my last qmail migration, I cannot access to some domains from
vqAdmin.  All domains appear, but some domains display a blank page when I
click on them (6 of 51 of my domain have this problem).

Another problem, SMTP authentication is not working, Outlook said that
none of authentication method is supported by the server.  Nothing found
in logs...

Thanks for you're help.

Regards,
Kaven G.


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



[qmailtoaster] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Aaron Spurlock
I'm trying to finish customizing my QMTISO for my server so I have repeatable, 
almost fully automated installs and configures, and wouldn't you know it, I can 
no longer download qmailtoaster-plus-current.noarch.rpm! It just times out.

Can anyone tell me when that will be back online, or an alternation location I 
could download that RPM from so I can just statically include it in my ISO?


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



RE: [qmailtoaster] SMTP authentication problem.

2007-08-13 Thread Helmut Fritz
I removed part of the subject as they are probably not related...

On SMTP auth, I recently had the same issue with a couple of clients.  Where
are the clients located (i.e. what ISP?)?  Is this all clients?  Or only a
few or one select?

-Original Message-
From: Kaven Gagnon [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 13, 2007 10:46 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] vqAdmin and SMTP authentication problem.

Hi, since my last qmail migration, I cannot access to some domains from
vqAdmin.  All domains appear, but some domains display a blank page when I
click on them (6 of 51 of my domain have this problem).

Another problem, SMTP authentication is not working, Outlook said that none
of authentication method is supported by the server.  Nothing found in
logs...

Thanks for you're help.

Regards,
Kaven G.


-
 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] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Harry Zink

I noticed the same.

On Aug 13, 2007, at 9:32 AM, Aaron Spurlock wrote:

I'm trying to finish customizing my QMTISO for my server so I have  
repeatable, almost fully automated installs and configures, and  
wouldn't you know it, I can no longer download qmailtoaster-plus- 
current.noarch.rpm! It just times out.


Can anyone tell me when that will be back online, or an alternation  
location I could download that RPM from so I can just statically  
include it in my ISO?



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





Harry Zink: Macintosh Systems Consultant at Zink Different
contact | [EMAIL PROTECTED] - USA mobile:(213) 820-0408 |  
aim:[EMAIL PROTECTED]
Worldwide Mac support - Vienna/Austria • Los Angeles/USA • Bangkok/ 
Thailand

Apple's iPhone - more than just a mobile phone! I GOT MINE!




Re: [qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread A M
2007/8/13, Kaven Gagnon [EMAIL PROTECTED]:

 Hi, since my last qmail migration, I cannot access to some domains from
 vqAdmin.  All domains appear, but some domains display a blank page when I
 click on them (6 of 51 of my domain have this problem).

 Another problem, SMTP authentication is not working, Outlook said that
 none of authentication method is supported by the server.  Nothing found
 in logs...

 Thanks for you're help.

 Regards,
 Kaven G.


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


Hi,

for vqadmin part , check your mysql vpopmail db , table dir_control there
would a different value in cur_users wich you should change to 0 (zero) , I
usualy use phpmyadmin.

what version of outlook are getting this error with ? 2000 is a trouble
maker.

agmsoft(at)gmail.com


Re: [qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread Kaven Gagnon
Hi, thanks a lot, my vqAdmin problem is solved!

About SMTP Auth, I use Outlook 2007... Authentication work very well
before my migration on this machine.




 2007/8/13, Kaven Gagnon [EMAIL PROTECTED]:

 Hi, since my last qmail migration, I cannot access to some domains from
 vqAdmin.  All domains appear, but some domains display a blank page when
 I
 click on them (6 of 51 of my domain have this problem).

 Another problem, SMTP authentication is not working, Outlook said that
 none of authentication method is supported by the server.  Nothing found
 in logs...

 Thanks for you're help.

 Regards,
 Kaven G.


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


 Hi,

 for vqadmin part , check your mysql vpopmail db , table dir_control there
 would a different value in cur_users wich you should change to 0 (zero) ,
 I
 usualy use phpmyadmin.

 what version of outlook are getting this error with ? 2000 is a trouble
 maker.

 agmsoft(at)gmail.com



Regards,
Kaven G.


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



Re: [qmailtoaster] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Jake Vickers

Harry Zink wrote:

I noticed the same.

On Aug 13, 2007, at 9:32 AM, Aaron Spurlock wrote:

I'm trying to finish customizing my QMTISO for my server so I have 
repeatable, almost fully automated installs and configures, and 
wouldn't you know it, I can no longer download 
qmailtoaster-plus-current.noarch.rpm! It just times out.


Can anyone tell me when that will be back online, or an alternation 
location I could download that RPM from so I can just statically 
include it in my ISO?





This server is located in Florida, and the connection took a lightning 
strike.  They assure me it will be back up at 2pm. So expect tomorrow.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Harry Zink


On Aug 13, 2007, at 10:44 AM, Jake Vickers wrote:

This server is located in Florida, and the connection took a  
lightning strike.


DAMN!

Is there ANY safe place in this world :-)




Re: [qmailtoaster] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Jake Vickers

Harry Zink wrote:


On Aug 13, 2007, at 10:44 AM, Jake Vickers wrote:

This server is located in Florida, and the connection took a 
lightning strike.


DAMN!

Is there ANY safe place in this world :-)


Not really.  The worst part is that this is a wireless T1, so there's 
not much for the lightning to hit - except for the main feed tower.  
Which is what happened. Or at least that's what I'm told.
Oh well. If it's not back up by tomorrow morning, I'll make QTP 
downloadable from my site for the time being.




smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread Bayardo Rivas
hello guys,

I am new to QMT. I installed QMT a few months ago and I am really happy
with this, mainly with the web administration interface wich is very
easy to use for non-technical users. 

I need your help/suggestions to update clamav and spamassin in QMT.
Since I installed the package I have never updated it, so... all my
accounts are receiving a lot of spam (including my boss, who's really
unhappy).

Please guys, let me know any tip, I will really apreciate your help as
soon as possible.

Bayardo.


Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread aledr
Hi!

You must proceed as the first time You compiled the packages:
*rpmbuild --rebuild --with distro package.src.rpm
*
After that just use:
rpm -Uvh package.rpm

This should do the trick.

Then check If all needed perl modules for SpamAssassin are installed.
You can (and should) use RBLs ( http://wiki.qmailtoaster.com/index.php/RBLs)
and SURBL (http://wiki.qmailtoaster.com/index.php/SURBL) to fight against
Spams

Respectfully...

2007/8/13, Bayardo Rivas [EMAIL PROTECTED]:

  hello guys,

 I am new to QMT. I installed QMT a few months ago and I am really happy
 with this, mainly with the web administration interface wich is very easy to
 use for non-technical users.

 I need your help/suggestions to update clamav and spamassin in QMT. Since
 I installed the package I have never updated it, so... all my accounts are
 receiving a lot of spam (including my boss, who's really unhappy).

 Please guys, let me know any tip, I will really apreciate your help as
 soon as possible.

 Bayardo.

-- 
[ ]'s
Aledr - Alexandre
OpenSource Solutions for SmallBusiness Problems


Re: [qmailtoaster] What happened to qtp.qmailtoaster.com?

2007-08-13 Thread Jake Vickers

Jake Vickers wrote:

Harry Zink wrote:


On Aug 13, 2007, at 10:44 AM, Jake Vickers wrote:

This server is located in Florida, and the connection took a 
lightning strike.


DAMN!

Is there ANY safe place in this world :-)


Not really.  The worst part is that this is a wireless T1, so there's 
not much for the lightning to hit - except for the main feed tower.  
Which is what happened. Or at least that's what I'm told.
Oh well. If it's not back up by tomorrow morning, I'll make QTP 
downloadable from my site for the time being.




It's back up now.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] spamassassin-toaster-3.2.1 ?

2007-08-13 Thread chas
Hi,
  I'm running just plain x86 (non 64) and still having issues even when
using the --nodeps trick. It will install using nodeps but won't stay
running so email fails. I think I need to use the recently mentioned
rpmfind source for my perl updates.

Chas.

 All my perl modules are up to date, yet am getting the same
 dependencies messages. Installing with --nodeps will do the trick,
 though I suspect it is because I am running on x86_64 architecture.

 How about you, Chas, what architecture are you running on?

 Harry


 On Jul 11, 2007, at 5:39 PM, Adam Cantwell wrote:

 Yes, there are a couple additional Perl modules you need for 3.2.1.
 Look at the QMT CentOS 5 Perl script:

 http://www.qmailtoaster.com/centos/cnt50/cnt50-perl.sh

 and it has them in there, I believe.  I upgraded all of the Perl
 modules mentioned in that script when I installed 3.2.1 so that
 everything was current.


 Harry Zink: Macintosh Systems Consultant at Zink Different
 contact | [EMAIL PROTECTED] - USA mobile:(213) 820-0408 |
 aim:[EMAIL PROTECTED]
 Worldwide Mac support - Vienna/Austria • Los Angeles/USA • Bangkok/
 Thailand
 Apple's iPhone - more than just a mobile phone! I GOT MINE!






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



Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread Harry Zink


On Aug 13, 2007, at 2:51 PM, aledr wrote:


You must proceed as the first time You compiled the packages:
rpmbuild --rebuild --with distro package.src.rpm


I did that.


After that just use:
rpm -Uvh package.rpm


I did that.


This should do the trick.


It did not - it popped up the three perl module dependencies that I  
pointed out earlier.



Then check If all needed perl modules for SpamAssassin are installed


I checked, and all modules are better than what Spamassassin  
requires. I think it has to do with x86_64 stuff.


You can (and should) use RBLs ( http://wiki.qmailtoaster.com/ 
index.php/RBLs) and SURBL (http://wiki.qmailtoaster.com/index.php/ 
SURBL ) to fight against Spams


Thanks, good advice.




Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread Erik A. Espinoza
Hopefully someone can dig up which perl modules to install via
rpmforge. I posted the list earlier and do not have time to look it up
again in my notes.

Once 1.4 is released, I will modify the documetnation to match as we
will not be supppoting as many distributions.

Erik

On 8/13/07, Harry Zink [EMAIL PROTECTED] wrote:


 On Aug 13, 2007, at 2:51 PM, aledr wrote:
 You must proceed as the first time You compiled the packages:
 rpmbuild --rebuild --with distro package.src.rpm

 I did that.

 After that just use:
 rpm -Uvh package.rpm

 I did that.

 This should do the trick.

 It did not - it popped up the three perl module dependencies that I pointed
 out earlier.

 Then check If all needed perl modules for SpamAssassin are installed

 I checked, and all modules are better than what Spamassassin requires. I
 think it has to do with x86_64 stuff.

 You can (and should) use RBLs (
 http://wiki.qmailtoaster.com/index.php/RBLs) and SURBL
 (http://wiki.qmailtoaster.com/index.php/SURBL ) to fight
 against Spams
 Thanks, good advice.




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



Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread Philip Nix Guru

It is only an issue with x86_64
The spec file needs a little tweak

the clamv and spamassassin packages on the dev site work perfect now
clamav .91.1 fixed the slow starting process but you all know that now :)
and spamassassin 3.2.3 fixes a lot of issues in previous versions

and on a side note the combo of those 2 even got my load a little lower 
not that it was ever high even on my very busy smtps
using default plugins + dcc pyzor razor2 pdfinfo imageinfo most of the 
sare rules from the sare.sa-update.dostech.net channel and the

updates.spamassassin.org channel ..
and the tcpserver smtp run file with -h instead of -H ...


If you arent running an x86_64 bits OS, you can upgrade safely
all will be done smoothly.

I have 6 machines running that combo now



Erik A. Espinoza wrote:

Hopefully someone can dig up which perl modules to install via
rpmforge. I posted the list earlier and do not have time to look it up
again in my notes.

Once 1.4 is released, I will modify the documetnation to match as we
will not be supppoting as many distributions.

Erik

On 8/13/07, Harry Zink [EMAIL PROTECTED] wrote:
  

On Aug 13, 2007, at 2:51 PM, aledr wrote:
You must proceed as the first time You compiled the packages:
rpmbuild --rebuild --with distro package.src.rpm

I did that.

After that just use:
rpm -Uvh package.rpm

I did that.

This should do the trick.

It did not - it popped up the three perl module dependencies that I pointed
out earlier.

Then check If all needed perl modules for SpamAssassin are installed

I checked, and all modules are better than what Spamassassin requires. I
think it has to do with x86_64 stuff.

You can (and should) use RBLs (
http://wiki.qmailtoaster.com/index.php/RBLs) and SURBL
(http://wiki.qmailtoaster.com/index.php/SURBL ) to fight
against Spams
Thanks, good advice.






-
 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] Update clamav and spamassasin

2007-08-13 Thread Harry Zink


On Aug 13, 2007, at 3:56 PM, Philip Nix Guru wrote:


If you arent running an x86_64 bits OS, you can upgrade safely
all will be done smoothly.


So, what about those of us with x86_64 architecture?

Or should I just reinstall without x86_64 and avoid these kind of  
issues in the future (though then we'll lose the pleasure of knowing  
about these neat little problems)





Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread Erik A. Espinoza
I am running two machines with x86_64 here, and am not noticing any
issues. I test on both x86_64 and i386 before releasing.

Have you installed the rpmforge list sent out earlier?


Make sure these packages are installed with RPMForge:
perl perl-URI perl-Digest-HMAC perl-Net-Ident perl-Net-CIDR-Lite
perl-Socket6 perl-Razor-Agent perl-IP-Country perl-Error perl-TimeDate
perl-NetAddr-IP perl-version perl-Compress-Zlib perl-Mail-DomainKeys
perl-Crypt-OpenSSL-Bignum perl-Crypt-OpenSSL-DSA perl-Archive-Tar
perl-IO-Socket-SSL perl-Net-SSLeay perl-PlRPC perl-HTML-Tagset
perl-Net-DNS perl-Filter perl-Digest-SHA1 perl-Time-HiRes
perl-Sys-Hostname-Long perl-Mail-SPF-Query
perl-LWP-UserAgent-Determined perl-IO-Socket-INET6
perl-Geography-Countries perl-IO-Zlib perl-HTML-Parser perl-DBD-MySQL
perl-Crypt-OpenSSL-RSA perl-Digest-SHA perl-Encode-Detect
perl-Mail-SPF perl-Mail-DKIM perl-Crypt-OpenSSL-Random perl-MailTools
perl-Net-Daemon perl-DBI perl-Net-IP perl-libwww-perl

Erik

On 8/13/07, Harry Zink [EMAIL PROTECTED] wrote:


 On Aug 13, 2007, at 3:56 PM, Philip Nix Guru wrote:


 If you arent running an x86_64 bits OS, you can upgrade safely

 all will be done smoothly.

 So, what about those of us with x86_64 architecture?

 Or should I just reinstall without x86_64 and avoid these kind of issues in
 the future (though then we'll lose the pleasure of knowing about these neat
 little problems)




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



Re: [qmailtoaster] Update clamav and spamassasin

2007-08-13 Thread aledr
All my servers are x86_64 too Erik and I use the stable versions of the
packages...
Never had a problem before...

Here is a list of my installed perl modules (running SuSE SLES 10 SP1):

Archive::Tar -- 1.32
Archive::Zip -- 1.20
CPAN -- 1.9102
Compress::Raw::Zlib -- 2.005
Compress::Zlib -- 2.005
Crypt::OpenSSL::RSA -- 0.25
Crypt::OpenSSL::Random -- 0.04
Cwd -- 3.25
Digest::SHA -- 5.45
ExtUtils::CBuilder -- 0.19
ExtUtils::MakeMaker -- 6.36
File::HomeDir -- 0.65
File::Temp -- 0.18
File::Which -- 0.05
IO::Compress::Base -- 2.005
IO::Compress::Zlib -- ???
IP::Country -- 2.23
List::Util -- 1.19
Mail::DomainKeys -- 1.0
Mail::SPF::Query -- 1.999.1
Module::Build -- 0.2808
Net -- ???
Net::CIDR::Lite -- 0.20
Perl -- 5.8.8
Sys::Hostname::Long -- 1.4
Term::ReadKey -- 2.30
Term::ReadLine -- 1.02
Test::Harness -- 2.64
Test::Simple -- 0.70
Text::Glob -- 0.08
YAML -- 0.65

2007/8/13, Erik A. Espinoza [EMAIL PROTECTED]:

 I am running two machines with x86_64 here, and am not noticing any
 issues. I test on both x86_64 and i386 before releasing.

 Have you installed the rpmforge list sent out earlier?


 Make sure these packages are installed with RPMForge:
 perl perl-URI perl-Digest-HMAC perl-Net-Ident perl-Net-CIDR-Lite
 perl-Socket6 perl-Razor-Agent perl-IP-Country perl-Error perl-TimeDate
 perl-NetAddr-IP perl-version perl-Compress-Zlib perl-Mail-DomainKeys
 perl-Crypt-OpenSSL-Bignum perl-Crypt-OpenSSL-DSA perl-Archive-Tar
 perl-IO-Socket-SSL perl-Net-SSLeay perl-PlRPC perl-HTML-Tagset
 perl-Net-DNS perl-Filter perl-Digest-SHA1 perl-Time-HiRes
 perl-Sys-Hostname-Long perl-Mail-SPF-Query
 perl-LWP-UserAgent-Determined perl-IO-Socket-INET6
 perl-Geography-Countries perl-IO-Zlib perl-HTML-Parser perl-DBD-MySQL
 perl-Crypt-OpenSSL-RSA perl-Digest-SHA perl-Encode-Detect
 perl-Mail-SPF perl-Mail-DKIM perl-Crypt-OpenSSL-Random perl-MailTools
 perl-Net-Daemon perl-DBI perl-Net-IP perl-libwww-perl

 Erik

 On 8/13/07, Harry Zink [EMAIL PROTECTED] wrote:
 
 
  On Aug 13, 2007, at 3:56 PM, Philip Nix Guru wrote:
 
 
  If you arent running an x86_64 bits OS, you can upgrade safely
 
  all will be done smoothly.
 
  So, what about those of us with x86_64 architecture?
 
  Or should I just reinstall without x86_64 and avoid these kind of issues
 in
  the future (though then we'll lose the pleasure of knowing about these
 neat
  little problems)
 
 
 

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

 --
[ ]'s
Aledr - Alexandre
OpenSource Solutions for SmallBusiness Problems