Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

Building spamassassin-toaster-3.2.4-1.3.13 ...
qtp-build-rpms - rpmbuild failed for spamassassin-toaster-3.2.4-1.3.13
qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
  


Look at the log file it tells you to look at. You'll probably see that 
you're missing perl packages. You can't install them via CPAN since RPM 
has no way of seeing what packages/versions are installed (at least the 
fine folks at Apache-Spamassassin didn't write it to), so you must use 
something like rpmforge to install those packages.



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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread [EMAIL PROTECTED]
 Building spamassassin-toaster-3.2.4-1.3.13 ... qtp-build-rpms - rpmbuild failed for spamassassin-toaster-3.2.4-1.3.13 qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build- recent.log   Look at the log file it tells you to look at. You'll probably see that you're missing perl packages. You can't install them via CPAN since RPM has no way of seeing what packages/versions are installed (at least the fine folks at Apache-Spamassassin didn't write it to), so you must use something like rpmforge to install those packages.
If I recall, I needed to install the following;
perl-DB_File
perl-Mail-DomainKeys
perl-Mail-SPF-Query
perl-MIME-Base64
perl-Net-SMTP

I was able to install all but the perl-Net-SMTP. The only version I could find which would even install was perl-Net-SMTP-Multipart which is probably not the correct one. Might you know where I could find the proper version for the default server installation?

Mike





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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

 Building spamassassin-toaster-3.2.4-1.3.13 ...
 qtp-build-rpms - rpmbuild failed for spamassassin-toaster-3.2.4-1.3.13
 qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-
 recent.log
 
 
 Look at the log file it tells you to look at. You'll probably see that

 you're missing perl packages. You can't install them via CPAN since RPM
 has no way of seeing what packages/versions are installed (at least the
 fine folks at Apache-Spamassassin didn't write it to), so you must use
 something like rpmforge to install those packages.
If I recall, I needed to install the following;
perl-DB_File
perl-Mail-DomainKeys
perl-Mail-SPF-Query
perl-MIME-Base64
perl-Net-SMTP
 
I was able to install all but the perl-Net-SMTP. The only version I 
could find which would even install was perl-Net-SMTP-Multipart which 
is probably not the correct one. Might you know where I could find the 
proper version for the default server installation?


I believe (running from memory here) that Multipart will supply the deps 
you need.

Is that the dep that the logs show you as failing?


Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

Parsing package install arguments
No Match for argument: perl-Net-SMTP
Nothing to do
  


Try installing the rpmforge repos and running again:
https://rpmrepo.org/RPMforge/Using


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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Steve Huff


On Jun 5, 2008, at 10:24 AM, Jake Vickers wrote:


[EMAIL PROTECTED] wrote:

Parsing package install arguments
No Match for argument: perl-Net-SMTP
Nothing to do


Try installing the rpmforge repos and running again:
https://rpmrepo.org/RPMforge/Using


i fear i'm missing something obvious, but perl(Net::SMTP) is provided  
by the base perl RPM in CentOS 4.  `yum install perl-Net-SMTP` is  
never going to work; the script would need either to `yum install  
perl-Net-SMTP-Multipart` (if it actually needs that module) or just  
be happy with the Net::SMTP that's already installed.  does that  
sound right?


my CentOS 5 toaster doesn't have a perl-Net-SMTP RPM installed.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v





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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread [EMAIL PROTECTED]
 Try installing the rpmforge repos and running again:
 https://rpmrepo.org/RPMforge/Using

This will take a while. Their wget link isn't working.

# wget 
http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.$dist.rf.$arch.rpm
--10:02:46--  
http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1..rf..rpm
   = `rpmforge-release-0.3.6-1..rf..rpm'
Resolving packages.sw.be... 85.13.226.41
Connecting to packages.sw.be|85.13.226.41|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
http://apt.sw.be/packages//rpmforge-release/rpmforge-release-0.3.6-1..rf..rpm 
[following]
--10:02:46--  
http://apt.sw.be/packages//rpmforge-release/rpmforge-release-0.3.6-1..rf..rpm
   = `rpmforge-release-0.3.6-1..rf..rpm'
Resolving apt.sw.be... 193.1.193.67
Connecting to apt.sw.be|193.1.193.67|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
10:02:46 ERROR 404: Not Found.


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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread [EMAIL PROTECTED]
 Try installing the rpmforge repos and running again:
 https://rpmrepo.org/RPMforge/Using

Jesus, I need coffee. Scratch that last email :)


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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread [EMAIL PROTECTED]
 Try installing the rpmforge repos and running again:
 https://rpmrepo.org/RPMforge/Using

