Hi.
Is it possible to completely disable the email service for all users? How with Plesk "Disable email hosting" ?
I only sell hosting, I don't act as a mail provider.
I disabled the services (exim and dovecot) with
service exim stop
systemctl disable exim
systemctl daemon-reload
I have addedd this line in each PHP version in the php.ini
;Disable Email Service
disable_functions: mail
I reboot the server , but I still see roundcube mails, mail queue, email tracking and email summary icons in my panel.
I have this file /usr/local/directadmin/data/admin/services.status not this /usr/local/directadmin/users/admin/services.status , anyway after reboot everything is ok but not the icons, where can I hide them ? CSS ? Template override ? Without lost any modification after any updates. Thanks