Disable server in roundcube login page

Date posted : 22/02/2019

When you login to roundcude, you might see server option is enabled. And you need to input localhost upon login.

To avoid this we need to disable that option from roundcube configuration

So edit the /etc/roundcube/config.inc.php file and set as below:-

$config['default_host'] = 'localhost';

Thanks for using pheonix solutions.

You find this tutorial helpful? Share with your friends to keep it alive.

Leave a Reply