I'm still missing something.

Ok, here we go ...

The following packages have already been selected:
squirrelmail-toaster-1.4.13-1.3.9.src.rpm
spamassassin-toaster-3.2.4-1.3.13.src.rpm
clamav-toaster-0.92.1-1.3.17.src.rpm
djbdns-1.05-1.0.5.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : y

Getting source packages ...(this may take a while)
squirrelmail-toaster-1.4.13-1.3.9.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.2.4-1.3.13.src.rpm is already downloaded, bypassed
clamav-toaster-0.92.1-1.3.17.src.rpm is already downloaded, bypassed
djbdns-1.05-1.0.5.src.rpm is already downloaded, bypassed

Shall we build a new sandbox at /mnt/qtp-sandbox? y/[n]:
qtp-mount-sandbox v0.3
--Working unionfs115 found.  Installing module
qtp-mount-sandbox: sandbox mounted successfully
qtp-newmodel - installing  perl-Net-SMTP ...
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: perl-Net-SMTP
Nothing to do

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3
qtp-remove-pkgs v0.3.1
squirrelmail-toaster-1.4.13-1.3.9 is already installed in sandbox, not built
Building spamassassin-toaster-3.2.4-1.3.13 ...
qtp-build-rpms - rpmbuild failed for spamassassin-toaster-3.2.4-1.3.13
qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Build failed, Exiting.


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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Eric Shubert
[EMAIL PROTECTED] wrote:
  Try installing the rpmforge repos and running again:
  https://rpmrepo.org/RPMforge/Using
 
 I'm still missing something. 
 
 Ok, here we go ...
 
 The following packages have already been selected:
 squirrelmail-toaster-1.4.13-1.3.9.src.rpm
 spamassassin-toaster-3.2.4-1.3.13.src.rpm
 clamav-toaster-0.92.1-1.3.17.src.rpm
 djbdns-1.05-1.0.5.src.rpm
 
 Do you want to process this selection?
 Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : y
 
 Getting source packages ...(this may take a while)
 squirrelmail-toaster-1.4.13-1.3.9.src.rpm is already downloaded, bypassed
 spamassassin-toaster-3.2.4-1.3.13.src.rpm is already downloaded, bypassed
 clamav-toaster-0.92.1-1.3.17.src.rpm is already downloaded, bypassed
 djbdns-1.05-1.0.5.src.rpm is already downloaded, bypassed
 
 Shall we build a new sandbox at /mnt/qtp-sandbox? y/[n]:
 qtp-mount-sandbox v0.3
 --Working unionfs115 found.  Installing module
 qtp-mount-sandbox: sandbox mounted successfully
 qtp-newmodel - installing  perl-Net-SMTP ...
 Setting up Install Process
 Setting up repositories
 Reading repository metadata in from local files
 Parsing package install arguments
 No Match for argument: perl-Net-SMTP
 Nothing to do
 
 Starting to build the binary rpms ...(pizza anyone?)
 
 If you want to view compile messages, you can open another terminal and:
 # tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
 
 qtp-build-rpms v0.3
 qtp-remove-pkgs v0.3.1
 squirrelmail-toaster-1.4.13-1.3.9 is already installed in sandbox, not built
 Building spamassassin-toaster-3.2.4-1.3.13 ...
 qtp-build-rpms - rpmbuild failed for spamassassin-toaster-3.2.4-1.3.13
 qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
 
 Build failed, Exiting.
 

You still haven't told us what
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
has to say. We seem to be assuming that perl-Net-SMTP is not new enough.

