Miscellaneous > Forum Feedback

Multiple domains on a single host

(1/1)

andresfischer:
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: ---$rcmail_config['mail_domain'] = array('domain1.com', 'domain2.com')
--- End code ---

or


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

--- End code ---

or variations of these. but didn't work.

anyone knows how i can do it??

sorry for my bad english

regards

Navigation

[0] Message Index

Go to full version