[HCoop-Help] Need help with domtool configuration
Adam Chlipala
adamc at hcoop.net
Fri Jan 9 17:41:14 EST 2009
ajju at hcoop.net wrote:
> I am trying to accomplish the following:
>
> - Host the dns for my domain on HCOOP
> - Host the actual website on a separate VPS which I control and for which
> I have the IP address.
> - Have the mail handled by yet another server.
>
> I am using the following configuration to try to do this right now but
> it's causing www.ridecell.com or ridecell.com to be redirected to another
> website that I am hosting ON Hcoop.
>
> ajju at mire:~/.domtool$ cat ridecell.com
> dom "ridecell.com" with
> dnsDefault "207.192.72.86";
> dnsIP "www" "207.192.72.86";
> (* Add a mapping from wwww to IP 207.192.72.86 *)
> dnsMail 1 "smtp.secureserver.net";
> dnsWildcardIP "207.192.72.86"
>
[dom] adds directives appropriate for the most common scenarios. You
should use [domain] instead if you want the domain to live primarily
elsewhere. Switching [dom] to [domain] should leave your configuration
almost complete. You will need to add nameserver information to end up
with a valid overall record, and you should be able to consult the
DomTool/Examples wiki page for that.
More information about the HCoop-Help
mailing list