Hi,
I have installed Roundcube on my account I have on a web host. There are two domains linked to my hosting account. Is it possible to set up Roundcube so that it is only possible to log in from the two domains I use myself and so that not everyone who has a account on the web host can log in to my Roundcube webmail?
/Berra
You would need to contact your web host to ask them if its possible.
I can't set Roundcube in any way so that only email addresses with preselected domains can log in?
/Berra
have a look at the username_domain_forced config option. depending on your setup it may help.
// Force domain configured in username_domain to be used for login.
// Any domain in username will be replaced by username_domain.
$config['username_domain_forced'] = false;