Skip to content

Commit 75ead00

Browse files
committed
updated INSTALL_FEDORA_12_dovecot_bind.txt
1 parent fe686ef commit 75ead00

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/INSTALL_FEDORA_12_dovecot_bind.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Installation of some basic requirements:
88

99
// rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
1010
yum update
11-
// yum groupinstall 'Development Tools'
12-
// yum groupinstall 'Development Libraries'
1311

1412
You should disable selinux now, as some programs will not start when selinux is enabled:
1513

@@ -22,7 +20,7 @@ SELINUX=disabled
2220
then 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

2725
yum 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
3937
chkconfig --levels 235 postfix on
4038
/etc/init.d/sendmail stop
4139
/etc/init.d/postfix start
42-
/etc/init.d/saslauthd start
4340

4441

4542
Set the mysql database password:
@@ -114,7 +111,7 @@ ISPConfig comes with a iptables bsed firewall script that can be managed from wi
114111
8) 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

Comments
 (0)