Hello, it's a possibility to restart all server services (especially postfix for mail)? I usually do: /etc/init.d/apache2 restart but it is not enough, my server uses too much memory, I think a soft reboot is required. I use ispconfig3/debian5 thank you
To restart a service, use the start / stop scripts in /etc. To restart postfix, use: /etc/init.d/postfix restart If your services use to much ram, then you should reconfigure them to start e.g. less instances of apache or to diable innodb support in mysql. Rebooting the server is not a solution for that.