[tools] update.script

Do you like use update.script ?

  • yes, all time

    Votes: 221 69.1%
  • no, some time

    Votes: 44 13.8%
  • some time

    Votes: 55 17.2%

  • Total voters
    320
The server is running on CentOS, we use installscript from web for host to install / update clamav / spamassassin and mailscanner.
The mails are being scanned by the spamassassin according to us see:
074 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on server.domein.nl
015 X-Spam-Level:
132 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,HTML_MESSAGE,
RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.0
but all the mails are stuck in a queue in the /var/spool/exim.in/input directory.
I cannot get them to go further in the progress.

what actions can I take?

Also there are a lot of mails in /var/spool/exim/input
Is that normal? and some are very old (over 1 year).
 
Check your exim mainlog to find out why they're not being delivered.

/var/spool/exim/input is part of the mail queue; that's where emails are supposed to be if for some reason they can't be delivered.

Please do not double post.

Jeff
 
sorry about de double post, but after many hours of searching for a solution I turned to this forum and posted my question in one of the logical places for me. But after reading this long thread I thought it could give more response here.
 
You can always delete a post you've made. Simply click to Edit, then click to delete.

Jeff
 
Running : ./update.script CLAMAV, I have this at the end :

Code:
ClamAV update process started at Fri May 14 09:02:19 2010
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.95.3 Recommended version: 0.96

Have I something to do ? Or just wait for a soon update of updatescript ?
 
oh, yes, I do not understand, there is something to do to update. I thunk all was automatic.

Thanks for your very quick reply, my problem is solved.

This script is so helpfull, that I want to have nothing to do:rolleyes:
 
Hi,

Is the problem with exim fixed ? I read all message on this post, and see no solution. Sorry if I miss one. I see some message with the same problem.

The problem is like this one :

Code:
Installation directory is /usr/sbin

*** /usr/local/updatescript/exim-4.68/build-Linux-i386/exim does not exist or is empty
*** Have you built Exim successfully?
*** Exim installation failed ***
make: *** [install] Error 1
cp: cannot stat `/usr/sbin/exim-4.68-1': No such file or directory
chmod: cannot access `/usr/sbin/exim': No such file or directory
Shutting down exim:
Starting exim: /etc/init.d/exim: line 30: /usr/sbin/exim: No such file or directory

Exim update done

I have the same problem with update from 4.69 to 4.71

After the update, exim does not work, and I reinstall it from directadmin folder. Now I have the 4.60 version :mad:

=> server run with debian 4
Best regards
 
Tried to install suhosin

Code:
[root@server updatescript]# ./update.script SUHOSIN

--2010-05-23 17:23:54--  http://download.suhosin.org/suhosin-0.9.31.tgz
Resolving download.suhosin.org... 85.214.93.8
Connecting to download.suhosin.org|85.214.93.8|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 119746 (117K) [application/x-tgz]
Saving to: `suhosin-0.9.31.tgz'

100%[======================================>] 119,746     --.-K/s   in 0.1s

2010-05-23 17:23:54 (1.04 MB/s) - `suhosin-0.9.31.tgz' saved [119746/119746]

MD5 invalid. Aborting.
[root@server updatescript]
 
Any reason why it still installs Spamassassin 3.3.0 and not the latest 3.3.1?

Thanks!

Jose
 
Hello

I installed KISS via this script.
I have iptables installed. (just did a yum install)

I get this message when i start KISS : "Could not determine MAIN_IP. Firewall script aborted!"


OS : CentOS 5 32B


Thx,
Sky
 
I hope you have installed iptables first, then installed KISS?
If you cant get KISS working, you can try CSF, works pretty easy and has a webinterface in DA for CSF.
 
Hello dave

No, i installed iptables after.

Is there a quick way for deleting kiss then ?
I can then re install i suppose.

Thx for your reply,
Sky
 
doKISS()
{
cd /usr/bin/ ; rm -fr kiss
wget $MIRROR/kiss ; chmod 700 kiss ; chown root:root kiss ; echo ; cd $INSTALLDIR
echo "KISS My Firewall install/update done" ; exit

}
It doesn't have effect if you reinstall it if I see the commands in the script. I'm sorry I can't help you with KISS, only got experience with CSF/LFD.
 
Hello

No problem, thx for your time what ever :)

I tried CSF last year at its begining and found is whas to much/big for my needs.
KISS seams to be very simple, i like it ^^

Ill give it another try if i cant find a solution.
Sky
 
Back
Top