Roundcube Community Forum

Release Support => Requests => Topic started by: msh100 on February 21, 2007, 04:03:17 PM

Title: Add the url after login info
Post by: msh100 on February 21, 2007, 04:03:17 PM
Hello ,
if the user dosnt put in the url in the login ,is there a way for round cube
to automaticly add the ur l , thanks :D
Title: Re: Add the url after login info
Post by: bugler on March 02, 2007, 03:20:30 AM
Hi,

open /config/main.inc.php and go to

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'mydomain.com';

if the user types: itisme, then at the end his name will be itisme@mydomaina.com