Roundcube Community Forum

Release Support => Pending Issues => Topic started by: pennj on July 26, 2016, 07:43:50 AM

Title: problem creating new identity in 1.2.0
Post by: pennj on July 26, 2016, 07:43:50 AM
Hello,

I have a newly installed Rouncube 1.2.0 running on an Ubuntu 16.04 server. Things seem to be working great except that when I try to add a new identity, it just freezes and says "Loading" on the bottom right hand corner of the screen.

I do have this line in my config file

$config['identities_level'] = 0;

This would not be a problem if it weren't for the fact that the identity automatically generated is wrong. When I logged it it generated this identiy.

login_name@subdomain.domain.org

This is because my SMTP/IMAP settings require
login_name (longer than my email name), and
subdomain.domain.org

when my email should look like

name@domain.org

How can I solve this, or fix the freezing add identities button?

Thank you!
Title: Re: problem creating new identity in 1.2.0
Post by: JohnDoh on July 26, 2016, 09:00:27 AM
Hi, You need to set mail_domain in your Roundcube config file. That will affect any new users after you've set it.