Hi every one. When i am running the update script, i am getting a message that service: " Service 'mail_server' has not been detected (strongly recommended, currently enabled) do you want to disable it? (yes,no) [yes]: " Although mail service is running on server. I had the same issue when i was on 3.1.15p2 and was trying to upgrade to 3.1.15 p3 but i ignored it at that time and when i upgraded from 3.1.15p2 to 3.2 all went ok. Attached is a screenshot. I am using debian buster and have used The Perfect Server - Debian 10 (Nginx, BIND, Dovecot, ISPConfig 3.1) appreciate your advise
That#s not a problem with ISPConfig, it's a problem with the way you logged in as root user. You must issue: su - on Debian 10 to become root and not just "su" without "-". The way the su command works has changed from debian 9 to 10 and when using su without -, then the PATH variable is not initialized correctly. That's described at the beginning of the perfect server Debian 10 guide that you used.