On 20/07/2024 14:27, timothy via Postfix-users wrote:
Hello,
I know this is not a general postfix issue, but since it is related to email, I
am posting it here.
I use the latest version of roundcube as my webmail, and I want to allow
webmail access to free.fr and gmx.it (I have accounts with these two email
providers).So set the following in rc's configuration file.
$config['imap_host'] = array('ssl://imap.gmx.com:993','ssl://imap.free.fr:993');
$config['smtp_host'] = array('imap.gmx.com' => 'ssl://mail.gmx.com:465',
'imap.free.fr' => 'ssl://smtp.free.fr:465'
);
$config['mail_domain'] = array(
'imap.gmx.com' => 'gmx.it',
'imap.free.fr' => 'free.fr'
);
When I open webmail, it always displays a dropdown menu for me to select an IMAP host.This is so frustrating.How to disable this drop-down menu and automatically match email addresses to imap hosts?
Given that this hasn't appeared on the Roundcube mailing list or forum,
I would suggest you ask there.
A bloke called "mick.crane" asked a similar question recently, that may
help you.
Cheers,
Gary B-)
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org