@@ -8,8 +8,6 @@ Installation of some basic requirements:
88
99// rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
1010yum update
11- // yum groupinstall 'Development Tools'
12- // yum groupinstall 'Development Libraries'
1311
1412You should disable selinux now, as some programs will not start when selinux is enabled:
1513
@@ -22,7 +20,7 @@ SELINUX=disabled
2220then reboot the server.
2321
2422
25- 1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with the following command line (on one line!):
23+ 1) Install Postfix, Dovecot MySQL, phpMyAdmin with the following command line (on one line!):
2624
2725yum install ntp httpd mysql-server php php-mysql php-mbstring phpMyAdmin getmail postfix dovecot dovecot-mysql wget
2826
@@ -39,7 +37,6 @@ chkconfig --levels 235 sendmail off
3937chkconfig --levels 235 postfix on
4038/etc/init.d/sendmail stop
4139/etc/init.d/postfix start
42- /etc/init.d/saslauthd start
4340
4441
4542Set the mysql database password:
@@ -114,7 +111,7 @@ ISPConfig comes with a iptables bsed firewall script that can be managed from wi
1141118) Install ISPConfig 3
115112
116113 cd /tmp
117- wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.tar.gz
114+ wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.1. tar.gz
118115 tar xvfz ISPConfig-3.0.2.tar.gz
119116 cd ispconfig3_install/install/
120117
0 commit comments