Author Topic: Login question  (Read 4355 times)

Offline rhys100

  • Newbie
  • *
  • Posts: 3
Login question
« on: October 15, 2006, 11:39:11 PM »
At the moment i can log into the main mail section with all email accounts using the username as "bonzer"

If my employees want to log in they have to log using there whole email address instead of there username. Eg. they log in as rhys@bonzerdesigns.com instead of just rhys

Is there a way my workers can just log in using there username?

Thankyou

Rhys

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: Login question
« Reply #1 on: October 26, 2006, 01:54:30 AM »
just change this line
Code: [Select]
$rcmail_config['username_domain'] = '';
in main.inc.php to

Code: [Select]
$rcmail_config['username_domain'] = 'bonzerdesigns.com ';
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

Offline rhys100

  • Newbie
  • *
  • Posts: 3
Re: Login question
« Reply #2 on: October 26, 2006, 02:21:00 AM »
ok that works for all my users but now how do i log in as the main account and view all email accounts? Because "bonzer" and password doesn't work now...

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: Login question
« Reply #3 on: October 26, 2006, 02:25:32 AM »
hmm, that's big deal. probably can you make an alias in imap server for this user? (create new user but the homedir/maildir will be the same)
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

Offline rhys100

  • Newbie
  • *
  • Posts: 3
Re: Login question
« Reply #4 on: October 26, 2006, 02:39:23 AM »
i'm not exactly an expert on this so would you be able to explain in simple terms please :D

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: Login question
« Reply #5 on: October 26, 2006, 03:09:20 AM »
can you please describe your setup?
are the users system users or just virtual users (mysql/ldap/...).
is the imap situated on the same server as roundcube?
are you the admin of the machine? :)
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark