Author Topic: IMAP / User domain???  (Read 3316 times)

Offline blackace

  • Jr. Member
  • **
  • Posts: 11
IMAP / User domain???
« on: October 06, 2008, 07:50:21 AM »
Now one question on the creat config page and insert my domain for default_host and my domain username_domain I get an error on the next page for the database. How can I set it up so that I don't have to input user@domain.com or a domain for the server?

Offline blackace

  • Jr. Member
  • **
  • Posts: 11
IMAP / User domain???
« Reply #1 on: October 06, 2008, 08:32:39 PM »
I found how.

In case anyone else is looking for it.

Changes made in main.inc.php. Which is located in the roundcubemail/config folder.

This removed adding username with @domain.com

Code: [Select]
$rcmail_config['username_domain'] = '';

add domain in the ''.

example

Code: [Select]
$rcmail_config['username_domain'] = 'yourdomain.com';


And also remove the server entry


Code: [Select]
$rcmail_config['mail_domain'] = '';

add domain in the ''

example

Code: [Select]
$rcmail_config['mail_domain'] = 'yourdomain.com';