Where is the ISPConfig 2 configuration file?
It's /home/admispconfig/ispconfig/lib/config.inc.php.
It's /home/admispconfig/ispconfig/lib/config.inc.php.
Log in to your command line as root and type the following: /root/42go/uninstall If the uninstall script fails, you can remove ISPConfig manually by deleteing these directories: rm -rf /root/ispconfig rm -rf /home/admispconfig
The ISPConfig Apche webserver is installed in parallel with your existing Apache installation. The ISPConfig apache is only used for the controlpanel. The hosted webpages are served by the Apache that ships with your linux distribution. This means you do not have to compile special modules into your Apache in order to work with ISPConfig. ... Read more
Please check if the domain of the users that receives all emails is the same as the domain $mydomain in /etc/postfix/main.cf. If this is the case, change $mydomain and run: postfix reload on the shell. You should never enter a domain that is used for a virtual site on the server as $mydomain in /etc/postfix/main.cf!
ISPConfig 3 uses ClamAV (http://www.clamav.net) as virus scanner and spamassassin as spam scanner. Amavisd-new is used as content filter.
ISPConfig 2 uses ClamAV (http://www.clamav.net) as virus scanner and the E-mail Sanitizer (http://www.impsec.org/email-tools/procmail-security.html) as content filter.
Comment out the option: skip-networking in the file: my.cnf which typically lies in the directory /etc or /etc/mysql. Then restart your MySQL server: service mysql restart or /etc/init.d/mysql restart with the command: netstat -ta you can check if MySQL is reachable via TCP.
To turn on verbose logging (e.g. to debug FTP connection or authentication problems) inĀ pure-ftpd FTP server on Debian and Ubuntu Linux, execute the following command as root user in the shell: echo 'yes' > /etc/pure-ftpd/conf/VerboseLog and then restart pure-ftpd, for init based systems: /etc/init.d/pure-ftpd-mysql restart For Servers that use systemd: service pure-ftpd-mysql restart The ... Read more