Quote:
Originally Posted by phoenix Just copy/paste the 'host' command into a terminal and post the output here, could you also run this command: Code: host -v mail.arcusys.net |
Sorry, I wasn't using putty but a different terminal, and it didn't let me see the backtick when I copied ant paste. And I thought you mean using my real hostname....
btw, I got it now:
root@mail:~# host `hostname`
Host mail not found: 3(NXDOMAIN)
and here is the other command result:
root@mail:~# host -v mail.arcusys.net
Trying "mail.arcusys.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64831
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.arcusys.net. IN A
;; ANSWER SECTION:
mail.arcusys.net. 604800 IN A 192.168.0.2
;; AUTHORITY SECTION:
arcusys.net. 604800 IN NS mail.arcusys.net.
Received 64 bytes from 192.168.0.2#53 in 1 ms
Trying "mail.arcusys.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27624
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.arcusys.net. IN AAAA
;; AUTHORITY SECTION:
arcusys.net. 604800 IN SOA mail.arcusys.net. stebed.arcusys.net. 70726 604800 86400 2419200 604800
Received 77 bytes from 192.168.0.2#53 in 0 ms
Trying "mail.arcusys.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39950
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.arcusys.net. IN MX
;; AUTHORITY SECTION:
arcusys.net. 604800 IN SOA mail.arcusys.net. stebed.arcusys.net. 70726 604800 86400 2419200 604800
Received 77 bytes from 192.168.0.2#53 in 0 ms
Sorry, for my late answer (I had some work to do at home). I realy approciate your help and your patience.
Thank you, Bill