Did you installed it like this:
./install.sh --platform-override
Did you installed it like this:
./install.sh --platform-override
I installed Zimbra 5.0.14 on a 32-bit CentOS 5.2 server a while ago. Upgraded both Zimbra and CentOS whenever there was an update. Never had any errors.
I posted a few success stories on this forum:
Zimbra :: Forums - Search Results
I found:
2010-08-19 09:42:09,702 ERROR [btpool0-4://localhost:7071/service/admin/soap/SaveWikiRequest] [name=wiki@mail.mymailhost.com;aname=zimbra;mid=1;i p=127.0.0.1;ua=zclient/6.0.7_GA_2473.RHEL5;] ObjectHandler - loadHandler caught exception
com.zimbra.cs.zimlet.ZimletException: cannot figure out hostname on localhost
Please post:
$ cat /etc/hosts
$ hostname
$ dig mail.mymailhost.com
$ dig mx mymailhost.com
I believe that is an old error that I corrected .....because I can dig my hostname just fine. It displays my A and MX records correctly.
Ok, I can't help you because I don't know your server conf.
Everyone need this to help you Bro..
$ cat /etc/hosts
$ hostname
$ dig mail.mymailhost.com
$ dig mx mymailhost.com
cat results:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost
10.0.0.49 mail.mymailhost.com
::1 localhost6.localdomain6 localhost6
---------------------------------
hostname results:
tom
---------------------------------
dig mail.mymailhost.com results:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> mail.mymailhost.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8265
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.mymailhost.com. IN A
;; ANSWER SECTION:
mail.mymailhost.com. 2592000 IN A 10.0.0.49
;; AUTHORITY SECTION:
mail.mymailhost.com. 2592000 IN NS 10.0.0.49.mail.mymailhost.com.
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Aug 20 08:14:05 2010
;; MSG SIZE rcvd: 76
---------------------------------
dig mx mail.mymailhost.com results:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> mx mail.mymailhost.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3654
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;mail.mymailhost.com. IN MX
;; ANSWER SECTION:
mail.mymailhost.com. 2592000 IN MX 10 mail.mymailhost.com.
;; AUTHORITY SECTION:
mail.mymailhost.com. 2592000 IN NS 10.0.0.49.mail.mymailhost.com.
;; ADDITIONAL SECTION:
mail.mymailhost.com. 2592000 IN A 10.0.0.49
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Aug 20 08:15:57 2010
;; MSG SIZE rcvd: 92
---------------------------------
Remember though, my only issue is that the following zimlets failed to install:
com_zimbra_phone...failed.
com_zimbra_email...failed.
com_zimbra_dnd...failed.
com_zimbra_url...failed.
Zimbra seems to be functioning fine other than that. No visible signs of trouble. Email sends and receives fine from all of my domains. I just wanted to fix the zimlet issue so that I can get the full experience of the software and learn it well.
I guess I'm not sure how a DNS issue would have anything to do with the zimlets failing. Sorry for the confusion.
The correct hostname is mail.mymailhost.com please replace "tom" with mail.mymailhost.com
# vi /etc/sysconfig/network
# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=mail.mymailhost.com # the correct hostname
DOMAINNAME=mymailhost.com
then reboot your server and find "cannot figure out hostname on localhost" in mailbox.log
HTH
There are currently 1 users browsing this thread. (0 members and 1 guests)