-- 
-Eric 'shubes'

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



[qmailtoaster] Q about new model

2008-06-05 Thread Jim Shupert

friends,

If I do an upgrade to qmail-new model
can I perform this upgrade without losing mail - users?

what are the ramifications on downtime?

here is what i have
rpm -qa | grep qmailtoaster

qmailtoaster-plus-0.2.10-1.3.12

rpm -qa | grep toaster

ucspi-tcp-toaster-0.88-1.3.4
qmail-toaster-1.03-1.3.13
autorespond-toaster-2.0.4-1.3.2
qmailadmin-toaster-1.2.9-1.3.3
isoqlog-toaster-2.1-1.3.2
clamav-toaster-0.90-1.3.10
daemontools-toaster-0.76-1.3.2
vpopmail-toaster-5.4.13-1.3.3
libsrs2-toaster-1.0.18-1.3.2
qmail-pop3d-toaster-1.03-1.3.13
courier-imap-toaster-4.1.2-1.3.6
qmailtoaster-plus-0.2.10-1.3.12
control-panel-toaster-0.5-1.3.3
ezmlm-cgi-toaster-0.53.324-1.3.2
qmailmrtg-toaster-4.2-1.3.2
maildrop-toaster-devel-2.0.3-1.3.4
vqadmin-toaster-2.3.4-1.3.2
spamassassin-toaster-3.1.7-1.3.6
ripmime-toaster-1.4.0.6-1.3.2
libdomainkeys-toaster-0.68-1.3.2
courier-authlib-toaster-0.59.1-1.3.5
ezmlm-toaster-0.53.324-1.3.2
maildrop-toaster-2.0.3-1.3.4
squirrelmail-toaster-1.4.9a-1.3.5
simscan-toaster-1.3.1-1.3.4

Thanks!
jim

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



Re: [qmailtoaster] Q about new model

2008-06-05 Thread Eric Shubert
Jim Shupert wrote:
 friends,
 
 If I do an upgrade to qmail-new model
 can I perform this upgrade without losing mail - users?

There is no option for losing mail or users. ;)

 what are the ramifications on downtime?

Absolutely minimal. At the appropriate point, the script will stop qmail, do
a single rpm -Uvh ... command, then start qmail again, all without any
intervention. The down time varies with the number of packages being updated
and processor speed. In general it will take a minute or so for a few
packages, up to 10 minutes or so to upgrade everything on a Pentium-II/266
(most of this time is for generating keys for qmail-toaster package).

You should upgrade your qmailtoaster-plus package before running qtp-newmodel.

 here is what i have
 rpm -qa | grep qmailtoaster
 
 qmailtoaster-plus-0.2.10-1.3.12
 
 rpm -qa | grep toaster
 
 ucspi-tcp-toaster-0.88-1.3.4
 qmail-toaster-1.03-1.3.13
 autorespond-toaster-2.0.4-1.3.2
 qmailadmin-toaster-1.2.9-1.3.3
 isoqlog-toaster-2.1-1.3.2
 clamav-toaster-0.90-1.3.10
 daemontools-toaster-0.76-1.3.2
 vpopmail-toaster-5.4.13-1.3.3
 libsrs2-toaster-1.0.18-1.3.2
 qmail-pop3d-toaster-1.03-1.3.13
 courier-imap-toaster-4.1.2-1.3.6
 qmailtoaster-plus-0.2.10-1.3.12
 control-panel-toaster-0.5-1.3.3
 ezmlm-cgi-toaster-0.53.324-1.3.2
 qmailmrtg-toaster-4.2-1.3.2
 maildrop-toaster-devel-2.0.3-1.3.4
 vqadmin-toaster-2.3.4-1.3.2
 spamassassin-toaster-3.1.7-1.3.6
 ripmime-toaster-1.4.0.6-1.3.2
 libdomainkeys-toaster-0.68-1.3.2
 courier-authlib-toaster-0.59.1-1.3.5
 ezmlm-toaster-0.53.324-1.3.2
 maildrop-toaster-2.0.3-1.3.4
 squirrelmail-toaster-1.4.9a-1.3.5
 simscan-toaster-1.3.1-1.3.4
 
 Thanks!
 jim
 
 -
 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] qtp-clean-spam can't find sys rules directory

