Quote:
Originally Posted by phoenix Go to the Split DNS article and run all the commands in the 'Verifyr..' section to check hosts file and the DNS A & MX records. Did you take a backup of your /opt/Zimbra directory structure before you tried this upgrade? |
Named is running on another server.
I had to stop bind9 on my zimbra server so that it works fine with the other server.
The commands
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig manolosanctis.com mx
dig manolosanctis.com any
host $(hostname)
Give me the following output:
Code:
root@ns351143:/# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
91.121.75.89 ns351143.ovh.net mail.manolosanctis.com mail
# The following lines are desirable for IPv6 capable hosts
#(added automatically by netbase upgrade)
::1 ip6-localhost ip6-loopback
feo0::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
root@ns351143:/# cat /etc/resolv.conf
nameserver 127.0.0.1
nameserver 213.186.33.99
search ovh.net
root@ns351143:/# dig manolosanctis.com mx
; <<>> DiG 9.4.2-P1 <<>> manolosanctis.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46120
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;manolosanctis.com. IN MX
;; ANSWER SECTION:
manolosanctis.com. 227 IN MX 10 mail.manolosanctis.com.
;; AUTHORITY SECTION:
manolosanctis.com. 3094 IN NS ns208581.ovh.net.
manolosanctis.com. 3094 IN NS sdns1.ovh.net.
;; ADDITIONAL SECTION:
mail.manolosanctis.com. 227 IN A 91.121.75.89
sdns1.ovh.net. 64116 IN A 213.251.188.140
sdns1.ovh.net. 64116 IN AAAA 2001:41d0:1:4a8c::1
ns208581.ovh.net. 83027 IN A 94.23.224.223
;; Query time: 4 msec
;; SERVER: 213.186.33.99#53(213.186.33.99)
;; WHEN: Tue Feb 15 15:41:55 2011
;; MSG SIZE rcvd: 182
root@ns351143:/# dig manolosanctis.com any
; <<>> DiG 9.4.2-P1 <<>> manolosanctis.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39219
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;manolosanctis.com. IN ANY
;; ANSWER SECTION:
manolosanctis.com. 212 IN MX 10 mail.manolosanctis.com.
manolosanctis.com. 3079 IN A 94.23.224.223
manolosanctis.com. 3079 IN NS sdns1.ovh.net.
manolosanctis.com. 3079 IN NS ns208581.ovh.net.
;; AUTHORITY SECTION:
manolosanctis.com. 3079 IN NS ns208581.ovh.net.
manolosanctis.com. 3079 IN NS sdns1.ovh.net.
;; ADDITIONAL SECTION:
mail.manolosanctis.com. 212 IN A 91.121.75.89
sdns1.ovh.net. 64101 IN A 213.251.188.140
sdns1.ovh.net. 64101 IN AAAA 2001:41d0:1:4a8c::1
ns208581.ovh.net. 83012 IN A 94.23.224.223
;; Query time: 4 msec
;; SERVER: 213.186.33.99#53(213.186.33.99)
;; WHEN: Tue Feb 15 15:42:09 2011
;; MSG SIZE rcvd: 226
root@ns351143:/# host $(hostname)
ns351143.ovh.net has address 91.121.75.89
I have made changes to hosts file, do i need to restart my server ?
I have taken a backup of my /opt/zimbra directory when installation of the new version was not working yet.
Thanks for your patience
Yuuk