Skip to content

Commit 39b0586

Browse files
committed
Updated debian installation instructions.
1 parent fb66b78 commit 39b0586

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

INSTALL_DEBIAN_4.0.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ Installation
33

44
It is recommended to use a clean (fresh) Debian etch install where you just selected "Standard System" as the package selection during setup. Then follow the steps below to setup your server with ISPConfig 3:
55

6-
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, ntpdate, rkhunter with the following command line (on one line!):
6+
1) Add the debian volatile repository to the apt sources list:
7+
8+
vi /etc/apt/sources.list
9+
10+
and insert the line:
11+
12+
deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free
13+
14+
Then run:
15+
16+
apt-get update
17+
18+
Now Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, ntpdate, rkhunter with the following command line (on one line!):
719

820
apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 ntp ntpdate rkhunter
921

0 commit comments

Comments
 (0)