2008-06-05 Thread Francisco Paco Peralta
Any thoughts?

 Francisco Paco Peralta



- Original Message 
From: Francisco Paco Peralta [EMAIL PROTECTED]
To: QmailToaster MailList qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, June 3, 2008 12:19:11 PM
Subject: [qmailtoaster] qtp-clean-spam can't find sys rules directory



Cron has been sending me hourly emails lately with the following message:

/etc/cron.hourly/qtp-clean-spam:

config: could not find sys rules directory

Any idea where the directory should be, where I can find it or perhaps if I 
could change the config file?

Any suggestion is welcome.

Thanks,


Francisco Paco Peralta 

Re: [qmailtoaster] Q about new model

2008-06-05 Thread Phil Leinhauser

 
 There is no option for losing mail or users. ;)
 

THAT'S why the stupid users kept coming back?!?!  I've been looking all over 
for the lose users and their mail option button.  You never put it in...

Seriously, the newmodel rocks!!  Don't confuse the sandbox build time with QMT 
being down.  Newmodel takes time to get everything all lined up in the sandbox 
then stops Qmail, flips the sandbox into production then starts Qmail back up.  
The entire process time depends on your sandbox choice (unionfs is lightning 
compaired to the others.).  But the actual time Qmail is down is only a few 
minutes.

Phil

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



Re: [qmailtoaster] qtp-clean-spam can't find sys rules directory

2008-06-05 Thread Eric Shubert
Paco,

Sorry I seem to have overlooked your original post.

I'll log in and have a look if that's ok with you. ;) I probably missed
something trivial.

Francisco Paco Peralta wrote:
 Any thoughts?
  
 Francisco Paco Peralta
 
 
 - Original Message 
 From: Francisco Paco Peralta [EMAIL PROTECTED]
 To: QmailToaster MailList qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, June 3, 2008 12:19:11 PM
 Subject: [qmailtoaster] qtp-clean-spam can't find sys rules directory
 
 
 Cron has been sending me hourly emails lately with the following message:
 
 /etc/cron.hourly/qtp-clean-spam:
 
 config: could not find sys rules directory
 
 Any idea where the directory should be, where I can find it or perhaps
 if I could change the config file?
 
 Any suggestion is welcome.
 
 Thanks,
 
 
 Francisco Paco Peralta
 


-- 
-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] Q about new model

2008-06-05 Thread Jim Shupert
You say i should :  upgrade my qmailtoaster-plus package  before 
running qtp-newmodel.
How does one do that?  I looked around on http://www.qmailtoaster.org/ 
and the wiki ...


also I have seen on this list -- what I think i understand as concerns 
about the version of perl one has...

Is that only for new installs?
So - if I upgrade my qmailtoaster-plus package ( and maybe that is 
easy)  you think I will have no proble with the new-model.?

Thanks!

The qtp-newmodel sounds really good  hopefully I can do it without 
problems.

thanks again!
j

Jim Shupert wrote:
  

friends,

If I do an upgrade to qmail-new model
can I perform this upgrade without losing mail - users?



There is no option for losing mail or users. ;)

  

what are the ramifications on downtime?



Absolutely minimal. At the appropriate point, the script will stop qmail, do
a single rpm -Uvh ... command, then start qmail again, all without any
intervention. The down time varies with the number of packages being updated
and processor speed. In general it will take a minute or so for a few
packages, up to 10 minutes or so to upgrade everything on a Pentium-II/266
(most of this time is for generating keys for qmail-toaster package).

You should upgrade your qmailtoaster-plus package before running qtp-newmodel.

  

here is what i have
rpm -qa | grep qmailtoaster

qmailtoaster-plus-0.2.10-1.3.12

rpm -qa | grep toaster

