>when I do a dig or nslookup I get the dns of the isp
From my Paris mail hub:
# dig mainst-usa.com mx
; <<>> DiG 8.2 <<>> mainst-usa.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:
;; mainst-usa.com, type = MX, class = IN
;; ANSWER SECTION:
mainst-usa.com. 1H IN MX 10 mx.ntwebhosting.com.
;; ADDITIONAL SECTION:
mx.ntwebhosting.com. 1H IN A 208.20.99.5
;; Total query time: 15423 msec
;; FROM: mgw1.meiway.com to SERVER: default -- 212.73.210.69
;; WHEN: Fri May 26 20:58:50 2000
;; MSG SIZE sent: 32 rcvd: 80
The above MX is NOT what you want? Then get your ISP to change the MX to
point where you want it.
====================================
# dig +norec @ns1.getontheweb.net mainst-usa.com any
; <<>> DiG 8.2 <<>> +norec @ns1.getontheweb.net mainst-usa.com any
; (1 server found)
;; res options: init defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44392
;; flags: qr aa ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;; mainst-usa.com, type = ANY, class = IN
;; ANSWER SECTION:
mainst-usa.com. 1H IN A 208.20.99.109
mainst-usa.com. 1H IN NS ns1.getontheweb.net.
mainst-usa.com. 1H IN NS ns2.getontheweb.net.
mainst-usa.com. 1H IN SOA ns1.getontheweb.net.
hostmaster.getontheweb.net. (
7 ; serial
1H ; refresh
10M ; retry
1D ; expiry
1H ) ; minimum
mainst-usa.com. 1H IN MX 10 mx.ntwebhosting.com.
;; Total query time: 203 msec
;; FROM: mgw1.meiway.com to SERVER: ns1.getontheweb.net 199.181.141.52
;; WHEN: Fri May 26 21:04:28 2000
;; MSG SIZE sent: 32 rcvd: 178
One of yr problems: The ns in the SOA is not authoritative for your domain.
Len
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.