zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Roundcube remove server field

October 9, 2012 by Igor Drobot 1 Comment

Roundcube is web based open source multiuser IMAP client, yesterday I upgraded my older installation to a new stable version 0.8.2.

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

I have only one IMAP-Server instance and I don’t need this 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';

# 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;)

Filed Under: Debian, Linux, Mailing, Networking, Ubuntu Tagged With: IMAP, Roundcube, Webmail

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Comments

  1. Artur Mustafin says

    March 6, 2019 at 00:12

    Excellent article, except in my version file was config.inc.php, and line

    `$config[‘default_host’] = ‘127.0.0.1’;`

Leave a Reply

Your email address will not be published. Required fields are marked *