ucspi-tcp-toaster-0.88-1.3.4
qmail-toaster-1.03-1.3.13
autorespond-toaster-2.0.4-1.3.2
qmailadmin-toaster-1.2.9-1.3.3
isoqlog-toaster-2.1-1.3.2
clamav-toaster-0.90-1.3.10
daemontools-toaster-0.76-1.3.2
vpopmail-toaster-5.4.13-1.3.3
libsrs2-toaster-1.0.18-1.3.2
qmail-pop3d-toaster-1.03-1.3.13
courier-imap-toaster-4.1.2-1.3.6
qmailtoaster-plus-0.2.10-1.3.12
control-panel-toaster-0.5-1.3.3
ezmlm-cgi-toaster-0.53.324-1.3.2
qmailmrtg-toaster-4.2-1.3.2
maildrop-toaster-devel-2.0.3-1.3.4
vqadmin-toaster-2.3.4-1.3.2
spamassassin-toaster-3.1.7-1.3.6
ripmime-toaster-1.4.0.6-1.3.2
libdomainkeys-toaster-0.68-1.3.2
courier-authlib-toaster-0.59.1-1.3.5
ezmlm-toaster-0.53.324-1.3.2
maildrop-toaster-2.0.3-1.3.4
squirrelmail-toaster-1.4.9a-1.3.5
simscan-toaster-1.3.1-1.3.4

Thanks!
jim

-
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] Separate ClamAV/Spamassassin gateway.

2008-06-05 Thread Kaven Gagnon
Hi, does anyone know how to get working a ClamAV/Spamassassin on a separate
server?

My server is heavy used (3.0 GHz 1M / 2 Gb / 4 x 73 Gb 10K RAID5) always
100% CPU, 1.89 Load Average and ~5% IOwait.  Most of CPU usage is used by
ClamAV.  SpamAssassin is taking too, but pretty much less than Clam.  Queue
is growing up cause Clam is slowing down the whole e-mail processing!

Thanks for your 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]



Re: [qmailtoaster] Q about new model

2008-06-05 Thread Eric Shubert
What you should do hinges on what version of MakeMaker you have installed:
# grep '^our $VERSION' /usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm

What version do you have?

See if
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg18844.html
makes any sense to you. If you have a question after reading through that
let me know and I'll try to clarify things.

The pre-1.3.16 versions of spamassassin are a little tricky. Once EE gets
that version posted on the main site then things will be much easier again
going forward.

Jim Shupert wrote:
 
 ahhh to upgrade your qmailtoaster-plus package before running qtp-newmodel
 
 would I get qmailtoaster-plus-0.3.0
 http://qtp.qmailtoaster.com/download/qtp/qmailtoaster-plus-0.3.0-1.4.4.noarch.rpm
 
 from  http://qtp.qmailtoaster.com/
 http://qtp.qmailtoaster.com/download/qtp/qmailtoaster-plus-0.3.0-1.4.4.noarch.rpm
 
 and since that is simply an rpm package --install it / run it is
 that right?
 
 i went to[ *UPGRADE Script:* *LATEST RELEASE*
 http://qtp.qmailtoaster.com/trac/browser/releases of
 *Qmailtoaster-Plus ]*
 http://qtp.qmailtoaster.com/trac/browser/releases
 and got a 404 error
 
 is that what I should do before the newmodel?
 


-- 
-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] Separate ClamAV/Spamassassin gateway.

2008-06-05 Thread Eric Shubert
Kaven Gagnon wrote:
 Hi, does anyone know how to get working a ClamAV/Spamassassin on a separate
 server?
 
 My server is heavy used (3.0 GHz 1M / 2 Gb / 4 x 73 Gb 10K RAID5) always
 100% CPU, 1.89 Load Average and ~5% IOwait.  Most of CPU usage is used by
 ClamAV.  SpamAssassin is taking too, but pretty much less than Clam.  Queue
 is growing up cause Clam is slowing down the whole e-mail processing!
 
 Thanks for your help!
 
 Regards,
 Kaven G.
 

I'm guessing that your clamav version isn't the most recent. If that's
correct, upgrade it and your problem will go away. That HW should handle a
boatload of mail.

-- 
-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] qtp-clean-spam can't find sys rules directory

