Archive for the ‘ISPConfig 2’ Category
Postfix: One 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.
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!
Which virus scanner is used by ISPConfig 2
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.
Configure MySQL server to use TCP connections instead of Unix sockets?
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:
/etc/rc.d/init.d/mysql restart
or
/etc/init.d/mysql restart
with the command:
netstat -ta
you can check if MySQL is reachable via TCP.