This tutorial is created for servers with less than 3Gb of ram avaialbe. On “big” servers installation is fully automatic.
* ClamAV installation
apt-get install clamav-daemon
wget http://c.vestacp.com/0.9.8/ubuntu/clamd.conf -O /etc/clamav/clamd.conf
gpasswd -a clamav mail
gpasswd -a clamav Debian-exim
freshclam
update-rc.d clamav-daemon defaults
service clamav-daemon restart
* SpamAssassin installation
apt-get install spamassassin
update-rc.d spamassassin defaults
sed -i “s/ENABLED=0/ENABLED=1/” /etc/default/spamassassin
service spamassassin restart
* Exim configuration
sed -i “s/^#SPAMASSASSIN/SPAMASSASSIN/g” /etc/exim4/exim4.conf.template
sed -i “s/^#CLAMD/CLAMD/g” /etc/exim4/exim4.conf.template
service exim4 restart
* Vesta configuration
sed -i “s/ANTIVIRUS.*/ANTIVIRUS_SYSTEM=’clamav-daemon’/” /usr/local/vesta/conf/vesta.conf
sed -i “s/ANTISPAM.*/ANTISPAM_SYSTEM=’spamassassin’/” /usr/local/vesta/conf/vesta.conf
Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…
As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…
As a web designer and web developer your experience must have reached to new height, right? Further, you need to…
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…