Hello Roundcube-Users,
As a new subscriber to this list, I hope you could help me with my first question.
In Roundcube I could add an additional Identity under settings -> identity. Why couldn't I change the e-mail address for the knew identity?
For example: My login is foo@example.org and I like to add an identity with the e-mail address bar@example.org. But I couldn't change the e-mail address in the identity dialog.
On some of my desktops I use Thunderbird and the same mailbox. Here it is possible to add an identity with an alternative e-mail address. Why isn't this possible in the Roundcube interface as well?
Thank you in advance for your answers.
Best regards, Tronde
On September 4, 2015 11:58:24 AM Tronde lists@my-it-brain.de wrote:
In Roundcube I could add an additional Identity under settings -> identity. Why couldn't I change the e-mail address for the knew identity?
change $config['identities_level'] to 0, eg with highter there is more restrictions
Am 04.09.2015 um 16:05 schrieb Benny Pedersen:
On September 4, 2015 11:58:24 AM Tronde lists@my-it-brain.de wrote:
In Roundcube I could add an additional Identity under settings -> identity. Why couldn't I change the e-mail address for the knew identity?
change $config['identities_level'] to 0, eg with highter there is more restrictions
Thank you very much.
I changed $config['identities_level'] in /usr/share/nginx/roundcube/config/config.inc.php to 0. Now I'm able to change the e-mail address for a new identity.
Thanks a lot.
Tronde
Tronde skrev den 2015-09-04 22:46:
Thank you very much.
no problem
I changed $config['identities_level'] in /usr/share/nginx/roundcube/config/config.inc.php to 0. Now I'm able to change the e-mail address for a new identity.
good, glad it was simple, but keep in mind that sasl user login is still exposed in headers when mail sending, should not be a problem, but there is always spammers that prefer no mailbox at all :=)