Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rhys100 on October 15, 2006, 11:39:11 PM

Title: Login question
Post by: rhys100 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
Title: Re: Login question
Post by: toxygen 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 ';
Title: Re: Login question
Post by: rhys100 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...
Title: Re: Login question
Post by: toxygen 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)
Title: Re: Login question
Post by: rhys100 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
Title: Re: Login question
Post by: toxygen 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? :)