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 […]

Config and log locations on a RHEL and CentOS for Vesta Control Panel

Service Config Log Apache /etc/httpd/conf/httpd.conf /etc/httpd/conf.d/* /home/$user/conf/web/httpd.conf /home/$user/conf/web/shttpd.conf (ssl) /var/log/httpd/access_log /var/log/httpd/error_log /var/log/httpd/domains/$domain.log /var/log/httpd/domains/$domain.error.log PHP /etc/php.ini /etc/php.d/* /var/log/httpd/domains/$domain.error.log Nginx /etc/nginx/nginx.conf /etc/nginx/conf.d/* /home/$user/conf/web/nginx.conf /home/$user/conf/web/snginx.conf (ssl) /var/log/nginx/access.log /var/log/nginx/error.log /var/log/httpd/domains/$domain.log /var/log/httpd/domains/$domain.error.log Named /etc/named.conf /home/$user/conf/dns/$domain.db /var/log/messages Exim /etc/exim/exim.conf /home/$user/conf/mail/$domain/* /var/log/exim/main.log /var/log/exim/reject.log /var/log/exim/panic.log Dovecot /etc/dovecot/dovecot.conf /etc/dovecot/conf.d/* /etc/dovecot.conf (rhel5/centos5) /home/$user/conf/mail/$domain/passwd /var/log/dovecot.log ClamAV /etc/clamd.conf /etc/freshclam.conf /var/log/clamav/clamd.log /var/log/clamav/freshclam.log /var/log/messages /var/log/exim/main.log SpamAssassin /etc/mail/spamassassin/local.cf /var/log/exim/main.log Roundcube […]

Understanding Linux File System Hierarchy | Linux Directory Structure

All files on a Linux system are stored on file systems which are organized into a single inverted tree of directories, known as a file system hierarchy. This tree is inverted because the root of the tree is said to be at the top of the hierarchy, and the branches of directories and subdirectories stretch […]