[HCoop-Help] mx records

Adam Chlipala adamc at hcoop.net
Sun Jun 29 19:35:15 EDT 2008


Add this line between the 'where' and 'with':
    AddMX = false;

Lauren McNees wrote:
> As mwolson showed me, I've changed my domtool as below to make the mx
> records for my domain point to google for my e-mail. However, I am still
> receiving all e-mail except that sent to myself from my google account at
> hcoop. I did a mx record search and it shows mail.hcoop.net as the #1
> record, followed by google's. Does anyone know how I get the
> mail.hcoop.net removed? Thank you.
>
> Lauren
>
> dom "rosasharn.com" where
>   DocumentRoot = home "wordpress";
>   WWW = begin
>     addWordPress "/";
>   end;
> with
>   dnsAlias "mail" "ghs.google.com";
>   dnsMail 1 "aspmx.l.google.com";
>   dnsMail 5 "alt1.aspmx.l.google.com";
>   dnsMail 5 "alt2.aspmx.l.google.com";
>   dnsMail 10 "aspmx2.googlemail.com";
>   dnsMail 10 "aspmx3.googlemail.com";
> end;
>   




More information about the HCoop-Help mailing list