View Single Post
  #10 (permalink)  
Old 04-27-2009, 12:16 AM
dineshsdk dineshsdk is offline
Intermediate Member
 
Posts: 23
Default Server started

hi ,

I have changed my domain name to "mclantech.com" from "mail.greenexample.com" with the fresh installation.

This is my

[zimbra@websrv15 root]$ dig mclantech.com mx

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

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

;; ANSWER SECTION:
mclantech.com. 3600 IN MX 10 mail.mclantech.com.

;; ADDITIONAL SECTION:
mail.mclantech.com. 3600 IN A 192.168.100.87

;; Query time: 1072 msec
;; SERVER: 192.168.100.120#53(192.168.100.120)
;; WHEN: Sun Apr 26 23:36:37 2009
;; MSG SIZE rcvd: 68

=========================================

[zimbra@websrv15 root]$ dig mclantech.com any

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

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

;; ANSWER SECTION:
mclantech.com. 3600 IN NS mls20.mclantech.com.
mclantech.com. 3600 IN NS mls20.
mclantech.com. 3600 IN SOA mls20. hostmaster. 14 900 600 86400 3600
mclantech.com. 3600 IN MX 10 mail.mclantech.com.

;; ADDITIONAL SECTION:
mls20.mclantech.com. 3600 IN A 192.168.100.120
mail.mclantech.com. 3600 IN A 192.168.100.87

;; Query time: 1 msec
;; SERVER: 192.168.100.120#53(192.168.100.120)
;; WHEN: Sun Apr 26 23:36:44 2009
;; MSG SIZE rcvd: 169

==========================================

If i start the server, i get the following as done

[zimbra@websrv15 root]$ zmcontrol start
Host mail.mclantech.com
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.

I didn't get anything failed. But if i run the URL "http://192.168.100.87" or "http://192.168.100.87:7071/zimbraAdmin", the page keeps on loading. It didn't display either the page or the error. What will be the problem

Last edited by dineshsdk; 04-27-2009 at 01:50 AM..
Reply With Quote