Author Topic: Quick question  (Read 3440 times)

Offline yerpik

  • Newbie
  • *
  • Posts: 1
Quick question
« on: April 15, 2008, 05:03:18 AM »
for me to login to my email accounts i have to put @webpageurl.com and i was wondering how i could eliminate that because it will always be the same.

Offline Kyvill

  • Newbie
  • *
  • Posts: 3
Re: Quick question
« Reply #1 on: April 16, 2008, 10:20:19 AM »
it is an option you could have filled in in the install setup.

open config/main.inc.php and find:
Code: [Select]
$rcmail_config['username_domain'] = '';
edit to:
Code: [Select]
$rcmail_config['username_domain'] = 'domain.name';replace domain.name with your domainname, without '@'