Author Topic: Multiple domains on a single host  (Read 6393 times)

Offline andresfischer

  • Newbie
  • *
  • Posts: 1
Multiple domains on a single host
« on: June 26, 2012, 09:07:35 AM »
Hi everyone.
I have one server with multiple virtual domains, each user is logged with his email address. I want to allow domain autocompletion with the label of multiple domains. like

[user textbox]
[password textbox]
[domain combo]

i tried changing different parameters in main.inc.php like

Code: [Select]
$rcmail_config['mail_domain'] = array('domain1.com', 'domain2.com')
or

Code: [Select]
$rcmail_config['default_host'] =  array('singlehost.domain.com' => 'domain1.com', 'singlehost.domain.com' => 'domain2.com');

or variations of these. but didn't work.

anyone knows how i can do it??

sorry for my bad english

regards