Zimbra along a APache Webserver

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
PBJ
Posts: 4
Joined: Tue Nov 01, 2016 8:18 am

Zimbra along a APache Webserver

Post by PBJ »

Hi Forum.
I'm building a server for a litlle company and having some troubles then.
1. I'm having Installed Apache2 with Resin for handling JSP pages ( company website)
2. Having installed Zimbra for using as Mailserver
Have installed the latest version of Ubuntu and Zimbra

Code: Select all

zimbra@mail:~$ uname -a
Linux mail 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
zimbra@mail:~$ zmcontrol -v
Release 8.7.1.GA.1670.UBUNTU16.64 UBUNTU16_64 FOSS edition.
The install of Zimbra didn't inform regarding any problems etc - but after starting Zimbra i'm getting this:

Code: Select all

zimbra@mail:~$ zmcontrol status
Host mail.cj-consult.dk
        amavis                  Running
        antispam                Running
        antivirus               Running
        dnscache                Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running.
        memcached               Running
        mta                     Running
        opendkim                Running
        proxy                   Running
        service webapp          Stopped
                zmmailboxdctl is not running.
        snmp                    Running
        spell                   Running
        stats                   Running
        zimbra webapp           Stopped
                zmmailboxdctl is not running.
        zimbraAdmin webapp      Stopped
                zmmailboxdctl is not running.
        zimlet webapp           Stopped
                zmmailboxdctl is not running.
        zmconfigd               Running
The Company website are running fine with the Apache2/resin solution with mod_caucho and are only using default port 80 and 443

How can I make my Zimbra installation be integrated with the installed solution with Apache2/resin - Since the Company need this pages for other reasons
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

Re: Zimbra along a APache Webserver

Post by fbzimblet »

any hints in zimbra.log & zmmailboxd.out?

zimbra-mailbox is using port 80 & 443
vchong68
Posts: 23
Joined: Sat Apr 30, 2016 4:45 am
Location: Singapore
ZCS/ZD Version: Release 8.7.11.GA.1854.UBUNTU16.64

Re: Zimbra along a APache Webserver

Post by vchong68 »

You may need to add a second interface with another ip address to bind the ports to zimbra.
Post Reply