[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
Im using this script for SpamAssasin and ClamAV on a Debian 5.0 32Bit and work correctly.

Just a note, ClamAV have to be update ;) New version came out.


Regards
 
Would be good to see an update for OpenSSL to for the folks that are scared to do it themselves from source.
 
When I tried to upgrade my exim to 4.69 using update.script, I found the default site ftp://ftp.exim.org/exim/exim4/xxx.rpm is down, and my exim was delete by the update script.
And I replaced the ftp site in update.script and installed again to recover the mass.
After all, I suggest this script could check the source link first, then delete the origin file to prevent such situation.
 
When I tried to upgrade my exim to 4.69 using update.script, I found the default site ftp://ftp.exim.org/exim/exim4/xxx.rpm is down, and my exim was delete by the update script.
And I replaced the ftp site in update.script and installed again to recover the mass.
After all, I suggest this script could check the source link first, then delete the origin file to prevent such situation.

Exim 4.70 :) now
 
Exim 4.70
ProFtp 1.3.2b
MySQL 5.0.88
MySQL 5.1.41
MODsecurity 2.5.11

Wael

im sorry,i stll very new with da,

i check the options.conf of custombuild,

i find it has the setting/option of
#Possible values - 4.1, 5.0, 5.1
mysql=5.1
mysql_inst=yes
mysql_backup=yes
#Mail options
exim=no
mail-header-patch=yes
dovecot=yes

what the difference / reationship between them ?


thank you
 
can anyone teach me hoe to use the script to install imap more detail ?

thank you
 
yes,it say
nano -w configure2.php

im not sure where does it put,

i add it under /usr/local/updatescript directly,

and run
cd /usr/local/directadmin/custombuild
./build php all

but it seems imap is not install,

so,i ask how to install...


thank you
 
update.script and custombuild are two different stuffs

do this

Code:
mkdir /usr/local/updatescript
cd /usr/local/updatescript
wget http://tools.web4host.net/update.script
chmod 755 update.script
./update.script IMAP
cd /usr/local/directadmin/custombuild/configure/suphp/
nano configure.php4 (or configure.php5 depend on what php version you use)

after
Code:
"--enable-zip" \

add
Code:
"--with-imap=/usr/local/imap-2004c1" \

then close and save

Code:
cd /usr/local/directadmin/custombuild/
./build php n

then restart httpd and you should have imap installed
 
Back
Top