Andreas Meyer <[email protected]> wrote:

> > There's the $rcmail_config['username_domain'] = ''; config parameter
> > where you can enter the domain named that is added to username, if
> > somebody logs in with "anmeyer" instead of the full email address.
> > This, however, doesn't restrict access if somebody enters the full
> > email address. In our git repository we now have a new config option
> > that will allow you to restrict access to the one domain that is
> > configured in 'username_domain'  even if the IMAP server allows more.
> > See http://trac.roundcube.net/ticket/1489264 But it isn't yet released
> > in Roundcube. Use the latest version from git at your own risk.
> 
> Applied the patch and it works like desired! Thank you!

Must correct myself, no it does not. If I set

$rcmail_config['username_domain'] = '%d';
and
$rcmail_config['force_username_domain'] = true;

and try to login with full email address [email protected],
roundube then makes [email protected]@anup.de out of it and
the login fails.

  Andreas
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to