How to disable sslv2 in cPanel/WHM Services
It is easy to disable sslv2 in cPanel / WHM services ( ports 2083 , 2087, etc,. ) . To do this you need to enable stunnel from the tweak settings, After that edit the file
# vim /usr/local/cpanel/etc/stunnel/mycabundle/stunnel.conf
and add the following line ,
options = NO_SSLv2
Now restart cPanel server. This will fix the issue.
How to enable html display for horde
You can enable the html display for horde by using following steps but please make sure that you have been logged in as root.
# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.php
Search for the line
—-
/**
* HTML driver settings
*/
$mime_drivers[‘imp’][‘html’][‘inline’] = false;
—–
and replace it with
——–
/**
* HTML driver settings
*/
$mime_drivers[‘imp’][‘html’][‘inline’] = true;
——–
Save the changes and restart the following services.
# service cpanel restart
# /scripts/restartsrv_courier