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

RE: [cobalt-users] RE: RAQ4i MX Records



Thanks Paul, the content of the pri.andringa.net was:

mail.   in      mx      30 andringa.net.

So it was missing the andringa.net bit.  Added it manually and still no joy.
Deleted the MX record in Admin Tool and created it again without the mail.
All is correct now and I am very HAPPY :-).

So the for the record:

andringa.net.   in      mx      30 andringa.net.

Many thanks to all who have helped.

Paul


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Paul Jacobs
> Sent: 23 May 2002 17:11
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] RE: RAQ4i MX Records
>
>
> I have noticed that sometimes the script for doing this on
> the cobalt does
> not work and, you have to go make the changes manually.
>
> You need to look in /etc/named.
>
> Edit the file pri.andringa.net : should look something like the below:
>
> $TTL 86400
> mcsetools.com. IN SOA ns1.yourwebcentral.com.
> admin.www.yourwebcentral.com. (
>          2002031515
>          10800
>          3600
>          604800
>          86400
>          )
> mcsetools.com.  IN      NS      ns1.yourwebcentral.com.
> mcsetools.com.  IN      NS      ns2.yourwebcentral.com.
> ; End SOA Header
> ;
> ; Do Not edit BIND db files directly.
> ; Use the administrative web user interface
> ; /admin/ -> Control Panel -> DNS Parameters
> ; Custom additions may be made by creating a file of the same
> name as this but
> ; with a; .include suffix.  Click Save Changes in the DNS web
> interface and
> ; the inclusion will be made.
> ;
> mcsetools.com.  in      a       64.29.137.98
> mail.mcsetools.com.     in      a       64.29.137.98
> www.mcsetools.com.      in      a       64.29.137.98
> mcsetools.com.  in      mx      30 mail.mcsetools.com.
>
> You also need to edit the file records, the entry(s) should
> look like the
> below:
>
> a - mcsetools.com 64.29.137.98 24
> a mail mcsetools.com 64.29.137.98 24
> a www mcsetools.com 64.29.137.98 24
> mx - mcsetools.com High mail.mcsetools.com
>
> soa - mcsetools.com
> ns1.yourwebcentral.com:ns2.yourwebcentral.com:admin@xxxxxxxxxx
> bcentral.com:10800:3600:604800:86400
> -
>
>
> Hope this helps you out :)