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!
The identity is setup at the first login so you'll need to change it manually in the settings.
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.