@how@
Verified User
Hello,
update script not part from directadmin.com
**** USE IT YOUR OWN RISKS ****
*****
*****
*****
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 2006,2007 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Update script made by Wael Isa
H188, R4008, Arad 240, Kingdom of Bahrain
https://www.wael.name
Version: 1.8.4
Release Date: 1 / 9 / 2006
*****
*****
*****
If you find update script useful, please consider to make a donation to support this freeware.
Please keep in mind that donations are welcome, but in no way required to use and distribute update.script.
You can support update.script by PayPal
update.script Version: 1.8.4
update script tested in this OS 32bit and 64bit.
Just download/chmod
Run this to read how to use.
Run this to update update.script
Run this to see release date and version
Run this to clean update script folder
Note:-
1- Run this to clean or update update script before you use
2- Select best mirror for your server mirror.conf , if you want new mirror.conf file just delete old one in update script folder.
*****
*****
*****
ClamAV
before
add
after
add
save then restart exim
*****
*****
*****
ImageMagick
Install ImageMagick then run add this to your php configure file
after
save then run
*****
*****
*****
GraphicsMagick
Install GraphicsMagick then run add this to your php configure file
after
save then run
*****
*****
*****
Thanks for smtalk, SeLLeRoNe and ReN
*****
*****
*****
Best Regards,
Wael Isa
update script not part from directadmin.com
**** USE IT YOUR OWN RISKS ****
*****
*****
*****
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 2006,2007 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Update script made by Wael Isa
H188, R4008, Arad 240, Kingdom of Bahrain
https://www.wael.name
Version: 1.8.4
Release Date: 1 / 9 / 2006
*****
*****
*****
If you find update script useful, please consider to make a donation to support this freeware.
Please keep in mind that donations are welcome, but in no way required to use and distribute update.script.
You can support update.script by PayPal
update.script Version: 1.8.4
update script tested in this OS 32bit and 64bit.
- RedHat Linux
- RedHat Fedora
- RedHat Enterprise
- CentOS
and update to- OpenSSL (You need to build ssh, apache, php, etc after upgrade)
- OpenSSH (First update OpenSSL then install Webmin control panel to fix openssh if down or error in update.)
- ClamAV
- MRTG
- SpamAssassin
- ImageMagick
- GraphicsMagick
- Webmin control panel (You need to open one port 10000 in your firewall)
Just download/chmod
Code:
mkdir /usr/local/updatescript
cd /usr/local/updatescript
wget --no-check-certificate https://github.com/waelisa/update-script-for-DirectAdmin/raw/master/update.script
chmod 755 update.script
Code:
./update.script
Code:
./update.script UPDATEME
Code:
./update.script DATE
Code:
./update.script CLEAN
Note:-
1- Run this to clean or update update script before you use
2- Select best mirror for your server mirror.conf , if you want new mirror.conf file just delete old one in update script folder.
*****
*****
*****
ClamAV
Code:
nano -w /etc/exim.conf
Code:
primary_hostname =
Code:
av_scanner = clamd:127.0.0.1 3310
Code:
check_message:
Code:
deny message = This message contains malformed MIME ($demime_reason)
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}
deny message = This message contains a virus or other harmful content ($malware_name)
demime = *
malware = *
deny message = This message contains an attachment of a type which we do not accept (.$found_extension)
demime = bat:com:pif:prf:scr:vbs
warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
Code:
/sbin/service exim restart
*****
*****
*****
ImageMagick
Install ImageMagick then run add this to your php configure file
Code:
--with-imagick=/usr/local \
Code:
--with-freetype-dir=/usr/local/lib \
Code:
./build php n
*****
*****
*****
GraphicsMagick
Install GraphicsMagick then run add this to your php configure file
Code:
--with-gmagick=/usr/local \
Code:
--with-freetype-dir=/usr/local/lib \
Code:
./build php n
*****
*****
*****
Thanks for smtalk, SeLLeRoNe and ReN
*****
*****
*****
Best Regards,
Wael Isa
Last edited: