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;)
******
I did this step... still shows the server field. (I am using ISPConfig 3)
ReplyDeleteHi halftome..
Deletecan I see the config file please...? :)
Hi halftome..
DeleteInstead of "127.0.0.1" please try with your fully qualified domain name. For Eg -
"mail.abc.com"