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

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 08-20-2009, 05:06 AM
Active Member
 
Posts: 48
Default logo not showing

hi,

we have a foss edition right now.. if we access the server usin an IP address ,we can see the LoginBanner, AppBanner and favicon. However, if we acess through the server mail address we can't see any of these..

Any sugestions

Abby
Reply With Quote
  #2 (permalink)  
Old 08-20-2009, 05:27 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

There should be no reason why the logo doesn't appear, are you sure you have a valid hosts file and DNS A & MX records pointing to your server (the fact it works with an IP but not the FQDN indicates you have a problem)?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-25-2009, 11:54 PM
Active Member
 
Posts: 48
Default

Quote:
Originally Posted by phoenix View Post
There should be no reason why the logo doesn't appear, are you sure you have a valid hosts file and DNS A & MX records pointing to your server (the fact it works with an IP but not the FQDN indicates you have a problem)?
yes... the hosts file on the client machines show
172.16.10.88 xyz.abc.com (not real name)

the hosts file on my sys show
172.16.10.88 xyz.abc.com

the DNS A shows
abc A 172.16.10.88


the DNS MX shows

abc MX abc

the DNS MX records mail relay list and the NS records shows

xyz.com
xyz.abc.com
Reply With Quote
  #4 (permalink)  
Old 08-26-2009, 12:00 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by bluebriarrose View Post
yes... the hosts file on the client machines show
172.16.10.88 xyz.abc.com (not real name)
You don't need that entry on any of the client machines.

Quote:
Originally Posted by bluebriarrose View Post
the hosts file on my sys show
172.16.10.88 xyz.abc.com
That's incorrect, it should be of the format:

Code:
127.0.0.1 localhost.localdomain localhost
172.16.10.88    xyz.abc.com xyz

Quote:
Originally Posted by bluebriarrose View Post
the DNS A shows
abc A 172.16.10.88


the DNS MX shows

abc MX abc

the DNS MX records mail relay list and the NS records shows

xyz.com
xyz.abc.com
Posting your output like this isn't all that useful, it would be far better to post the actual output of the dig and cat commands so we can verify the actual output.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-26-2009, 12:11 AM
Active Member
 
Posts: 48
Default

could you please give me the commands
Reply With Quote
  #6 (permalink)  
Old 08-26-2009, 12:14 AM
Active Member
 
Posts: 48
Default

the previous output was of the hosts.conf file ... not the hosts file... my mistake
Reply With Quote
  #7 (permalink)  
Old 08-26-2009, 12:15 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by bluebriarrose View Post
could you please give me the commands
They're all over the forums but here they are again:

Code:
cat /etc/resolv.conf
cat /etc/hosts
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <-- use that exact command with backticks not single quotes
They should be run on your Zimbra server.
__________________
Regards


Bill
Reply With Quote
  #8 (permalink)  
Old 08-26-2009, 12:16 AM
Active Member
 
Posts: 48
Default

hostname
cccbl
Reply With Quote
  #9 (permalink)  
Old 08-26-2009, 12:18 AM
Active Member
 
Posts: 48
Default

dig citizecredit.com mx

; <<>> DiG 9.3.4 <<>> citizecredit.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10816
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0

;; QUESTION SECTION:
;citizecredit.com. IN MX

;; AUTHORITY SECTION:
. 3600000 IN NS H.ROOT-SERVERS.NET.
. 3600000 IN NS I.ROOT-SERVERS.NET.
. 3600000 IN NS J.ROOT-SERVERS.NET.
. 3600000 IN NS K.ROOT-SERVERS.NET.
. 3600000 IN NS L.ROOT-SERVERS.NET.
. 3600000 IN NS M.ROOT-SERVERS.NET.
. 3600000 IN NS A.ROOT-SERVERS.NET.
. 3600000 IN NS B.ROOT-SERVERS.NET.
. 3600000 IN NS C.ROOT-SERVERS.NET.
. 3600000 IN NS D.ROOT-SERVERS.NET.
. 3600000 IN NS E.ROOT-SERVERS.NET.
. 3600000 IN NS F.ROOT-SERVERS.NET.
. 3600000 IN NS G.ROOT-SERVERS.NET.

;; Query time: 0 msec
;; SERVER: ::1#53(::1)
;; WHEN: Wed Aug 26 12:55:33 2009
;; MSG SIZE rcvd: 245
Reply With Quote
  #10 (permalink)  
Old 08-26-2009, 12:19 AM
Active Member
 
Posts: 48
Default

dig citizecredit.com any

; <<>> DiG 9.3.4 <<>> citizecredit.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46118
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0

;; QUESTION SECTION:
;citizecredit.com. IN ANY

;; AUTHORITY SECTION:
. 3600000 IN NS G.ROOT-SERVERS.NET.
. 3600000 IN NS H.ROOT-SERVERS.NET.
. 3600000 IN NS I.ROOT-SERVERS.NET.
. 3600000 IN NS J.ROOT-SERVERS.NET.
. 3600000 IN NS K.ROOT-SERVERS.NET.
. 3600000 IN NS L.ROOT-SERVERS.NET.
. 3600000 IN NS M.ROOT-SERVERS.NET.
. 3600000 IN NS A.ROOT-SERVERS.NET.
. 3600000 IN NS B.ROOT-SERVERS.NET.
. 3600000 IN NS C.ROOT-SERVERS.NET.
. 3600000 IN NS D.ROOT-SERVERS.NET.
. 3600000 IN NS E.ROOT-SERVERS.NET.
. 3600000 IN NS F.ROOT-SERVERS.NET.

;; Query time: 0 msec
;; SERVER: ::1#53(::1)
;; WHEN: Wed Aug 26 12:56:52 2009
;; MSG SIZE rcvd: 245
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.