You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended to use a clean (fresh) OpenSUSE installatiom where you selected to install just the minimal packages. A Gnome or KDE desktop is not needed and will just slow down the server. Then follow the steps below to setup your server with ISPConfig 3:
6
+
7
+
The following guide is for the 32Bit version of openSUSE, for 64Bit installations the package names may differ especially the names of downloaded rpm files.
8
+
9
+
This guide will use Dovecote as pop3 / imap server and BIND as DNS Server. Dovecot and BIND are supported by ISPConfig version > 3.0.2
10
+
11
+
Install some basic packes and the compilers that we need later
12
+
13
+
// yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ make vim telnet cron iptables iputils man man-pages nano pico
14
+
15
+
yast2 -i findutils lynx wget vim telnet cron iptables iputils man man-pages nano pico sudo
16
+
17
+
18
+
1) Install Postfix, Divecot, MySQL with the following command line (on one line!):
19
+
20
+
yast2 -i postfix postfix-mysql mysql mysql-client python libmysqlclient-devel dovecot12 dovecot12-backend-mysql
The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not nescessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!):
134
+
135
+
http://192.168.0.100:8080/
136
+
137
+
the default login is:
138
+
139
+
user: admin
140
+
password: admin
141
+
142
+
In case you get a permission denied error from apache, please restart the apache webserver process.
0 commit comments