Roundcube Community Forum

 

User have username@localhost extension instead of domain name?

Started by Gastons, September 08, 2014, 11:17:58 AM

Previous topic - Next topic

Gastons

Hello everyone!

I've set up Roundcube for 1st time and i'm very excited.
Hope you can help me on following noob question:

When I log to Roundcube user has e-mail extension by default "username@localhsot".
I want it to be "username@my_domain_name.org".

So far I tried to Google for possible solutions, one of them was to edit main.inc.php and set $rcmail_config['mail_domain'] = '%n'; but sadly it is not helping.

Any suggestions how to fix this are very welcomed!

SKaero

The identity is setup at the first login so you'll need to change it manually in the settings.

iburnthings

If you are using a single domain this worked for me.
$rcmail_config['mail_domain'] = 'domain.tld';

where domain.tld was my actualy FQDN for my mail server.