
Originally Posted by
phoenix
Then I guess you'll know what my first questions will be.
Any firewall likely to be blocking inbound port 25? Is port 25 forwarded through your router to the Zimbra server? Post the output of the following commands (run on the Zimbra server):
Code:
cat /etc/resolv.conf
cat /etc/hosts
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- type that exactly with backticks not single quotes
No Port 25 is open and online tests I have used seem to confirm that.
OK 2 mins and i will post command results - thanks
Code:
adam@mail:~$ cat /etc/resolv.conf
nameserver 192.168.1.112
Code:
adam@mail:~$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.112 mail.amendedmydomain.info 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
Code:
; <<>> DiG 9.4.2-P2 <<>> amendedmydomain.info mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31747
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;amendedmydomain.info. IN MX
;; ANSWER SECTION:
amendedmydomain.info. 604800 IN MX 10mail.amendedmydomain.info.
;; AUTHORITY SECTION:
amendedmydomain.info. 604800 IN NS mail.amendedmydomain.info.
;; ADDITIONAL SECTION:
mail.amendedmydomain.info. 604800 IN A 192.168.1.112
;; Query time: 0 msec
;; SERVER: 192.168.1.112#53(192.168.1.112)
;; WHEN: Wed May 13 07:59:24 2009
;; MSG SIZE rcvd: 88
Code:
; <<>> DiG 9.4.2-P2 <<>> amendedmydomain.info any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34836
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;amendedmydomain.info. IN ANY
;; ANSWER SECTION:
amendedmydomain.info. 604800 IN SOA mail.amendedmydomain.info. admin.amendedmydomain.info. 70725 604800 86400 2419200 604800
amendedmydomain.info. 604800 IN NS mail.amendedmydomain.info.
amendedmydomain.info. 604800 IN MX 10 mail.amendedmydomain.info.
amendedmydomain.info. 604800 IN A 192.168.1.112
;; ADDITIONAL SECTION:
mail.amendedmydomain.info. 604800 IN A 192.168.1.112
;; Query time: 0 msec
;; SERVER: 192.168.1.112#53(192.168.1.112)
;; WHEN: Wed May 13 08:01:27 2009
;; MSG SIZE rcvd: 146
and the final command i couldn't run with the backticks "host `hostname`" but i ran "host mail" which returned what is perhaps my problem?
Code:
adam@mail:~$ host mail
mail has address 67.215.65.132
Host mail not found: 3(NXDOMAIN)