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
  #11 (permalink)  
Old 07-10-2008, 02:07 AM
Starter Member
 
Posts: 1
Default

Quote:
Originally Posted by bigmudcake View Post
Code:
192.168.7.161    mailserver     mail
To something similar to (where yourdomain.com is your actual domain name as defined in the DNS server you use)
Code:
192.168.7.161    mail.yourdomain.com     mail
my hosts looks like this:
Code:
127.0.0.1	localhost.localdomain localhost
192.168.0.207	ataman.serapis.pl ataman
Code:
ERROR: Installation can not proceeed.  Please fix your /etc/hosts file
  to contain:

    

  Where  is the ip address of the host,
   is the FULLY QUALIFIED host name, and
   is the (optional) hostname-only portion
i've got the same error message. i want to run zimbra on my computer (ataman) on lan (lan ip: 192.168.0.207). so how should look my hosts file??

Last edited by sz4rlej; 07-10-2008 at 03:11 AM..
Reply With Quote
  #12 (permalink)  
Old 07-28-2008, 08:42 AM
Junior Member
 
Posts: 7
Default

is ataman.serapis.pl resolving to 192.168.0.207 when you run...the below command on the system where you are installing ZCS

I assume you want to create email accounts for serapis.pl instead of ataman.serapis.pl, so you should have an MX record for serapis.pl as well.

host ataman.serapis.pl

/etc/hostname shoud have ataman.serapis.pl

---
DNS record if you use BIND on the authoritative name server for serapis.pl

ataman.serapis.pl. A 192.168.0.207
ataman.serapis.pl. MX 0 ataman.serapis.pl.
serapis.pl. MX 0 ataman.serapis.pl.
Reply With Quote
  #13 (permalink)  
Old 07-29-2008, 01:16 AM
Loyal Member
 
Posts: 91
Default

Quote:
Originally Posted by bigmudcake View Post
The good news is that you supplied all the right info in this forum to solve your problem

To save you from any future hassles and errors you definitely need to look closely at all errors and instructions supplied by Zimbra to ensure a smooth installation.

First problem I see is that you are trying to install a package of Zimbra designed for Ubuntu 6.0.4 onto Ubuntu 8.0.4. as indicated by first message
Code:
WARNING: ZCS is currently only supported on Ubuntu Server 6.06 LTS.
You are attempting to install on Ubuntu 8.04 which may not work.
I strongly suggest you use the latest version of Zimbra kindly provided by dijichi2 which has been built especially for Ubuntu 8.04
It can be found here for download.

The next issue is your hosts file.
It is really important that you have a fully qualified domain name as email addresses use the domain and not the hostname of a computer.
The message below from your screenshot indicated this
Code:
ERROR: Installation can not proceeed. Please fix your /etc/hosts file to contain:

ip     FQHN     HN
If you look at your hosts file, it does not follow this format.

You need to change the line
Code:
192.168.7.161    mailserver     mail
To something similar to (where yourdomain.com is your actual domain name as defined in the DNS server you use)
Code:
192.168.7.161    mail.yourdomain.com     mail
Which leads me to the next thing you may have trouble with, you need to have setup a proper DNS record for the host you have in your hosts file (ie an A record and MX record).
If you are unsure what these things mean, check out the Zimbra Wiki, or search the forums, or even search the internet on instruction for setting up DNS server for ubuntu.

Hope this helps.
Is it possible to test the software without the DNS?
Reply With Quote
  #14 (permalink)  
Old 07-29-2008, 01:48 AM
Loyal Member
 
Posts: 91
Default

May I know where can I install the libgmp3 library?

Warning message...
==============================================
Press Return to continue

Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.9p10-1ubuntu3.2
libidn11...FOUND libidn11-1.1-1
fetchmail...FOUND fetchmail-6.3.8-10ubuntu1
libgmp3...MISSING
libxml2...FOUND libxml2-2.6.31.dfsg-2ubuntu1
libstdc++6...FOUND libstdc++6-4.2.3-2ubuntu7
openssl...FOUND openssl-0.9.8g-4ubuntu3.3
libltdl3...FOUND libltdl3-1.5.26-1ubuntu1
Prerequisite check complete.
Checking for standard system perl...

###ERROR###

One or more prerequisite packages are missing.
Please install them before running this installer.

Installation cancelled.
===========================================
Reply With Quote
  #15 (permalink)  
Old 07-29-2008, 02:06 AM
Junior Member
 
Posts: 7
Default

$ apt-cache search libgmp3
libgmp3-dev - Multiprecision arithmetic library developers tools
libgmp3-doc - Multiprecision arithmetic library example code
libgmp3c2 - Multiprecision arithmetic library


try installing ...

sudo apt-get install libgmp3-dev libgmp3c2

u can find more about the packages at Ubuntu -- Ubuntu Packages Search

hope that resolves your problem...
Reply With Quote
  #16 (permalink)  
Old 07-29-2008, 01:30 PM
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by shibu View Post
$ apt-cache search libgmp3
libgmp3-dev - Multiprecision arithmetic library developers tools
libgmp3-doc - Multiprecision arithmetic library example code
libgmp3c2 - Multiprecision arithmetic library


try installing ...

sudo apt-get install libgmp3-dev libgmp3c2

u can find more about the packages at Ubuntu -- Ubuntu Packages Search

hope that resolves your problem...
Nevermind. Found it out for myself: Xen Debian Etch libgmp3...MISSING libxml2...MISSING

Last edited by Mccreations; 07-29-2008 at 01:38 PM..
Reply With Quote
  #17 (permalink)  
Old 07-30-2008, 10:14 AM
Loyal Member
 
Posts: 91
Default

