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-15-2007, 05:34 AM
Senior Member
 
Posts: 53
Default Zimbra loaded ok, but zmcontrol failure!

I have loaded zimbra 4.5.5 on a fresh install of Ubuntu 6.06 server. When i type zmcontrol status i get the cannot determine status message. Checked my log and found this:-

warning: My hostname zimbra is not a fully qualified name - set hostname or mydomain in /opt/zimbra/postfix-2.2.9/conf/main.cf

This main.cf file is blank. what do i do?
Reply With Quote
  #2 (permalink)  
Old 05-15-2007, 05:41 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by derr1ck View Post
warning: My hostname zimbra is not a fully qualified name - set hostname or mydomain in /opt/zimbra/postfix-2.2.9/conf/main.cf

This main.cf file is blank. what do i do?
Did you read the Quick Start Guide on the system requirements? You need to set a FQDN for your server and have DNS A & MX records set before you start the install. Check the install logs and see what happened and if there are any errors.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 05-15-2007, 05:45 AM
Senior Member
 
Posts: 53
Default

There were no errors upon install and mx records seem ok nslookup reports back as it should when i do dig mail.mobecservices.com it seems ok.
Reply With Quote
  #4 (permalink)  
Old 05-15-2007, 05:48 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Try doing the following:

Code:
host `hostname`
dig mobecservices.com  any
dig mobecservices.com  mx
and post the results.

I assume you have a local DNS server installed if this is behind a NAT device?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 05-15-2007, 07:48 AM
Senior Member
 
Posts: 53
Default

Results:-

derrick@zimbra:/var/log$ host 'hostname'
Host hostname not found: 3(NXDOMAIN)
derrick@zimbra:/var/log$ dig mobecservices.com any

; <<>> DiG 9.3.2 <<>> mobecservices.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42049
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
mobecservices.com. 10600 IN MX 0 mobecservices.com.
mobecservices.com. 30 IN A 67.15.250.12
mobecservices.com. 72030 IN NS ns1.siteground139.com.
mobecservices.com. 72030 IN NS ns2.siteground139.com.

;; AUTHORITY SECTION:
mobecservices.com. 72030 IN NS ns1.siteground139.com.
mobecservices.com. 72030 IN NS ns2.siteground139.com.

;; ADDITIONAL SECTION:
mobecservices.com. 30 IN A 67.15.250.12
ns1.siteground139.com. 19515 IN A 67.15.250.12
ns2.siteground139.com. 430 IN A 67.15.250.112

;; Query time: 16 msec
;; SERVER: 87.194.0.51#53(87.194.0.51)
;; WHEN: Tue May 15 15:46:12 2007
;; MSG SIZE rcvd: 193

derrick@zimbra:/var/log$ dig mobecservices.com mx

; <<>> DiG 9.3.2 <<>> mobecservices.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57047
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
mobecservices.com. 10591 IN MX 0 mobecservices.com.

;; AUTHORITY SECTION:
mobecservices.com. 72021 IN NS ns1.siteground139.com.
mobecservices.com. 72021 IN NS ns2.siteground139.com.

;; ADDITIONAL SECTION:
mobecservices.com. 21 IN A 67.15.250.12
ns1.siteground139.com. 19506 IN A 67.15.250.12
ns2.siteground139.com. 421 IN A 67.15.250.112

;; Query time: 15 msec
;; SERVER: 87.194.0.51#53(87.194.0.51)
;; WHEN: Tue May 15 15:46:21 2007
;; MSG SIZE rcvd: 149

derrick@zimbra:/var/log$
Reply With Quote
  #6 (permalink)  
Old 05-15-2007, 08:23 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

This command:
Code:
host `hostname`
uses back ticks not quotes. I mentioned a NAT device in my earlier post, are you behind a router and if so is there a local DNS server?

If I lookup your DNS here and telnet to the pointed to IP it shows another mailserver running:
Code:
telnet mobecservices.com 25
Trying 67.15.250.12...
Connected to mobecservices.com.
Escape character is '^]'.
220-serv01.siteground139.com ESMTP Exim 4.66 #1 Tue, 15 May 2007 10:20:42 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
I would guess your DNS is incorrectly set-up and/or you need to disable the other mailserver.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 05-15-2007, 08:41 AM
Senior Member
 
Posts: 53
Default

Yes its behind a router. Ah we have SBS2003 Server currently running as mailserver. I can temporarily shut this down and try again.
Reply With Quote
  #8 (permalink)  
Old 05-15-2007, 08:45 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

The response I get from the telnet is that it's an EXIM server.

You can keep the Exchange server running if you wanted to use a split-domain, have a look at the documentation in the wiki on split DNS & split Domain.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 05-15-2007, 09:09 AM
Senior Member
 
Posts: 53
Default

Are you referring to this:-

220-serv01.siteground139.com ESMTP Exim 4.66 #1 Tue, 15 May 2007 10:20:42 -0500

siteground139.com is our webhosting provider & is where our email is served from. This all now beginning to confuse me!
Reply With Quote
  #10 (permalink)  
Old 05-15-2007, 09:12 AM
Senior Member
 
Posts: 53
Default

The current /etc/hosts

127.0.0.1 localhost
192.168.1.78 zimbra.mobecservices zimbra
192.168.1.78 mail.mobecservices.com mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


/etc/resolv.conf

nameserver 87.194.0.51
nameserver 87.194.0.52

nameserver 192.168.1.78

/etc/bind/named.conf.local

//
// Add local zone definitions here.

// We are the master server for mail.mobecservices.com
zone "mail.mobecservices.com" {
type master;
file "db.mail.mobecservices.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.