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 02-10-2008, 08:45 PM
Intermediate Member
 
Posts: 16
Default installation issues

Hi All

I am continuing to try and install zimbra 5.0.2 upon debian etch upon a vserver.

currently when I do a zmcontrol status everything has started but the mainbox here is the output

zimbra@nene:~$ zmcontrol status
Host nene
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running
mta Running
snmp Running
spell Running
stats Running

going through the logs I find this error also

681 WARN [main] log - Nested in java.lang.reflect.InvocationTargetException:
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)


I also noticed port 110 and 143 do not respond.

any ideas why

regards

Joseph
Reply With Quote
  #2 (permalink)  
Old 02-10-2008, 11:41 PM
Intermediate Member
 
Posts: 16
Default

Hi All

I seem to be able to get the zimbra from the status all running. Seems I needed to install libdb3.

My next problem is now with everything running. I try to go to https://server:7071/zimbraAdmin I get a 404. When I try to telnet to port 7071 I get a connection refused. Any leads on how to debug this.

Joseph
Reply With Quote
  #3 (permalink)  
Old 02-11-2008, 01:02 AM
Intermediate Member
 
Posts: 16
Default

Hi All

After further checking noticed port 443 is not working. any ideas, is port 443 just a normal apache config porblem, or some zimbra specific issue.

Joseph
Reply With Quote
  #4 (permalink)  
Old 02-11-2008, 01:07 AM
Moderator
 
Posts: 7,928
Default

are you running IPTables on your host ?

shutdown Zimbra and then run netstat -an to ensure that none of the ports are being used by another application.
__________________
Reply With Quote
  #5 (permalink)  
Old 02-11-2008, 02:51 AM
Intermediate Member
 
Posts: 16
Default

Ok, found that the vserver was my conflict. Seems I need to take more care in my configuration upon the server due to port conflict with the vserver.

Also what would be my iptables syntax to send to and throu the ports.

Joseph
Reply With Quote
  #6 (permalink)  
Old 02-11-2008, 02:58 AM
Moderator
 
Posts: 7,928
Default

that very much depends on what ports you want the outside to be able to connect too ?

start with a iptables -L to see what you already have setup.
__________________
Reply With Quote
  #7 (permalink)  
Old 02-11-2008, 03:00 AM
Intermediate Member
 
Posts: 16
Default

ok wish to forward port 25, guess is really all thats needed, and guess the web mail.

Joseph
Reply With Quote
  #8 (permalink)  
Old 02-11-2008, 03:04 AM
Moderator
 
Posts: 7,928
Default

Code:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT
These rules will allow SMTP, HTTP and HTTPS into your server. All outbound should be enabled by default anyway.

Note: You will probably have to change the IPTables chain name for whatever your inbound one is.
__________________

Last edited by uxbod; 02-11-2008 at 03:05 AM.. Reason: Added a note
Reply With Quote
  #9 (permalink)  
Old 02-11-2008, 03:08 AM
Intermediate Member
 
Posts: 16
Default

thanks, will try this.

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