You are not logged in.
Pages: 1
Hi everyone
Is there a possibility to disable or delete emails receivers with command line ?
Thank you in advance
Offline
I find that I can do it in the database :
UPDATE `glpi_mailcollectors` SET `is_active` = '0';
Offline
Pages: 1