Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 02-15-2011, 03:55 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

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?
__________________
Regards


Bill
Reply With Quote
  #12 (permalink)  
Old 02-15-2011, 06:53 AM
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by phoenix View Post
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
Reply With Quote
  #13 (permalink)  
Old 02-15-2011, 07:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Is this server behind a NAT router or firewall? The hosts file needs to look like the following example:

Code:
127.0.0.1       localhost.localdomain localhost
91.121.75.89  mail.manolosanctis.com mail
__________________
Regards


Bill
Reply With Quote
  #14 (permalink)  
Old 02-15-2011, 07:14 AM
Junior Member
 
Posts: 8
Default

I don't know for the NAT/firewall, how can i check this ?
I modified my hosts file on the zimbra server, it looks like this :
Code:
# 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    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
Do i need to delete the other lines ?

EDIT : Also, everything was working well on the previous installed version :/
I haven't modified anything for the hosts or dns.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.