Linux Tutorials on the topic “ispconfig”
-
How do I make my MySQL server use TCP connections instead of Unix sockets?
Author: till • Tags: mysql, ispconfig • Comments: 0Comment out the option skip-networking in the file my.cnf which typically lies under /etc or /etc/mysql. Then restart your MySQL server: /etc/rc.d/init.d/mysql restart or /etc/init.d/mysql restart With netstat -ta you can check if MySQL is reachable via TCP.
-
One of the users on the system has a CatchAll-email address. He receives all emails, even those for users of another site...
Author: Till Brehm • Tags: ispconfig, postfix • Comments: 0One of the users on the system has a CatchAll-email address. He receives all emails, even those intended for users of another site on the same server. The MTA on the server is postfix. 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!
-
What virus scanner is used by ISPConfig 2?
Author: Till Brehm • Tags: ispconfig, security • Comments: 0ISPConfig 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.
-
-
Which Frontpage version is supported by ISPConfig 2?
Author: Till Brehm • Tags: ispconfig • Comments: 0Currently only Frontpage 2002 is supported.
-
How can I login to a site with Frontpage?
Author: Till Brehm • Tags: ispconfig • Comments: 0The user name is admin, the password is the one that you entered in the ISPConfig control panel in the form of the respective site.
-
What is the difference between standard and expert mode during the ISPConfig installation?
Author: Till Brehm • Tags: ispconfig • Comments: 0In standard mode the installer assumes standard values for you Linux distribution which may not always be correct (but in most cases). In expert mode you will be asked about those values which gives you the possibility to change them.
-
Error messages during installation
Author: Till Brehm • Tags: ispconfig • Comments: 0During the installation process I get the following error messages though the respective programs are installed on the server: iptables: command not found httpd: command not found useradd: command not found apachectl: command not found This means that the programs mentioned are not in the path of your Linux installation. Please type echo $PATH on your command line, and make symbolic links to the programs in one of the directories that is in the path. For example, you can create a symbolic link to the program /path/to/apachectl in the directory /usr/bin by going into the directory /usr/bin and typing the following:
-
How will my existing Apache installation be influenced by the installation of ISPConfig 2?
Author: Till Brehm • Tags: ispconfig • Comments: 0The ISPConfig 2 Apche webserver is installed in parallel with your existing Apache installation. The ISPConfig 2 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 2. You can compile Apache and PHP the way you like. The ISPConfig 2 installer comments out the PHP settings in your httpd.conf. PHP can be later enabled for each web separately in the ISPConfig 2 web interface.
-
Error messages during uninstall
Author: Till Brehm • Tags: ispconfig • Comments: 0shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory This is normal. The program /root/ispconfig/uninstall deletes its own parent directory (/root/ispconfig) and thus cannot find it anymore. Nevertheless the uninstall will be completed. Just ignore the error message.
-
What spam filter is used by the ISPConfig 2 system?
Author: Till Brehm • Tags: ispconfig • Comments: 0ISPConfig 2 uses the popular spam filter SpamAssassin (http://www.spamassassin.org). Beyond which score are emails treated as spam?The SPAM score can be set for every mail account individually, the default score is 5.0 points (SpamAssassin's default value).