>I have a multi-homed NT server. On the external Net card, I have 64
>registered IP's, the internal 1 private IP.
>We have an external company running DNS for our domain Jazzkitchen.com.
>One of the IP addresses on our multi-homed server is dns.jazzkitchen.com.
>This server is registered with Internic as a DNS server.
>I have all the dns entries for our primary domain, jazzkitchen.com defined
>in the NT DNS server applet with all the ptr, SOA, NS, MX and reverse arpa
>records defined.
>This registered DNS server is defined as the primary authorative DNS server
>for another domain running on this machine, marcieonthego.com
>
>This domain has the following records setup in the DNS applet:
>marcieonthego.com - NS Record - dns.jazzkitchen.com
>marcieonthego.com - SOA Record - dns.jazzkitchen.com,
>morgans.dns.jazzkitchen.com
>mail - A Record - 209.99.71.90
>mail - MX record - 209.99.71.90
I don't use MS DNS, but the datafield of an MX record is a FQHN, fully
qualified hostname, NOT an ip 209.99.71.90
>The problem I have is that I can send mail to [EMAIL PROTECTED]
>but not to [EMAIL PROTECTED]
you need this in DNS:
mail.marcieonthego.com 10 MX mail.marcieonthego.com
marcieonthego.com 10 MX mail.marcieonthego.com
oops:
# dig marcieonthego.com mx
; <<>> DiG 8.2 <<>> marcieonthego.com mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;; marcieonthego.com, type = MX, class = IN
;; AUTHORITY SECTION:
marcieonthego.com. 1H IN SOA dns.jazzkitchen.com.
morgans.jazzkitchen.com. (
16 ; serial
1H ; refresh
10M ; retry
1D ; expiry
1H ) ; minimum
but ok:
# dig mail.marcieonthego.com mx
; <<>> DiG 8.2 <<>> mail.marcieonthego.com mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUERY SECTION:
;; mail.marcieonthego.com, type = MX, class = IN
;; ANSWER SECTION:
mail.marcieonthego.com. 1H IN MX 1 mail.marcieonthego.com.
;; ADDITIONAL SECTION:
mail.marcieonthego.com. 1H IN A 209.99.71.90
>In Imail, the marcieonthego official host name is marcieonthego.com and the
>host aliases is mail.marcieonthego.com
then Imail will accept both @domain ok.
>Any help on setting this secondary domains up on the windows nt dns server
>would be greatly appreciated.
Len
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.