Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: gsoft on January 05, 2014, 12:09:08 PM

Title: Controlling Logins & Accounts?
Post by: gsoft on January 05, 2014, 12:09:08 PM
Hi guys,

First of all a massive thank you to the RoundCube team for making such a fantastic webmail client available. I have a question about controlling access. I've scanned the forum and the docs but I'm new to this so please do excuse me if it's a stupid question or something already covered.

I'm wondering how I can control user login / access a little more than the default.

The Bit I'm stuck on is;

// automatically create a new Roundcube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$config['auto_create_user'] = true;


You see, I'd like to be able to allow certain domains to login as they complete our company training program - not everyone but also not no-one. For example, I'd like to be able to specify that mail.johnblog.com and mail.johnblog2.com can access the mail client with any e-mail account of theirs (i.e: [email protected] and so on) and have the ability  to add other domains / accounts etc as I need to in the future manually. I don't mind if I have to add specific e-mail addresses that can login or have to do by domain level / mail settings.

Is this possible with the current Roundcube?


Many thanks guys, I hope this makes sense! :)
Title: Re: Controlling Logins & Accounts?
Post by: SKaero on January 05, 2014, 12:54:13 PM
You could do that with a plugin.
Title: Re: Controlling Logins & Accounts?
Post by: gsoft on January 05, 2014, 12:59:34 PM
Thanks for the quick response. Is this a plugin that already exists or would I need to find someone to make it for me?

Cheers again :)
Title: Re: Controlling Logins & Accounts?
Post by: SKaero on January 07, 2014, 11:52:09 AM
I don't know of a plugin that does that but it wouldn't be to hard to code one.