Quote:
Originally Posted by Mccreations View Post
Nevermind. Found it out for myself: Xen Debian Etch libgmp3...MISSING libxml2...MISSING
Download the new version of the zimbra at sourgeForge.net...

I will right back to you... After I found the link...

I can support libgmp3c2....
Reply With Quote
  #18 (permalink)  
Old 08-19-2008, 03:01 PM
Starter Member
 
Posts: 2
Default

Installed 5.0.7 on Ubuntu 8.04 LTS as the topic states. I followed the instructions, have all the ports (with the exception of 80 and 443) forwarded on the firewall. I had to change the SSH and Zimbra remote port of 22 default to 666 (22 is for the firewall itself, utilized by the company that manages our network equipment). I believe I have everything configured correctly, but I have a gut feeling I'm having a DNS issue.

I am using a test domain (i.e. one that does not match the company domain). I can ping it from my workstation and it will resolve to the external IP. Must I have a split dns setup so that if I'm internal it forwards to the internal IP, and if I'm external it uses the external IP? This is just a test implementation, so I don't mind adding and removing whatever is possible.

I'm getting ahead of myself. The issue that crops up is that I get a deferred message. I can send out, but can't receive mail. I can telnet from the box, TO itself on 7025 no problem, and I can SSH to the internal and external ip on port 666.

In the message queue I get:

"connect to mail.tsctest.info [167.206.221.74]: connection timed out"

I realize I'm not giving you guys a TON to go on here, and I'm new to Linux/Zimbra but I'm willing to work hard to listen, learn, and troubleshoot this. Please let me know which logs you'd need to further assist me with this, and I'll be very happy to provide them. Also, if there are results from tests you'd like me to run, I can do that as well. Thanks very much everyone!
Reply With Quote
  #19 (permalink)  
Old 08-19-2008, 08:44 PM
Junior Member
 
Posts: 7
Default

hi ,

Can u provide us the output of the command below..logged in as root user.

sudo netstat -tuanp
Reply With Quote
  #20 (permalink)  
Old 08-20-2008, 07:25 AM
Starter Member
 
Posts: 2
Default

Code:
root@mail:/home/peterw# sudo netstat -tuanp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:7780            0.0.0.0:*               LISTEN      6133/httpd      
tcp        0      0 192.168.150.50:389      0.0.0.0:*               LISTEN      4422/slapd      
tcp        0      0 127.0.0.1:10024         0.0.0.0:*               LISTEN      6006/amavisd (maste
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN      6936/master     
tcp        0      0 127.0.0.1:7306          0.0.0.0:*               LISTEN      5081/mysqld     
tcp        0      0 127.0.0.1:7307          0.0.0.0:*               LISTEN      4879/mysqld     
tcp        0      0 0.0.0.0:3310            0.0.0.0:*               LISTEN      6117/clamd      
tcp        0      0 0.0.0.0:465             0.0.0.0:*               LISTEN      6936/master     
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      6936/master     
tcp        0      0 192.168.150.50:389      192.168.150.50:37715    ESTABLISHED 4422/slapd      
tcp        0      0 192.168.150.50:37712    192.168.150.50:389      ESTABLISHED 6012/amavisd (ch1-a
tcp        0      0 192.168.150.50:389      192.168.150.50:37714    ESTABLISHED 4422/slapd      
tcp        0      0 192.168.150.50:42367    192.168.150.50:389      ESTABLISHED 6021/amavisd (ch1-a
tcp        0      0 192.168.150.50:389      192.168.150.50:42367    ESTABLISHED 4422/slapd      
tcp        0      0 192.168.150.50:389      192.168.150.50:37712    ESTABLISHED 4422/slapd      
tcp        0      0 127.0.0.1:7306          127.0.0.1:36612         ESTABLISHED 5081/mysqld     
tcp        0      0 192.168.150.50:37715    192.168.150.50:389      ESTABLISHED 6015/amavisd (ch1-a
tcp        0      0 192.168.150.50:37714    192.168.150.50:389      ESTABLISHED 6014/amavisd (ch1-a
tcp6       0      0 :::7072                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::7777                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::993                  :::*                    LISTEN      5933/java       
tcp6       0      0 :::995                  :::*                    LISTEN      5933/java       
tcp6       0      0 :::5222                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::5223                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::7335                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::110                  :::*                    LISTEN      5933/java       
tcp6       0      0 :::143                  :::*                    LISTEN      5933/java       
tcp6       0      0 :::80                   :::*                    LISTEN      5933/java       
tcp6       0      0 :::7025                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::5269                 :::*                    LISTEN      5933/java       
tcp6       0      0 :::666                  :::*                    LISTEN      4290/sshd       
tcp6       0      0 :::7071                 :::*                    LISTEN      5933/java       
tcp6       0      0 ::1:45502               ::1:60268               TIME_WAIT   -               
tcp6       0      0 ::1:34221               ::1:36907               TIME_WAIT   -               
tcp6       0      0 ::1:58582               ::1:49291               TIME_WAIT   -               
tcp6       0      0 ::1:57045               ::1:40275               TIME_WAIT   -               
tcp6       0    144 192.168.150.50:666      192.168.0.138:3681      ESTABLISHED 31938/sshd: peterw 
tcp6       0      0 ::1:37486               ::1:57276               TIME_WAIT   -               
tcp6       1      0 127.0.0.1:38205         127.0.0.1:7306          CLOSE_WAIT  5933/java       
tcp6       0      0 ::1:42958               ::1:53646               TIME_WAIT   -               
tcp6       0      0 ::1:56595               ::1:48670               TIME_WAIT   -               
tcp6       0      0 127.0.0.1:36612         127.0.0.1:7306          ESTABLISHED 5933/java
Thank you!
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.