isp-config

---

The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)

http://www.ispconfig.org/documentation/

https://www.howtoforge.com/perfect-server-centos-7-apache2-mysql-php-pureftpd-postfix-dovecot-and-ispconfig3

https://www.howtoforge.com/community/threads/postfix-problem.64954/

run:

cd /tmp

wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz

tar xvfz ISPConfig-3-stable.tar.gz

cd ispconfig3_install/install

php -q update.php

and choose to reconfigure services during update.

Install fail2ban

This is optional but recommended, because the ISPConfig monitor tries to show the log:

yum -y install fail2ban

Then create the system startup links for fail2ban and start it:

systemctl enable fail2ban.service

systemctl start fail2ban.service

###########

18 Install Webalizer, And AWStats

Webalizer and AWStats can be installed as follows:

yum -y install webalizer awstats perl-DateTime-Format-HTTP perl-DateTime-Format-Builder

---