Author Topic: Identities related question  (Read 2311 times)

Offline andy2008

  • Newbie
  • *
  • Posts: 4
Identities related question
« on: October 05, 2010, 03:55:06 AM »
Hello guys! I have a question and I hope someone can help me.

The file main.inc.php has the following setting:

$rcmail_config['default_host'] = '';

I entered my MX for login, like this:

$rcmail_config['default_host'] = 'mail.mydomain.com';

Everything is fine, but when the users send an e-mail, the originating address is user@mail.mydomain.com

Is there some way of defining the default identity as  being mydomain.com, so that the originating address always appears as user@mydomain.com, even though the rcmail_config is listed as mail.mydomain.com?
Thanks !

Offline andy2008

  • Newbie
  • *
  • Posts: 4
Identities related question
« Reply #1 on: October 05, 2010, 07:45:35 AM »
Never mind. I edited $rcmail_config['mail_domain'] = 'mydomain.com';
This works for all new users that will log into roundcube and for the old users I edited the SQL database -> Identities. Everything is fine now.