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
add domain in the ''.Code:$rcmail_config['username_domain'] = '';
example
Code:$rcmail_config['username_domain'] = 'yourdomain.com';
And also remove the server entry
add domain in the ''Code:$rcmail_config['mail_domain'] = '';
example
Code:$rcmail_config['mail_domain'] = 'yourdomain.com';


LinkBack URL
About LinkBacks



Reply With Quote