Quote:
Originally Posted by mmorse Expand domains on that page-Do you have dijital.us listed as a domain? or just mail.digital.us?
Let's see your /etc/hosts file.
Though you could be setting this up internally...currently from the outside I get no answer if I do a:
dig mx mail.digital.us
or
dig mx digital.us
or
dig mx webmail.digital.us
Post your responses from running the above commands on that machine & that of another 'inside' if you could. |
From that machine:
root@mail:~# dig mx mail.dijital.us
dig mx
; <<>> DiG 9.3.2 <<>> mx mail.dijital.us
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4612
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.dijital.us. IN MX
;; AUTHORITY SECTION:
dijital.us. 38400 IN SOA ns1.dijital.us. sysadmin.dijital.us. 115302755 3 10800 3600 604800 38400
;; Query time: 4 msec
;; SERVER: 172.16.1.254#53(172.16.1.254)
;; WHEN: Tue Jun 12 19:05:57 2007
;; MSG SIZE rcvd: 82
root@mail:~# dig mx dijital.us
; <<>> DiG 9.3.2 <<>> mx dijital.us
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11231
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;dijital.us. IN MX
;; ANSWER SECTION:
dijital.us. 38400 IN MX 10 mail.dijital.us.
;; AUTHORITY SECTION:
dijital.us. 38400 IN NS ns1.dijital.us.
dijital.us. 38400 IN NS ns1.lazytechs.com.
;; ADDITIONAL SECTION:
mail.dijital.us. 38400 IN A 208.107.59.182
ns1.dijital.us. 38400 IN A 208.107.59.182
;; Query time: 7 msec
;; SERVER: 172.16.1.254#53(172.16.1.254)
;; WHEN: Tue Jun 12 19:06:01 2007
;; MSG SIZE rcvd: 130
root@mail:~# dig mx webmail.dijital.us
; <<>> DiG 9.3.2 <<>> mx webmail.dijital.us
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25266
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;webmail.dijital.us. IN MX
;; AUTHORITY SECTION:
dijital.us. 38400 IN SOA ns1.dijital.us. sysadmin.dijital.us. 115302755 3 10800 3600 604800 38400
;; Query time: 7 msec
;; SERVER: 172.16.1.254#53(172.16.1.254)
;; WHEN: Tue Jun 12 19:06:12 2007
;; MSG SIZE rcvd: 85
root@mail:~#
/etc/hosts/:
127.0.0.1 localhost.localdomain localhost
172.16.1.230 mail.dijital.us mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
I would like this to be able to mail internally along with worldwide, so my network will not be just local, but global.