This is an install guide for Zimbra 8.6 on CentOS 7.1. This guide should help you get Zimbra email server – Open Source Edition up and running on CentOS.
Initial Setup:
Use hosts file to setup FQDN for Zimbra server
vim /etc/hosts
192.168.100.1 mail.example.com example.com
vim /etc/hosts
192.168.100.1 mail.example.com example.com
Disable SELINUX, Firewalld. Since Zimbra will install Postfix, MySQL and webserver, we need to remove these packages if already installed.
192.168.100.1 mail.example.com example.com
vim /etc/hosts
192.168.100.1 mail.example.com example.com
Disable SELINUX, Firewalld. Since Zimbra will install Postfix, MySQL and webserver, we need to remove these packages if already installed.
# vim /etc/sysconfig/selinux
SELINUX=disabled
#systemctl disable firewalld
#systemctl stop firewalld
#systemctl stop postfix
#systemctl disable postfix
#systemctl stop sendmail
#systemctl disable sendmail
#systemctl stop httpd
#systemctl disable httpd
#systemctl stop mysqld
#systemctl disable mysqld
# vim /etc/sysconfig/selinux
SELINUX=disabled
#systemctl disable firewalld
#systemctl stop firewalld
#systemctl stop postfix
#systemctl disable postfix
#systemctl stop sendmail
#systemctl disable sendmail
#systemctl stop httpd
#systemctl disable httpd
#systemctl stop mysqld
#systemctl disable mysqld
Install require dependencies:
# yum install nptl nmap-ncat sudo libidn gmp libaio gmp libaio libstdc++ unzip perl-core perl sysstat sqlite
# yum install nptl nmap-ncat sudo libidn gmp libaio gmp libaio libstdc++ unzip perl-core perl sysstat sqlite
Installation of Zimbra Collaboration – Open Source Edition
Use wget to download the Zimbra Collaboration Suite 8.6 from Zimbra site. Extract the package – zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# wget https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# tar -zxvf zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# cd zcs-8.6.0_GA_1153.RHEL7_64.20141215151110
# wget https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# tar -zxvf zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# cd zcs-8.6.0_GA_1153.RHEL7_64.20141215151110
Run the installer. We are using ‘–platform-override‘ option in command because installation script is only for Redhat Linux but we are installing on CentOS 7 machine so to override the Platform condition.
# ./install.sh --platform-override
# ./install.sh --platform-override
Press “Y” to accept the License Agreement.
Operations logged to /tmp/install.log.2570
Checking for existing installation...
zimbra-ldap...NOT FOUND
zimbra-logger...NOT FOUND
zimbra-mta...NOT FOUND
zimbra-snmp...NOT FOUND
zimbra-store...NOT FOUND
zimbra-apache...NOT FOUND
zimbra-spell...NOT FOUND
zimbra-convertd...NOT FOUND
zimbra-memcached...NOT FOUND
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...NOT FOUND
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE. ZIMBRA, INC..
License Terms for the Zimbra Collaboration Suite:
Do you agree with the terms of the software license agreement? [N] Y
Operations logged to /tmp/install.log.2570
Checking for existing installation...
zimbra-ldap...NOT FOUND
zimbra-logger...NOT FOUND
zimbra-mta...NOT FOUND
zimbra-snmp...NOT FOUND
zimbra-store...NOT FOUND
zimbra-apache...NOT FOUND
zimbra-spell...NOT FOUND
zimbra-convertd...NOT FOUND
zimbra-memcached...NOT FOUND
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...NOT FOUND
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE. ZIMBRA, INC..
License Terms for the Zimbra Collaboration Suite:
Do you agree with the terms of the software license agreement? [N] Y
Press “Y” to install all the required packages and “N” for the rest that we don’t want to install.
Checking for prerequisites...
FOUND: NPTL
FOUND: nc-1.84-22
FOUND: sudo-1.8.6p3-12
FOUND: libidn-1.18-2
FOUND: gmp-4.3.1-7
FOUND: /usr/lib64/libstdc++.so.6
Checking for suggested prerequisites...
FOUND: perl-5.10.1
FOUND: sysstat
FOUND: sqlite
Prerequisite check complete.
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
Select the packages to install
Install zimbra-ldap [Y] Y
Install zimbra-logger [Y] Y
Install zimbra-mta [Y] Y
Install zimbra-snmp [Y] Y
Install zimbra-store [Y] Y
Install zimbra-apache [Y] Y
Install zimbra-spell [Y] Y
Install zimbra-memcached [N] Y
Install zimbra-proxy [N] Y
Checking required space for zimbra-core
Checking space for zimbra-store
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
zimbra-memcached
zimbra-proxy
Checking for prerequisites...
FOUND: NPTL
FOUND: nc-1.84-22
FOUND: sudo-1.8.6p3-12
FOUND: libidn-1.18-2
FOUND: gmp-4.3.1-7
FOUND: /usr/lib64/libstdc++.so.6
Checking for suggested prerequisites...
FOUND: perl-5.10.1
FOUND: sysstat
FOUND: sqlite
Prerequisite check complete.
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
Select the packages to install
Install zimbra-ldap [Y] Y
Install zimbra-logger [Y] Y
Install zimbra-mta [Y] Y
Install zimbra-snmp [Y] Y
Install zimbra-store [Y] Y
Install zimbra-apache [Y] Y
Install zimbra-spell [Y] Y
Install zimbra-memcached [N] Y
Install zimbra-proxy [N] Y
Checking required space for zimbra-core
Checking space for zimbra-store
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
zimbra-memcached
zimbra-proxy
Now press “Y” to continue after that system will be modified with the above selected installation packages.
The system will be modified. Continue? [N] Y
Removing /opt/zimbra
Removing zimbra crontab entry...done.
Cleaning up zimbra init scripts...done.
Cleaning up /etc/ld.so.conf...done.
Cleaning up /etc/security/limits.conf...done.
Finished removing Zimbra Collaboration Server.
Installing packages
zimbra-core......zimbra-core-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-ldap......zimbra-ldap-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-logger......zimbra-logger-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-mta......zimbra-mta-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-snmp......zimbra-snmp-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-store......zimbra-store-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-apache......zimbra-apache-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-spell......zimbra-spell-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-memcached......zimbra-memcached-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-proxy......zimbra-proxy-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
Operations logged to /tmp/zmsetup.04152016-081656.log
Installing LDAP configuration database...done.
Setting defaults...
The system will be modified. Continue? [N] Y
Removing /opt/zimbra
Removing zimbra crontab entry...done.
Cleaning up zimbra init scripts...done.
Cleaning up /etc/ld.so.conf...done.
Cleaning up /etc/security/limits.conf...done.
Finished removing Zimbra Collaboration Server.
Installing packages
zimbra-core......zimbra-core-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-ldap......zimbra-ldap-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-logger......zimbra-logger-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-mta......zimbra-mta-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-snmp......zimbra-snmp-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-store......zimbra-store-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-apache......zimbra-apache-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-spell......zimbra-spell-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-memcached......zimbra-memcached-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
zimbra-proxy......zimbra-proxy-8.6.0_GA_1153.RHEL7_64.20141215151110.x86_64.rpm...done
Operations logged to /tmp/zmsetup.04152016-081656.log
Installing LDAP configuration database...done.
Setting defaults...
During the installation process it might gives DNS error to change hostname which should be resolvable. Press “N” to change host name or domain name.
DNS ERROR resolving MX for mail.example.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] No
DNS ERROR resolving MX for mail.example.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] No
After all installation is completed, it you will Configuration Main Menu which will allow you make few configuration change. Here Select #3 then change the Admin Password under option #4 next hit r to go back.
Also Read: Zimbra authentication with Samba4 Active Directory
Main menu
1) Common Configuration:
+Hostname: mail.example.com
+Ldap master host: mail.example.com
+Ldap port: 389
+Ldap Admin password: set
+Secure interprocess communications: yes
+TimeZone: Asia/Colombo
+IP Mode: ipv4
+Default SSL digest: sha256
2) zimbra-ldap: Enabled
+Create Domain: yes
+Domain to create: mail.example.com
+Ldap root password: set
+Ldap replication password: set
+Ldap postfix password: set
+Ldap amavis password: set
+Ldap nginx password: set
+Ldap Bes Searcher password: set
3) zimbra-logger: Enabled
4) zimbra-mta: Enabled
+Enable Spamassassin: yes
+Enable Clam AV: yes
+Enable OpenDKIM: yes
+Notification address for AV alerts: admin@example.com
+Bind password for postfix ldap user: set
+Bind password for amavis ldap user: set
5) zimbra-dnscache: Enabled
+Master DNS IP address(es): 8.8.8.8
+Enable DNS lookups over TCP: yes
+Enable DNS lookups over UDP: yes
+Only allow TCP to communicate with Master DNS: no
6) zimbra-snmp: Enabled
+Enable SNMP notifications: yes
+SNMP Trap hostname: mail.example.com
+Enable SMTP notifications: yes
+SMTP Source email address: admin@example.com
+SMTP Destination email address: admin@example.com
7) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@example.com
+Admin Password set
+Anti-virus quarantine user: virus-quarantine.zy77hgfdl@example.com
+Enable automated spam training: yes
+Spam training user: spam.qycseribard@example.com
+Non-spam(Ham) training user: ham.y7ibfgsegtrspc@example.com
+SMTP host: mail.example.com
+Web server HTTP port: 8080
+Web server HTTPS port: 8443
+Web server mode: https
+IMAP server port: 7143
+IMAP server SSL port: 7993
+POP server port: 7110
+POP server SSL port: 7995
+Use spell check server: yes
+Spell server URL: http://mail.example.com:7780/aspell.php
+Enable version update checks: TRUE
+Enable version update notifications: TRUE
+Version update notification email: admin@example.com
+Version update source email: admin@example.com
+Install mailstore (service webapp): yes
+Install UI (zimbra,zimbraAdmin webapps): yes
8) zimbra-spell: Enabled
9) zimbra-proxy: Enabled
+Enable POP/IMAP Proxy: TRUE
+IMAP proxy port: 143
+IMAP SSL proxy port: 993
+POP proxy port: 110
+POP SSL proxy port: 995
+Bind password for nginx ldap user: set
+Enable HTTP[S] Proxy: TRUE
+HTTP proxy port: 80
+HTTPS proxy port: 443
+Proxy server mode: https
10) Default Class of Service Configuration:
+Enable Tasks Feature: Enabled
Main menu
1) Common Configuration:
+Hostname: mail.example.com
+Ldap master host: mail.example.com
+Ldap port: 389
+Ldap Admin password: set
+Secure interprocess communications: yes
+TimeZone: Asia/Colombo
+IP Mode: ipv4
+Default SSL digest: sha256
2) zimbra-ldap: Enabled
+Create Domain: yes
+Domain to create: mail.example.com
+Ldap root password: set
+Ldap replication password: set
+Ldap postfix password: set
+Ldap amavis password: set
+Ldap nginx password: set
+Ldap Bes Searcher password: set
3) zimbra-logger: Enabled
4) zimbra-mta: Enabled
+Enable Spamassassin: yes
+Enable Clam AV: yes
+Enable OpenDKIM: yes
+Notification address for AV alerts: admin@example.com
+Bind password for postfix ldap user: set
+Bind password for amavis ldap user: set
5) zimbra-dnscache: Enabled
+Master DNS IP address(es): 8.8.8.8
+Enable DNS lookups over TCP: yes
+Enable DNS lookups over UDP: yes
+Only allow TCP to communicate with Master DNS: no
6) zimbra-snmp: Enabled
+Enable SNMP notifications: yes
+SNMP Trap hostname: mail.example.com
+Enable SMTP notifications: yes
+SMTP Source email address: admin@example.com
+SMTP Destination email address: admin@example.com
7) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@example.com
+Admin Password set
+Anti-virus quarantine user: virus-quarantine.zy77hgfdl@example.com
+Enable automated spam training: yes
+Spam training user: spam.qycseribard@example.com
+Non-spam(Ham) training user: ham.y7ibfgsegtrspc@example.com
+SMTP host: mail.example.com
+Web server HTTP port: 8080
+Web server HTTPS port: 8443
+Web server mode: https
+IMAP server port: 7143
+IMAP server SSL port: 7993
+POP server port: 7110
+POP server SSL port: 7995
+Use spell check server: yes
+Spell server URL: http://mail.example.com:7780/aspell.php
+Enable version update checks: TRUE
+Enable version update notifications: TRUE
+Version update notification email: admin@example.com
+Version update source email: admin@example.com
+Install mailstore (service webapp): yes
+Install UI (zimbra,zimbraAdmin webapps): yes
8) zimbra-spell: Enabled
9) zimbra-proxy: Enabled
+Enable POP/IMAP Proxy: TRUE
+IMAP proxy port: 143
+IMAP SSL proxy port: 993
+POP proxy port: 110
+POP SSL proxy port: 995
+Bind password for nginx ldap user: set
+Enable HTTP[S] Proxy: TRUE
+HTTP proxy port: 80
+HTTPS proxy port: 443
+Proxy server mode: https
10) Default Class of Service Configuration:
+Enable Tasks Feature: Enabled
Now to apply all the changing by press “a” then press “YES” to save the configuration data to a new file and type “YES” to continue system modifications.
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes] y
Save config in file: [/opt/zimbra/config.11966] y
Saving config in y...done.
The system will be modified - continue? [No] Y
Operations logged to /tmp/zmsetup05232016-152547.log
Setting local config values...done.
Initializing core config...Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL zimbra-store certificate...done.
Creating new zimbra-ldap SSL certificate...done.
Creating new zimbra-mta SSL certificate...done.
Creating new zimbra-proxy SSL certificate...done.
Installing mailboxd SSL certificates...done.
Installing MTA SSL certificates...done.
Installing LDAP SSL certificate...done.
Installing Proxy SSL certificate...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Setting BES searcher password...done.
Creating server entry for mail.example.com...done.
Setting Zimbra IP Mode...done.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting spell check URL...done.
Setting service ports on mail.example.com...done.
Setting zimbraFeatureTasksEnabled=TRUE...done.
Setting zimbraFeatureBriefcasesEnabled=TRUE...done.
Setting Master DNS IP address(es)...done.
Setting DNS cache tcp lookup preference...done.
Setting DNS cache udp lookup preference...done.
Setting DNS tcp upstream preference...done.
Setting TimeZone Preference...done.
Initializing mta config...done.
Setting services on mail.example.com...done.
Adding mail.example.com to zimbraMailHostPool in default COS...done.
Creating domain example.com...done.
Setting default domain name...done.
Creating domain mail.example.com...already exists.
Creating admin account admin@example.com...done.
Creating root alias...done.
Creating postmaster alias...done.
Creating user spam.qycseribard@example.com...done.
Creating user ham.y7ibfgsegtrspc@example.com...done.
Creating user virus-quarantine.zy77hgfdl@example.com...done.
Setting spam training and Anti-virus quarantine accounts...done.
Initializing store sql database...done.
Setting zimbraSmtpHostname for mail.example.com...done.
Configuring SNMP...done.
Setting up syslog.conf...done.
Starting servers...done.
Installing common zimlets...
com_zimbra_adminversioncheck...done.
com_zimbra_attachcontacts...done.
com_zimbra_attachmail...done.
com_zimbra_bulkprovision...done.
com_zimbra_cert_manager...done.
com_zimbra_clientuploader...done.
com_zimbra_date...done.
com_zimbra_email...done.
com_zimbra_mailarchive...done.
com_zimbra_phone...done.
com_zimbra_proxy_config...done.
com_zimbra_srchhighlighter...done.
com_zimbra_tooltip...done.
com_zimbra_url...done.
com_zimbra_viewmail...done.
com_zimbra_webex...done.
com_zimbra_ymemoticons...done.
Finished installing common zimlets.
Restarting mailboxd...done.
Creating galsync account for default domain...done.
<div style="clear:both; margin-top:0em; margin-bottom:1em;"><a href="http://www.example.com/samba4-systemd-script/" target="_blank" rel="nofollow" class="uf7f028ffe5af9e7d7b5cb18f29a2221f"><!-- INLINE RELATED POSTS 2/2 //--><style> .uf7f028ffe5af9e7d7b5cb18f29a2221f { padding:0px; margin: 0; padding-top:1em!important; padding-bottom:1em!important; width:100%; display: block; font-weight:bold; background-color:inherit; border:0!important; border-left:4px solid inherit!important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); text-decoration:none; } .uf7f028ffe5af9e7d7b5cb18f29a2221f:active, .uf7f028ffe5af9e7d7b5cb18f29a2221f:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; text-decoration:none; } .uf7f028ffe5af9e7d7b5cb18f29a2221f { transition: background-color 250ms; webkit-transition: background-color 250ms; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; } .uf7f028ffe5af9e7d7b5cb18f29a2221f .ctaText { font-weight:bold; color:inherit; text-decoration:none; font-size: 16px; } .uf7f028ffe5af9e7d7b5cb18f29a2221f .postTitle { color:inherit; text-decoration: underline!important; font-size: 16px; } .uf7f028ffe5af9e7d7b5cb18f29a2221f:hover .postTitle { text-decoration: underline!important; } </style><div style="padding-left:1em; padding-right:1em;"><span class="ctaText">Also Read: </span> <span class="postTitle">Samba4 Systemd script</span></div></a></div>
You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Server.
The only information that will be transmitted is:
The VERSION of zcs installed (8.6.0_GA_1153_RHEL7_64)
The ADMIN EMAIL ADDRESS created (admin@mail.example.com)
Notify Zimbra of your installation? [Yes] no
Notification skipped
Setting up zimbra crontab...done.
Moving /tmp/zmsetup04152016-152547.log to /opt/zimbra/log
Configuration complete - press return to exit
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes] y
Save config in file: [/opt/zimbra/config.11966] y
Saving config in y...done.
The system will be modified - continue? [No] Y
Operations logged to /tmp/zmsetup05232016-152547.log
Setting local config values...done.
Initializing core config...Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL zimbra-store certificate...done.
Creating new zimbra-ldap SSL certificate...done.
Creating new zimbra-mta SSL certificate...done.
Creating new zimbra-proxy SSL certificate...done.
Installing mailboxd SSL certificates...done.
Installing MTA SSL certificates...done.
Installing LDAP SSL certificate...done.
Installing Proxy SSL certificate...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Setting BES searcher password...done.
Creating server entry for mail.example.com...done.
Setting Zimbra IP Mode...done.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting spell check URL...done.
Setting service ports on mail.example.com...done.
Setting zimbraFeatureTasksEnabled=TRUE...done.
Setting zimbraFeatureBriefcasesEnabled=TRUE...done.
Setting Master DNS IP address(es)...done.
Setting DNS cache tcp lookup preference...done.
Setting DNS cache udp lookup preference...done.
Setting DNS tcp upstream preference...done.
Setting TimeZone Preference...done.
Initializing mta config...done.
Setting services on mail.example.com...done.
Adding mail.example.com to zimbraMailHostPool in default COS...done.
Creating domain example.com...done.
Setting default domain name...done.
Creating domain mail.example.com...already exists.
Creating admin account admin@example.com...done.
Creating root alias...done.
Creating postmaster alias...done.
Creating user spam.qycseribard@example.com...done.
Creating user ham.y7ibfgsegtrspc@example.com...done.
Creating user virus-quarantine.zy77hgfdl@example.com...done.
Setting spam training and Anti-virus quarantine accounts...done.
Initializing store sql database...done.
Setting zimbraSmtpHostname for mail.example.com...done.
Configuring SNMP...done.
Setting up syslog.conf...done.
Starting servers...done.
Installing common zimlets...
com_zimbra_adminversioncheck...done.
com_zimbra_attachcontacts...done.
com_zimbra_attachmail...done.
com_zimbra_bulkprovision...done.
com_zimbra_cert_manager...done.
com_zimbra_clientuploader...done.
com_zimbra_date...done.
com_zimbra_email...done.
com_zimbra_mailarchive...done.
com_zimbra_phone...done.
com_zimbra_proxy_config...done.
com_zimbra_srchhighlighter...done.
com_zimbra_tooltip...done.
com_zimbra_url...done.
com_zimbra_viewmail...done.
com_zimbra_webex...done.
com_zimbra_ymemoticons...done.
Finished installing common zimlets.
Restarting mailboxd...done.
Creating galsync account for default domain...done.
You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Server.
The only information that will be transmitted is:
The VERSION of zcs installed (8.6.0_GA_1153_RHEL7_64)
The ADMIN EMAIL ADDRESS created (admin@mail.example.com)
Notify Zimbra of your installation? [Yes] no
Notification skipped
Setting up zimbra crontab...done.
Moving /tmp/zmsetup04152016-152547.log to /opt/zimbra/log
Configuration complete - press return to exit
Now do the following steps for basic house keeping:
Restart Crond service and enable it to start with system
#systemctl enable crond
#systemctl restart crond
#systemctl enable crond
#systemctl restart crond
Edit rsyslog.conf file and uncomment the following two lines under UDP syslog reception
#vi /etc/rsyslog.conf
$modload imupd # Uncomment this line
$UDPServerRun514 # Uncomment this line
#vi /etc/rsyslog.conf
$modload imupd # Uncomment this line
$UDPServerRun514 # Uncomment this line
Restart the rsyslogd service to changes take effect and enable to start with system
#systemctl enable rsyslog
#systemctl restart rsyslog
#systemctl enable rsyslog
#systemctl restart rsyslog
Now let’s open any of your favourite web browser to access Zimbra Administration Console using the configured Zimbra domain name or IP with user admin and password same as setup in the script:
https://mail.example.com:7071
https://192.168.100.1:7071
Congratulations! Zimbra Collaboration Suite has been setup successfully with Open Source Edition using Single Server Installation.