RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > News and Announcements > General Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-06-2008, 11:50 AM
Registered User
 
Join Date: Oct 2008
Posts: 11
Default IMAP / User domain???

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-07-2008, 12:32 AM
Registered User
 
Join Date: Oct 2008
Posts: 11
Default

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:
$rcmail_config['username_domain'] = '';
add domain in the ''.

example

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

And also remove the server entry


Code:
$rcmail_config['mail_domain'] = '';
add domain in the ''

example

Code:
$rcmail_config['mail_domain'] = 'yourdomain.com';
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 12:04 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community