2008-06-05 Thread Eric Shubert
The qtp-clean-spam script was executing the final sa-learn --sync as root
instead of vpopmail. I modified it to sudo -u vpopmail -H like the other
sa-learn command. Let me know if it goes away, and I'll get the fix into qtp
permanently.

Eric Shubert wrote:
 Paco,
 
 Sorry I seem to have overlooked your original post.
 
 I'll log in and have a look if that's ok with you. ;) I probably missed
 something trivial.
 
 Francisco Paco Peralta wrote:
 Any thoughts?
  
 Francisco Paco Peralta


 - Original Message 
 From: Francisco Paco Peralta [EMAIL PROTECTED]
 To: QmailToaster MailList qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, June 3, 2008 12:19:11 PM
 Subject: [qmailtoaster] qtp-clean-spam can't find sys rules directory


 Cron has been sending me hourly emails lately with the following message:

 /etc/cron.hourly/qtp-clean-spam:

 config: could not find sys rules directory

 Any idea where the directory should be, where I can find it or perhaps
 if I could change the config file?

 Any suggestion is welcome.

 Thanks,


 Francisco Paco Peralta

 
 


-- 
-Eric 'shubes'

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



[qmailtoaster] For Glenn Remstedt

2008-06-05 Thread Jake Vickers
Glenn, you emailed me offlist about djbdns and I've been trying to 
reply, but your machine is blocking my valid SPF record for some reason.
I do not use djbdns myself - I only use bind and have been using it for 
5+ years now.  If you have a bind question I can answer it, but for 
djbdns questions I'd suggest you ask on this list - while it's not 
really a Qmailtoaster specific question we're pretty friendly on the 
list and I know a couple people on here are djbdns savvy and can 
probably answer your question.



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



Re: [qmailtoaster] Separate ClamAV/Spamassassin gateway.

2008-06-05 Thread Eric Shubert
IIRC the list archive has some good information on that.

Kaven Gagnon wrote:
 Thanks for reply.  Actually, my QTM setup is about 1 year old!  Never get
 any problem with... that's why I didn't upgrade (I had some bad previous
 experience with upgrade a few years ago).  I already try upgrading only
 ClamAV in a situation like this in the past and it almost solved the
 problem.
 
 Anyway, if you have any idea to setup a separate Clam/SpamAss gateway just
 for my personal knowledge it would be appreciated.  I got a lot of mail
 bombing and probably it will be necessary in the future.
 
 Thanks again,
 Kaven G.
 
 
 
 -Original Message-
 From: Eric Shubert [mailto:[EMAIL PROTECTED] 
 Sent: June 5, 2008 2:14 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Separate ClamAV/Spamassassin gateway.
 
 Kaven Gagnon wrote:
 Hi, does anyone know how to get working a ClamAV/Spamassassin on a
 separate
 server?

 My server is heavy used (3.0 GHz 1M / 2 Gb / 4 x 73 Gb 10K RAID5) always
 100% CPU, 1.89 Load Average and ~5% IOwait.  Most of CPU usage is used by
 ClamAV.  SpamAssassin is taking too, but pretty much less than Clam.
 Queue
 is growing up cause Clam is slowing down the whole e-mail processing!

 Thanks for your help!

 Regards,
 Kaven G.

 
 I'm guessing that your clamav version isn't the most recent. If that's
 correct, upgrade it and your problem will go away. That HW should handle a
 boatload of mail.
 


-- 
-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] qtp-clean-spam can't find sys rules directory

2008-06-05 Thread Francisco Paco Peralta
Now cron is generating the following message every hour:

**
/etc/cron.hourly/qtp-clean-spam:

sudo: sorry, you must have a tty to run sudo
***

Francisco Paco Peralta



- Original Message 
From: Eric Shubert [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, June 5, 2008 2:22:31 PM
Subject: Re: [qmailtoaster] qtp-clean-spam can't find sys rules directory

The qtp-clean-spam script was executing the final sa-learn --sync as root
instead of vpopmail. I modified it to sudo -u vpopmail -H like the other
sa-learn command. Let me know if it goes away, and I'll get the fix into qtp
permanently.

Eric Shubert wrote:
 Paco,
 
 Sorry I seem to have overlooked your original post.
 
 I'll log in and have a look if that's ok with you. ;) I probably missed
 something trivial.
 
 Francisco Paco Peralta wrote:
 Any thoughts?
  
 Francisco Paco Peralta


 - Original Message 
 From: Francisco Paco Peralta [EMAIL PROTECTED]
 To: QmailToaster MailList qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, June 3, 2008 12:19:11 PM
 Subject: [qmailtoaster] qtp-clean-spam can't find sys rules directory


 Cron has been sending me hourly emails lately with the following message:

 /etc/cron.hourly/qtp-clean-spam:

 config: could not find sys rules directory

 Any idea where the directory should be, where I can find it or perhaps
 if I could change the config file?

 Any suggestion is welcome.

 Thanks,


 Francisco Paco Peralta

 
 


-- 
-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] qtp-clean-spam can't find sys rules directory

2008-06-05 Thread Eric Shubert
Paco,

COS5 changed the default setting for sudo to require a tty.
I've commented that out for you.

Let us know if that fixes things up.

Francisco Paco Peralta wrote:
 Now cron is generating the following message every hour:
 
 **
 /etc/cron.hourly/qtp-clean-spam:
 
 sudo: sorry, you must have a tty to run sudo
 ***
 
 Francisco Paco Peralta
 
 
 - Original Message 
 From: Eric Shubert [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Thursday, June 5, 2008 2:22:31 PM
 Subject: Re: [qmailtoaster] qtp-clean-spam can't find sys rules directory
 
 The qtp-clean-spam script was executing the final sa-learn --sync as root
 instead of vpopmail. I modified it to sudo -u vpopmail -H like the other
 sa-learn command. Let me know if it goes away, and I'll get the fix into qtp
 permanently.
 
 Eric Shubert wrote:
 Paco,

 Sorry I seem to have overlooked your original post.

 I'll log in and have a look if that's ok with you. ;) I probably missed
 something trivial.

 Francisco Paco Peralta wrote:
 Any thoughts?
 
 Francisco Paco Peralta


 - Original Message 
 From: Francisco Paco Peralta [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 To: QmailToaster MailList qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, June 3, 2008 12:19:11 PM
 Subject: [qmailtoaster] qtp-clean-spam can't find sys rules directory


 Cron has been sending me hourly emails lately with the following message:

 /etc/cron.hourly/qtp-clean-spam:

 config: could not find sys rules directory

 Any idea where the directory should be, where I can find it or perhaps
 if I could change the config file?

 Any suggestion is welcome.

 Thanks,


 Francisco Paco Peralta



 
 
 -- 
 -Eric 'shubes'
 


-- 
-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] QMT slowly breaking?

2008-06-05 Thread Eric Shubert
[EMAIL PROTECTED] wrote:
  You still haven't told us what
  /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
  has to say. We seem to be assuming that perl-Net-SMTP is not new enough.
 
 I thought I had. Must have gotten it mixed into another list email.
 Anyhow, here is is;
 
  tail /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
 optional module missing: Encode::Detect
 
 warning: some functionality may not be available,
 please read the above report before continuing!
 
 error: Bad exit status from /var/tmp/rpm-tmp.90483 (%build)
 
 
 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.90483 (%build)
 
 As for perl-Net-SMTP, it's the only one I could find that would install.
 
 Mike
 

That's not enough of the log file to tell what caused the bad exit status.
Please give us a little more, like tail -n50 perhaps, or however much it
takes to see what initially went wrong. I don't believe an option module
would do it.

-- 
-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] QMT slowly breaking?

2008-06-05 Thread [EMAIL PROTECTED]
 That's not enough of the log file to tell what caused the bad exit status.
 Please give us a little more, like tail -n50 perhaps, or however much it
 takes to see what initially went wrong. I don't believe an option module
 would do it.

