I recently installed Roundcube on my Centos6/postfix/dovecot server.
Default install works great but I am trying to configure some options that I cannot seem to figure out.
My end result would be a user hits:
or
I have set
$rcmail_config['include_host_config'] = true;
in my main.inc.php and created domainname1.inc.php and domainname2.inc.php
I changed the following in each
$rcmail_config['default_host'] = array('domainname1.com');
$rcmail_config['default_host'] = array('domainname2.com');
I'm not sure of anything Else I would need to change.
Any help on this would be greatly appreciated