Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: bslindgreen on July 11, 2012, 06:08:37 AM

Title: Roundcube
Post by: bslindgreen on July 11, 2012, 06:08:37 AM
Hello

I am using a Mac osx server for Roundcube.


I have a problem. My login is "person.name" but it also works with "[email protected]" (which is fine), but all my contacts.. is seperated from the 2 logins. How can i combine it??
Title: Re: Roundcube
Post by: oldschool on July 11, 2012, 12:06:55 PM
Hi!

You could try to modify the database.
So use an alias for an account.
2 login names -> 1 acoount


Rgds.
Title: Re: Roundcube
Post by: SKaero on July 11, 2012, 05:30:37 PM
The best way to fix this is to add your domain to $rcmail_config['username_domain'] in <RC root>/config/main.inc.php that way you will always be logged into the same account.
Title: Re: Roundcube
Post by: bslindgreen on July 12, 2012, 03:39:36 AM
ok, but i have multiple accounts. It's just that you can log in on the same account with multiple logins.
Title: Re: Roundcube
Post by: SKaero on July 12, 2012, 03:41:00 AM
Quote from: bslindgreen on July 12, 2012, 03:39:36 AM
ok, but i have multiple accounts. It's just that you can log in on the same account with multiple logins.
The method I posted will make it so both the the logins will take you to the same account.