Disable support mail

Discussion in 'ISPConfig 3 Priority Support' started by Marcio Urakawa, Jun 19, 2020.

  1. Is it possible through the interface to disable the user function to send support messages?
     
  2. sascha92

    sascha92 New Member

    No.
    Just make a css rule like
    Code:
    display:none;
    to hide the support message function.
     
    Marcio Urakawa likes this.
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You can easily disable the module under System > CP users for existing users and you can prevent that it gets added to new accounts by removing it from the default modules setting in /usr/local/ispconfig/interface/lib/config.inc.php
     
    Marcio Urakawa likes this.
  4. Thanks for the tips!
     

Share This Page