Disable 'Email a copy of all messages to'

jortxx

New member
Joined
Jun 14, 2016
Messages
3
Hi,

I`m looking for a way to uncheck this option for all users hosted on our server. In addition I would like to have this function uncheckedby default on new user creation.

How can I achieve this? Thnx!
 

The support team had sent the following commands before. I think I will get what I want if I use it together.
/usr/local/directadmin/directadmin set send_usage_message=0
/usr/local/directadmin/directadmin set notify_user_on_mass_emailing 0
/usr/local/directadmin/directadmin set notify_user_at_full_quota 0
/usr/local/directadmin/directadmin set letsencrypt_renewal_error_to_users 0
systemctl restart directadmin
 
Back
Top