How can i disable that ispCP sends me mails of each and everything?
If you want to avoid getting emails from ispCP, set the DEFAULT_ADMIN_ADDRESS to an empty string in /etc/ispcp/ispcp.conf.
Or you can change the minimum level for a message to be sent to DEFAULT_ADMIN_ADDRESS. For this open /var/www/ispcp/gui/include/ispcp-lib.php and change $cfg['LOG_LEVEL'] to your needs.
- E_USER_NOTICE: logins, and all info that isn't very relevant
- E_USER_WARNING: switching to an other account, etc
- E_USER_ERROR: “admin MUST know” messages
