How to install ClamAV and SpamAssassin on a RHEL or CentOS

  This tutorial is created for servers with less than 3Gb of ram avaialbe. On “big” servers installation is fully automatic. * ClamAV installation yum install clamd wget http://c.vestacp.com/0.9.8/rhel/clamd.conf -O /etc/clamd.conf wget http://c.vestacp.com/0.9.8/rhel/freshclam.conf -O /etc/freshclam.conf gpasswd -a clam exim gpasswd -a clam mail freshclam chkconfig clamd on service clamd start * SpamAssassin installation yum install […]

See More

How to install Vesta Control panel

How to install Vesta Control panel ? 1. Connect to your server as root via SSH ssh root@your.server-name 2. Download installation script curl -O http://vestacp.com/pub/vst-install.sh 3. Run it bash vst-install.sh The Vesta Control panel can be installed on a RHEL, CentOS, Debian and Ubuntu server. For a smooth installation you will need clean system “minimal […]

See More