Hi there
I am a total beginner in both zimbra and linux!
I get 2 errors when i install:
DNS ERROR resolving mail.pmjdk.dk
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] n
DNS ERROR resolving MX for mail.pmjdk.dk
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] n
I'm not 100% what to do - i tried to follow the guide, but in the field of DNS it doesn't say that much! (what to setup and so on)
I own the site: pmjdk.dk and i changed the IP adresse in dns under A pmjdk.dk and A mail.pmjdk.dk to point at my wan ip address and (for test purpose) my local ip is DMZ
I can see the login page if i type
https://*mywanip*:7071/zibraAdmin - but not if i type
https://mail.pmjdk.dk:7071......
If you reply, please tell me excatly what to do and how to do it - thanks
Michael
I saw you ask for this in other posts - so.......
Code:
m@mail:~$ dig mx mail.pmjdk.dk
; <<>> DiG 9.4.2 <<>> mx mail.pmjdk.dk
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30329
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.pmjdk.dk. IN MX
;; AUTHORITY SECTION:
pmjdk.dk. 10800 IN SOA pmjdk.dk. hosmaster.domainteam.dk. 1109585409 10800 3600 432000 38400
;; Query time: 55 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 10:47:47 2008
;; MSG SIZE rcvd: 88
Code:
m@mail:~$ dig mail.pmjdk.dk
; <<>> DiG 9.4.2 <<>> mail.pmjdk.dk
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26861
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;mail.pmjdk.dk. IN A
;; ANSWER SECTION:
mail.pmjdk.dk. 7200 IN A 62.242.36.51
;; AUTHORITY SECTION:
pmjdk.dk. 7200 IN NS ns2.domainteam.dk.
pmjdk.dk. 7200 IN NS ns.domainteam.dk.
;; ADDITIONAL SECTION:
ns.domainteam.dk. 20473 IN A 62.242.36.51
ns2.domainteam.dk. 7723 IN A 87.238.248.103
;; Query time: 48 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 10:32:56 2008
;; MSG SIZE rcvd: 125