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
  #1 (permalink)  
Old 05-28-2009, 11:08 PM
Member
 
Posts: 14
Default not able to view the mails through Administration Console

Hi All,

There is some problem while viewing the emails through Administrative Console it shows "Address Not Found" Firefox can't find the server at zimbratest.usic.com. There is no any Other problem while while working with Administrative Console.Only not able to read massages from that.


Any assistance would be appreciable.

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-28-2009, 11:25 PM
Moderator
 
Posts: 7,929
Default

It sounds like that your DNS is incorrect somewhere
Code:
su - zimbra
zmcontrol -v
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #3 (permalink)  
Old 05-29-2009, 12:07 AM
Outstanding Member
 
Posts: 594
Default

Did you try logging with IP address ?
Reply With Quote
  #4 (permalink)  
Old 05-29-2009, 03:39 AM
Member
 
Posts: 14
Default

Quote:
Originally Posted by uxbod View Post
It sounds like that your DNS is incorrect somewhere
Code:
su - zimbra
zmcontrol -v
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
[/CODE]
host `hostname` <- note backticks and not single quotes[/code]


Everything is fine nothing is wrong with these files u can check it.

Code:
[zimbra@zimbratest ~]$ zmcontrol -v


Release 5.0.14_GA_2850.RHEL5_20090303142201 RHEL5 FOSS edition

[zimbra@zimbratest ~]$
cat /etc/hosts

Code:
[zimbra@zimbratest ~]$ 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
::1             localhost6.localdomain6 localhost6
172.16.1.250            zimbratest.usic.com zimbratest
[zimbra@zimbratest ~]$
cat /etc/resolv.conf

Code:
[zimbra@zimbratest ~]$ cat /etc/resolv.conf
search usic.com
nameserver 172.16.1.52
nameserver 218.248.240.79
[zimbra@zimbratest ~]$
dig yourdomain mx

Code:
[zimbra@zimbratest ~]$ dig zimbratest.usic.com mx

; <<>> DiG 9.3.3rc2 <<>> zimbratest.usic.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64333
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;zimbratest.usic.com.           IN      MX

;; ANSWER SECTION:
zimbratest.usic.com.    3600    IN      MX      10 zimbratest.usic.com.

;; ADDITIONAL SECTION:
zimbratest.usic.com.    3600    IN      A       172.16.1.250

;; Query time: 25 msec
;; SERVER: 172.16.1.52#53(172.16.1.52)
;; WHEN: Fri May 29 08:33:30 2009
;; MSG SIZE  rcvd: 69

[zimbra@zimbratest ~]$
dig yourdomain any

Code:
; <<>> DiG 9.3.3rc2 <<>> zimbratest.usic.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24289
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;zimbratest.usic.com.           IN      ANY

;; ANSWER SECTION:
zimbratest.usic.com.    3600    IN      A       172.16.1.250
zimbratest.usic.com.    3600    IN      MX      10 zimbratest.usic.com.

;; ADDITIONAL SECTION:
zimbratest.usic.com.    3600    IN      A       172.16.1.250

;; Query time: 161 msec
;; SERVER: 172.16.1.52#53(172.16.1.52)
;; WHEN: Fri May 29 08:34:20 2009
;; MSG SIZE  rcvd: 85

[zimbra@zimbratest ~]$
host `hostname`

Code:
[zimbra@zimbratest ~]$ host zimbratest.usic.com
zimbratest.usic.com has address 172.16.1.250
zimbratest.usic.com mail is handled by 10 zimbratest.usic.com.
[zimbra@zimbratest ~]$
Reply With Quote
  #5 (permalink)  
Old 05-29-2009, 03:53 AM
Moderator
 
Posts: 7,929
Default

Hmmm, looks okay ... as Veronica has asked have you tried by just using the IP address ?
__________________
Reply With Quote
  #6 (permalink)  
Old 05-29-2009, 04:08 AM
Member
 
Posts: 14
Default

Quote:
Originally Posted by veronica View Post
Did you try logging with IP address ?
Hi veronica,

let me do one thing very clear, that i am able to login with Administrative Console but when i select Account and then any user from the console and try to read the mail then it shows the error
"Address Not Found
Firefox can't find the server at zimbratest.usic.com."

And very strange thing is that earlier it was working fine without any problem, since i did not do any modification in zimbra server.
Reply With Quote
  #7 (permalink)  
Old 05-29-2009, 04:12 AM
Moderator
 
Posts: 7,929
Default

Code:
su - zimbra
zmcontrol -v
Have you checked your Log Files - Zimbra :: Wiki for any error messages
__________________
Reply With Quote
  #8 (permalink)  
Old 05-29-2009, 04:24 AM
Member
 
Posts: 14
Default

I already told you ... but pasting it again

[zimbra@zimbratest ~]$ zmcontrol -v


Release 5.0.14_GA_2850.RHEL5_20090303142201 RHEL5 FOSS edition

[zimbra@zimbratest ~]$
Reply With Quote
  #9 (permalink)  
Old 05-29-2009, 04:26 AM
Member
 
Posts: 14
Default

Actually very touch to Understand the logs.. i think you can some help me to understand this problem.
Reply With Quote
  #10 (permalink)  
Old 05-29-2009, 01:45 PM
Outstanding Member
 
Posts: 684
Default You should run Dig against domain not FQDN of server.

It appears that the domain is usic.com and the fully qualified domain name of your server is zimbratest.usic.com. Dig should be run against just the domain. ie. usic.com
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.