Oops, sorry, didn't even notice this either. I've been doing way too many 
things at the same time lately. Do you need more than this or is this helpful 
for a solution? It's a default QMT-ISO install, the version escapes me at this 
moment. The changes I've made is to install the perl modules noted earlier in 
this thread. However, they didn't seem to take now that I see this log which 
means to me, based on an earlier reply, that rpm is not seeing them. I must 
have used yum to install them then. I might have done this because I was not 
able to resolve the many dependencies when trying to use rpm.

Log;

 This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via
  an IPv6 address.


***
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL=yes argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***
NOTE: the optional Mail::DKIM module is not installed.

  If this module is installed, and you enable the DKIM plugin,
  SpamAssassin will perform DKIM lookups when a DKIM-Signature
  header is present in the message headers.  (New versions of this module
  support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.)


***
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.

REQUIRED module out of date: HTML::Parser
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Mail::DKIM
optional module missing: Encode::Detect

warning: some functionality may not be available,
please read the above report before continuing!

error: Bad exit status from /var/tmp/rpm-tmp.90483 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.90483 (%build)


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



Re: [qmailtoaster] QMT slowly breaking?

2008-06-05 Thread Eric Shubert
[EMAIL PROTECTED] wrote:
  That's not enough of the log file to tell what caused the bad exit status.
  Please give us a little more, like tail -n50 perhaps, or however much it
  takes to see what initially went wrong. I don't believe an option module
  would do it.
 
 Oops, sorry, didn't even notice this either. I've been doing way too many 
 things at the same time lately. Do you need more than this or is this helpful 
 for a solution? It's a default QMT-ISO install, the version escapes me at 
 this moment. The changes I've made is to install the perl modules noted 
 earlier in this thread. However, they didn't seem to take now that I see this 
 log which means to me, based on an earlier reply, that rpm is not seeing 
 them. I must have used yum to install them then. I might have done this 
 because I was not able to resolve the many dependencies when trying to use 
 rpm.
 
 Log;
 
  This is required if the first nameserver listed in your IP
   configuration or /etc/resolv.conf file is available only via
   an IPv6 address.
 
 
 ***
 NOTE: the optional IO::Socket::SSL module is not installed.
 
   If you wish to use SSL encryption to communicate between spamc and
   spamd (the --ssl option to spamd), you need to install this
   module. (You will need the OpenSSL libraries and use the
   ENABLE_SSL=yes argument to Makefile.PL to build and run an SSL
   compatibile spamc.)
 
 
 ***
 NOTE: the optional Mail::DKIM module is not installed.
 
   If this module is installed, and you enable the DKIM plugin,
   SpamAssassin will perform DKIM lookups when a DKIM-Signature
   header is present in the message headers.  (New versions of this module
   support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.)
 
 
 ***
 NOTE: the optional Encode::Detect module is not installed.
 
   If you plan to use the normalize_charset config setting to detect
   charsets and convert them into Unicode, you will need to install
   this module.
 
 REQUIRED module out of date: HTML::Parser
 optional module missing: Mail::SPF
 optional module missing: IP::Country
 optional module missing: Razor2
 optional module missing: Net::Ident
 optional module missing: IO::Socket::INET6
 optional module missing: IO::Socket::SSL
 optional module missing: Mail::DKIM
 optional module missing: Encode::Detect
 
 warning: some functionality may not be available,
 please read the above report before continuing!
 
 error: Bad exit status from /var/tmp/rpm-tmp.90483 (%build)
 
 
 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.90483 (%build)
 

That's better. Here's what you need to do:

.) Configure yum to access the rpmforge repo by following the instructions
for your distro/version at B2 here:
http://dag.wieers.com/rpm/FAQ.php#B

.) use yum to install the required perl module which is missing:
# yum -y install perl-HTML-Parser

.) install any other optional modules you care to install, e.g.:
# yum -y install perl-Mail-SPF perl-IP-Country perl-Mail-DKIM

.) run qtp-newmodel, and be sure to use a fresh sandbox

This should work fine for you as long as you haven't updated CPAN. Refer to
earlier list posts regarding MakeMaker for details about that.

-- 
-Eric 'shubes'

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