Roundcube Community Forum

 

allowing login w/o typing domain with username?

Started by hkr, April 13, 2008, 02:01:56 PM

Previous topic - Next topic

hkr

hi,
is it possible to do some changes so that users dont have to type in the complete "[email protected]" and they can only login by enterin the username and password.

thnx..

dogcow

yes, check the config file. There is a section where uo can type in the domain name so the users don't have to.

hkr

i found "$rcmail_config['mail_domain'] = ''; " in the main.inc.php but when i change it to "$rcmail_config['mail_domain'] = 'mydomain.com'; it still dosent work?