Hi,
I have a mail server which serves multiple domains, and want to be able to login using only the first part of the address (for example, nicolas@foo.org is able to login as nicolas), even if there is multiple accounts with same first part (for example, nicolas@foo.com and nicolas@foo.org), using a dropdown list of possible domains (here @foo.org and @foo.com), in a defined order (for the most commonly used to be default and not bother users having to choose too often)
Is this possible and how?
Thanks a lot for your help. Have a nice day.
Nicolas Derive.
Try these
$rcmail_config['default_host'] = array( servers );
$rcmail_config['username_domain'] = '%z'; $rcmail_config['mail_domain'] = '%z';
On 9 March 2012 16:13, Nicolas Derive kalon33@giroll.org wrote:
Hi,
I have a mail server which serves multiple domains, and want to be able to login using only the first part of the address (for example, nicolas@foo.org is able to login as nicolas), even if there is multiple accounts with same first part (for example, nicolas@foo.com and nicolas@foo.org), using a dropdown list of possible domains (here @foo.org and @foo.com), in a defined order (for the most commonly used to be default and not bother users having to choose too often)
Is this possible and how?
Thanks a lot for your help. Have a nice day.
Nicolas Derive. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users