Thursday, December 18, 2014

How to remove server field from Roundcube

Here the steps to remove the server field from roundube : 

Roundcube is web based open source multiuser IMAP client, 

After successfully installation I was able to see a new redesigned login window with a server field.


Edit your main config to fix this behavior:
File: config/main.inc.php
# replaced with line below $rcmail_config['default_host'] = '';
$rcmail_config['default_host'] = '127.0.0.1';
Refresh your page and the server field will disappear;)
******

3 comments:

  1. I did this step... still shows the server field. (I am using ISPConfig 3)

    ReplyDelete
    Replies
    1. Hi halftome..

      can I see the config file please...? :)

      Delete
    2. Hi halftome..

      Instead of "127.0.0.1" please try with your fully qualified domain name. For Eg -
      "mail.abc.com"

      Delete