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 04-11-2010, 10:17 AM
Beginner Member
 
Posts: 2
Exclamation [SOLVED] ZCS multidomain on one server

Dear All,

My first post on Zimbra forums.
I 'm new in Zimbra and studying install for my lab so I have an layout

I want to install Zimbra ZCS on 1 server and hosted 3 domain on it (I know zimbra can hosted many domain)

Hostname: zmail.lab.com
IP: 192.168.0.1
Distro: Ubuntu 8.04LTS
3 Domain: lab1.net, lab2.net, lab3.net


1. First DNS Server, I setup on it so I need 3 MX records for 3 domain:
I finished setup Bind9, I can dig mx, nslookup 3 domain
This is db:

Code:
$TTL 604800
lab01.net.      IN      SOA     zmail.lab.com.        admin.lab.com. (
                        070725  ;
                        604800  ;
                        86400   ;
                        2419200 ;
                        604800 )
;
        IN      NS      zmail.lab.com.
        IN      MX      10      mail.lab01.net.
zmail        IN      A      192.168.0.1

Code:
$TTL 604800
lab02.net.      IN      SOA     zmail.lab.com.        admin.lab.com. (
                        070725  ;
                        604800  ;
                        86400   ;
                        2419200 ;
                        604800 )
;
        IN      NS      zmail.lab.com.
        IN      MX      10      mail.lab02.net.
zmail        IN      A      192.168.0.1


Code:
$TTL 604800
lab03.net.      IN      SOA     zmail.lab.com.        admin.lab.com. (
                        070725  ;
                        604800  ;
                        86400   ;
                        2419200 ;
                        604800 )
;
        IN      NS      zmail.lab.com.
        IN      MX      10      mail.lab03.net.
zmail        IN      A      192.168.0.1
2. My question is:
- I know ZCS version don't have option domain level admin and admin account of the first domain was setup is control two others ?? (Example: lab01.net is the first domain when install zimbra and admin@lab01.net was administrator of two others domains). I must install the first domain and add two other, is that right????

- When I setup ZImbra, it took hostname: zmail.lab.com is server name
- Did my DNS was wrong configuration? Because I sent an test email between domains, it said hostname or domain zmail.lab.com not found???

Thanks for any reply,
Reply With Quote
  #2 (permalink)  
Old 04-11-2010, 10:37 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Post the output of the following commands (run on the Zimbra server) for the primary domain:
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <- use that exact command with backticks not single quotes
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 04-12-2010, 05:15 AM
Beginner Member
 
Posts: 2
Default

Dear Phoenix,

I solved my dNS issues, I miss db of lab.com zone.

This is all db zones

db.lab01.net
Code:
$TTL 604800
lab01.net.	IN	SOA	zmail.lab.com.	admin.lab.com. (
			070725	;
			604800	;
			86400	;
			2419200	;
			604800 )
;
	IN	NS	zmail.lab.com.
	IN	MX	10	mail.lab01.net.

db.lab02.net
Code:
$TTL 604800
lab02.net.	IN	SOA	zmail.lab.com.	admin.lab.com. (
			070725	;
			604800	;
			86400	;
			2419200	;
			604800 )
;
	IN	NS	zmail.lab.com.
	IN	MX	10	mail.lab02.net.

db.lab03.net
Code:
$TTL 604800
lab03.net.	IN	SOA	zmail.lab.com.	admin.lab.com. (
			070725	;
			604800	;
			86400	;
			2419200	;
			604800 )
;
	IN	NS	zmail.lab.com.
	IN	MX	10	mail.lab03.net.

db.lab.com
Code:
$TTL 604800
@	IN	SOA	zmail.lab.com.	admin.lab.com. (
			070725	;
			604800	;
			86400	;
			2419200	;
			604800 )
;
	IN	NS	zmail.lab.com.
zmail	IN	A	192.168.0.1
Done for my DNS, now I can send email from any local domains

And the other question:

- I know ZCS version don't have option domain level admin and admin account of the first domain was setup is control two others ?? (Example: lab01.net is the first domain when install zimbra and admin@lab01.net was administrator of two others domains). I must install the first domain and add two other, is that right????[


Thanks and best regards,
OnlyU
Reply With Quote
  #4 (permalink)  
Old 04-12-2010, 10:59 PM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by onlyurocks View Post
I must install the first domain and add two other, is that right????[[/B]
Yes, you will install one domain which will be the 'primary' domain during the installation of Zimbra - once that's done you can add as many domains as you like.
__________________
Regards


Bill
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.