kishore chowdary wrote:
hi guys
I need ur help once again.our previous email server was
available on http://webmail.xxxabc.com.
Now on my new server i can access webmail at
http://XX.XX.XX.XX/webmail .how can i get it available on
http://webmail.xxxabc.com.
i know that this is something to do with apache.i already set my MX
records for my 7 domains pointing to my new IP.
Create the DNS entries, then create virtual hosts for the domain(s),
like so:
<VirtualHost 208.4.26.194>
DocumentRoot "/home/webpages/webmail.xxxabc.com"
ServerName webmail.xxxabc.com
UseCanonicalName Off
Include /etc/httpd/conf/toaster.conf
</VirtualHost>
And then in that folder, just create an index.html that looks like this:
<head>
<meta http-equiv="refresh"
content="0;URL=http://webmail.xxxabc.com/webmail">
</head>
And that should work for you.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]