Author Topic: Controlling Logins & Accounts?  (Read 3082 times)

Offline gsoft

  • Newbie
  • *
  • Posts: 2
Controlling Logins & Accounts?
« 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: info@johnbloggs.com 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! :)
« Last Edit: January 05, 2014, 12:11:07 PM by gsoft »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Controlling Logins & Accounts?
« Reply #1 on: January 05, 2014, 12:54:13 PM »
You could do that with a plugin.

Offline gsoft

  • Newbie
  • *
  • Posts: 2
Re: Controlling Logins & Accounts?
« Reply #2 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 :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Controlling Logins & Accounts?
« Reply #3 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.