[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] server alias problem -- cant create any ideas ??



> 
> > NO!  you can't have two different domains with the same alias.  The 
> > server would be real confused.
> 
> I was able to do this just fine on the RaQ4. 
> 
> I basically had 
> 
> 1. the e-mail alias woi.com for SMTP data go to the vsite 
> mail.woi.com which is a /etc/mail/sendmail.cf configuration thing
> 
> 2. the www alias woi.com for HTTP data go to the vsite www.woi.com 
> which is a /etc/httpd/httpd.conf configuration thing
> 
 are you getting confused between apache virtual site aliases and dns
records?
It possible that you just need to turn off the "automatic dns" option in
each site and do it manually through the network services/dns menu.

You need an "A" record for woi.com which points to www.woi.com
You need an "MX" record for woi.com which points to mail.woi.com

Put your email users in the mail.woi.com site, and your web pages in the
woi.com.
Hope this helps

Mike