![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
|||
|
|||
|
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'] = ''; example Code:
$rcmail_config['username_domain'] = 'yourdomain.com'; And also remove the server entry Code:
$rcmail_config['mail_domain'] = ''; example Code:
$rcmail_config['mail_domain'] = 'yourdomain.com'; |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |