Author Topic: Why does right part of my email address contain subdomain information IMAP?  (Read 7444 times)

Offline fifou

  • Newbie
  • *
  • Posts: 1
Hello!

I create a CNAME imap.my_domain.com to redirect throw my_domain.com.

When I try following parameter in main.inc.php, my address is my_user@imap.my_domain.com in login page and in scrolling menu of identities (before composing a new email) :

$rcmail_config['default_host'] = 'ssl://imap.my_domain.com';

So I change it to ssl://my_domain.com in order to obtain an address without "imap" subdomain but I thought I will have to use a special CNAME to do things properly. Is roundcube adapted to work like that? Is anything I misunderstood?

Thanks a lot for any kind of help.

Regards,
Phil. (forget my poor english please, I did my best to be clear).

Offline ichhantc

  • Newbie
  • *
  • Posts: 1
Same issue I have added imap.domain name in default host of IMAP and during login email it shows imap in login email. I have to manuallyy chage it.

Offline rm13

  • Full Member
  • ***
  • Posts: 129
If your IMAP login name is user@example.com

Then use example.com in that config.