Softaculous


Topic : disable all outbound emails from softaculous via SSH


Posted By: jcats on May 12, 2019, 5:27 pm
We need to disable ALL outgoing emails from softaculous to both admin and end users on hundreds of servers, can you provide a way to do this via SSH?

Posted By: Brijesh on May 13, 2019, 7:37 am | Post: 1
Hi,

You can configure the following settings in /path/to/softaculous/enduser/universal.php on your server :
$globals['email_update'] = 0;
$globals['email_update_softs'] = 0;
$globals['off_email_link'] = 1;

This will stop the emails sent to admin and endusers. You can then configure this file across your servers.

Please no the "is_vps" setting in universal.php file, its value determines if your server is a VPS or dedicated server. So copy the settings file from your VPS across other VPS and from a Dedicated server across other Dedicated servers.

Please let us know if you need any further information.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.