Roundcube Community Forum

Release Support => Release Discussion => Topic started by: fifou on March 16, 2010, 05:35:53 PM

Title: Why does right part of my email address contain subdomain information IMAP?
Post by: fifou on March 16, 2010, 05:35:53 PM
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).
Title: Re: Why does right part of my email address contain subdomain information IMAP?
Post by: ichhantc on November 21, 2018, 02:43:08 AM
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.
Title: Re: Why does right part of my email address contain subdomain information IMAP?
Post by: rm13 on December 06, 2018, 05:55:49 PM
If your IMAP login name is user@example.com

Then use example.com in that config.