{"id":7217,"date":"2018-11-12T18:57:03","date_gmt":"2018-11-12T15:57:03","guid":{"rendered":"https:\/\/www.howtoforge.com\/tutorial\/install-zimbra-collaboration-suite-88-on-ubuntu\/"},"modified":"2018-11-12T18:57:03","modified_gmt":"2018-11-12T15:57:03","slug":"how-to-install-zimbra-collaboration-suite-8-8-on-ubuntu","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/how-to-install-zimbra-collaboration-suite-8-8-on-ubuntu\/","title":{"rendered":"How to Install Zimbra Collaboration Suite 8.8 on Ubuntu"},"content":{"rendered":"<p><span>The Zimbra Collaboration Server is a mail server, collaborative web application and a web-based mail server admin console in a single application. It provides LDAP, antivirus, antispam, collaboration features and an ajax webmail client. Zimbra is easy to use for administrators as well as end users due to its fast Ajax-based web interface.<\/span><\/p>\n<h2 id=\"prerequisites\">Prerequisites<\/h2>\n<p>Zimbra is supported by the following Linux Operating Systems<\/p>\n<ul>\n<li>Red Hat\u00ae Enterprise Linux\u00ae 7<\/li>\n<li>CentOS Linux\u00ae 7<\/li>\n<li>Red Hat Enterprise Linux 6, patch level 4 or later is required<\/li>\n<li>CentOS Linux 6, patch level 4 or later is required.<\/li>\n<li>Oracle Linux 7.2<\/li>\n<li>Oracle Linux 6.6<\/li>\n<li>Ubuntu 16.04 LTS<\/li>\n<li>Ubuntu 14.04 LTS<\/li>\n<\/ul>\n<p>The Administration console, Webmail GUI (Advanced) and Webmail GUI (Standard) can be managed with the following browsers and operating systems<\/p>\n<p><strong\/><b>Windows Vista SP 2, Windows 7, Windows 8 or Windows 10 with one of the following:<\/b><\/p>\n<ul>\n<li>Microsoft support is only available for Internet Explorer 11 or Microsoft Edge\n<ul>\n<li>IE11 and higher for Vista SP 2\/Windows 7<\/li>\n<li>IE11 and higher for Windows 8<\/li>\n<li>IE11 or Microsoft Edge (Supported since ZCS 8.6 P4 and above) for Windows 10<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul>\n<li>The latest stable release of:\n<ul>\n<li>Firefox<\/li>\n<li>Safari<\/li>\n<li>Google Chrome<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b>Mac OS X 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 or 10.12 with one of the following:<\/b><\/p>\n<ul>\n<li>Firefox<\/li>\n<li>Safari<\/li>\n<li>Chrome<\/li>\n<\/ul>\n<p><b>Linux with the latest stable release of one of the following:<\/b><\/p>\n<ul>\n<li>Firefox<\/li>\n<li>Google Chrome<\/li>\n<\/ul>\n<h2 id=\"zimbra-installation\">Zimbra Installation<\/h2>\n<p>In this tutorial, we will install Zimbra on Ubuntu 16.04, which is, for now, the latest supported LTS version of Ubuntu.<\/p>\n<p>What we need to start:<\/p>\n<ul>\n<li>Ubuntu Server 16.04 &#8211; 64bit<\/li>\n<li>root privileges<\/li>\n<li>Free space 25 GB<\/li>\n<li>RAM 4 GB<\/li>\n<\/ul>\n<p>The parameter of my server<\/p>\n<ul>\n<li><span>Domain : domain.local<\/span><\/li>\n<li><span>IP\u00a0 \u00a0 \u00a0 \u00a0 \u00a0: 192.168.1.101<\/span><\/li>\n<li><span>Mail\u00a0 \u00a0 \u00a0 : mail.domain.local<\/span><\/li>\n<\/ul>\n<p><span>Before start following this guide, install Ubuntu 16.04 with the perfect setup guide\u00a0<a href=\"https:\/\/www.howtoforge.com\/tutorial\/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.howtoforge.com\/tutorial\/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig\/<\/a>\u00a0<\/span><\/p>\n<p><span>After the fresh install update the system with<\/span><\/p>\n<pre><code spellcheck=\"false\"><span>apt-get update &amp;&amp; apt-get upgrade<\/span><\/code><\/pre>\n<p><span>After that we are ready to start, first of all, we install LibreOffice with<\/span><\/p>\n<pre><code spellcheck=\"false\">apt-get install libreoffice<\/code><\/pre>\n<p><span>If using Ubuntu 16.04 and viewing East Asian languages, be sure to install:<\/span><\/p>\n<pre>apt-get install libreoffice-l10n-*&#13;\napt-get install fonts-vlgothic<\/pre>\n<h2><span>Download Zimbra<\/span><\/h2>\n<p><span>To download Zimbra go to the page\u00a0<a href=\"https:\/\/www.zimbra.com\/try\/zimbra-collaboration-open-source\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.zimbra.com\/try\/zimbra-collaboration-open-source\/<\/a>\u00a0and compile the form to receive the link of download.<\/span><\/p>\n<p><span>In my case, I can download Zimbra with the following command<\/span><\/p>\n<pre class=\"command\"><code spellcheck=\"false\"><span>wget https:\/\/files.zimbra.com\/downloads\/8.8.10_GA\/zcs-8.8.10_GA_3039.UBUNTU16_64.20180928094617.tgz<\/span><\/code><\/pre>\n<p><span>Pay attention that the link may change.<\/span><\/p>\n<p><span>Now become root and uncompress the downloaded content<\/span><\/p>\n<pre class=\"command\"><code spellcheck=\"false\">su<br\/>tar -zxvf\u00a0zcs-8.8.10_GA_3039.UBUNTU16_64.20180928094617.tgz<\/code><\/pre>\n<h2><span>DNS Configuration<\/span><\/h2>\n<div class=\"paragraph\" readability=\"11\">\n<p>When you create a domain during the installation process, Zimbra Collaboration checks to see if you have an MX record correctly configured for that domain. If it is not, an error is displayed suggesting that the domain name have an MX record configured in DNS.<\/p>\n<\/div>\n<div class=\"paragraph\" readability=\"12\">\n<p>In order to send and receive email, the Zimbra MTA must be configured in DNS with both A and MX records. For sending mail, the MTA uses DNS to resolve hostnames and email-routing information. To receive mail, the MX record must be configured correctly to route the message to the mail server.<\/p>\n<\/div>\n<div class=\"paragraph\" readability=\"11\">\n<p>During the installation process, Zimbra Collaboration checks to see if you have an MX record correctly configured. If it is not, an error is displayed suggesting that the domain name have an MX record configured in DNS.<\/p>\n<\/div>\n<div class=\"paragraph\" readability=\"9\">\n<p>You must configure a relay host if you do not enable DNS. After Zimbra Collaboration is installed, go to the<span>\u00a0<\/span><strong>administration console<\/strong>&#8216;s<span>\u00a0<\/span><strong>Global Settings&gt;MTA<\/strong><span>\u00a0<\/span>tab and:<\/p>\n<\/div>\n<h2 id=\"install-process\"><span\/>Install process<\/h2>\n<p>Now we can start the install process, with the following commands\u00a0<\/p>\n<pre><code spellcheck=\"false\">cd zcs-8.8.10_GA_3039.UBUNTU16_64.20180928094617<br\/>.\/install.sh<\/code><\/pre>\n<p>The install process will flow as follow<\/p>\n<pre>Operations logged to \/tmp\/install.log.V88WcW43&#13;\nChecking for existing installation...&#13; zimbra-drive...NOT FOUND&#13; zimbra-imapd...NOT FOUND&#13; zimbra-patch...NOT FOUND&#13; zimbra-license-tools...NOT FOUND&#13; zimbra-license-extension...NOT FOUND&#13; zimbra-network-store...NOT FOUND&#13; zimbra-network-modules-ng...NOT FOUND&#13; zimbra-chat...NOT FOUND&#13; zimbra-talk...NOT FOUND&#13; zimbra-ldap...NOT FOUND&#13; zimbra-logger...NOT FOUND&#13; zimbra-mta...NOT FOUND&#13; zimbra-dnscache...NOT FOUND&#13; zimbra-snmp...NOT FOUND&#13; zimbra-store...NOT FOUND&#13; zimbra-apache...NOT FOUND&#13; zimbra-spell...NOT FOUND&#13; zimbra-convertd...NOT FOUND&#13; zimbra-memcached...NOT FOUND&#13; zimbra-proxy...NOT FOUND&#13; zimbra-archiving...NOT FOUND&#13; zimbra-core...NOT FOUND&#13;\n&#13;\n&#13;\n----------------------------------------------------------------------&#13;\nPLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.&#13;\nSYNACOR, INC. (\"SYNACOR\") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU&#13;\nFIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING&#13;\nTHE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY&#13;\nTHIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS&#13;\nAGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.&#13;\n&#13;\nLicense Terms for this Zimbra Collaboration Suite Software:&#13;\nhttps:\/\/www.zimbra.com\/license\/zimbra-public-eula-2-6.html&#13;\n----------------------------------------------------------------------&#13;\n&#13;\n&#13;\n&#13;\nDo you agree with the terms of the software license agreement? [N]&#13;\n<\/pre>\n<p><span\/>Accept the License Agreement with &#8220;Y&#8221;<\/p>\n<p><span\/>After that the install process starts, asking some questions, say yes to all except for the voice &#8220;Install zimbra-imapd (BETA &#8211; for evaluation only)&#8221; which should be left to &#8220;N&#8221;.<\/p>\n<pre>Use Zimbra's package repository [Y]&#13;\n&#13;\nImporting Zimbra GPG key&#13;\n&#13;\nConfiguring package repository&#13;\n&#13;\nChecking for installable packages&#13;\n&#13;\nFound zimbra-core (local)&#13;\nFound zimbra-ldap (local)&#13;\nFound zimbra-logger (local)&#13;\nFound zimbra-mta (local)&#13;\nFound zimbra-dnscache (local)&#13;\nFound zimbra-snmp (local)&#13;\nFound zimbra-store (local)&#13;\nFound zimbra-apache (local)&#13;\nFound zimbra-spell (local)&#13;\nFound zimbra-memcached (repo)&#13;\nFound zimbra-proxy (local)&#13;\nFound zimbra-drive (repo)&#13;\nFound zimbra-imapd (local)&#13;\nFound zimbra-patch (repo)&#13;\n&#13;\n&#13;\nSelect the packages to install&#13;\n&#13;\nInstall zimbra-ldap [Y] Y&#13;\n&#13;\nInstall zimbra-logger [Y] Y&#13;\n&#13;\nInstall zimbra-mta [Y]&#13;\n&#13;\nInstall zimbra-dnscache [Y]&#13;\n&#13;\nInstall zimbra-snmp [Y]&#13;\n&#13;\nInstall zimbra-store [Y]&#13;\n&#13;\nInstall zimbra-apache [Y]&#13;\n&#13;\nInstall zimbra-spell [Y]&#13;\n&#13;\nInstall zimbra-memcached [Y]&#13;\n&#13;\nInstall zimbra-proxy [Y]&#13;\n&#13;\nInstall zimbra-drive [Y]&#13;\n&#13;\nInstall zimbra-imapd (BETA - for evaluation only) [N]&#13;\n&#13;\nInstall zimbra-chat [Y]&#13;\nChecking required space for zimbra-core&#13;\nChecking space for zimbra-store&#13;\nChecking required packages for zimbra-store&#13;\nzimbra-store package check complete.&#13;\n&#13;\nInstalling:&#13; zimbra-core&#13; zimbra-ldap&#13; zimbra-logger&#13; zimbra-mta&#13; zimbra-dnscache&#13; zimbra-snmp&#13; zimbra-store&#13; zimbra-apache&#13; zimbra-spell&#13; zimbra-memcached&#13; zimbra-proxy&#13; zimbra-drive&#13; zimbra-patch&#13; zimbra-chat&#13;\n&#13;\nThe system will be modified. Continue? [N]&#13;\n<\/pre>\n<p>Now at last question, you can respond &#8220;Y&#8221; to start the installation.<\/p>\n<pre>Beginning Installation - see \/tmp\/install.log.PgZw1zFF for details...&#13;\n&#13; zimbra-core-components will be downloaded and installed.&#13; zimbra-timezone-data will be installed.&#13; zimbra-common-mbox-conf will be installed.&#13; zimbra-common-mbox-db will be installed.&#13; zimbra-common-core-libs will be installed.&#13; zimbra-common-mbox-native-lib will be installed.&#13; zimbra-common-mbox-conf-msgs will be installed.&#13; zimbra-common-mbox-conf-attrs will be installed.&#13; zimbra-common-core-jar will be installed.&#13; zimbra-common-mbox-conf-rights will be installed.&#13; zimbra-common-mbox-docs will be installed.&#13; zimbra-core will be installed.&#13; zimbra-ldap-components will be downloaded and installed.&#13; zimbra-ldap will be installed.&#13; zimbra-logger will be installed.&#13; zimbra-mta-components will be downloaded and installed.&#13; zimbra-mta will be installed.&#13; zimbra-dnscache-components will be downloaded and installed.&#13; zimbra-dnscache will be installed.&#13; zimbra-snmp-components will be downloaded and installed.&#13; zimbra-snmp will be installed.&#13; zimbra-store-components will be downloaded and installed.&#13; zimbra-jetty-distribution will be downloaded and installed.&#13; zimbra-mbox-war will be installed.&#13; zimbra-mbox-conf will be installed.&#13; zimbra-mbox-service will be installed.&#13; zimbra-mbox-webclient-war will be installed.&#13; zimbra-mbox-admin-console-war will be installed.&#13; zimbra-mbox-store-libs will be installed.&#13; zimbra-store will be installed.&#13; zimbra-apache-components will be downloaded and installed.&#13; zimbra-apache will be installed.&#13; zimbra-spell-components will be downloaded and installed.&#13; zimbra-spell will be installed.&#13; zimbra-memcached will be downloaded and installed.&#13; zimbra-proxy-components will be downloaded and installed.&#13; zimbra-proxy will be installed.&#13; zimbra-drive will be downloaded and installed (later).&#13; zimbra-patch will be downloaded and installed (later).&#13; zimbra-chat will be downloaded and installed (later).&#13;\n&#13;\nDownloading packages (11):&#13; zimbra-core-components&#13; zimbra-ldap-components&#13; zimbra-mta-components&#13; zimbra-dnscache-components&#13; zimbra-snmp-components&#13; zimbra-store-components&#13; zimbra-jetty-distribution&#13; zimbra-apache-components&#13; zimbra-spell-components&#13; zimbra-memcached&#13; zimbra-proxy-components&#13; ...done&#13;\n&#13;\nRemoving \/opt\/zimbra&#13;\nRemoving zimbra crontab entry...done.&#13;\nCleaning up zimbra init scripts...done.&#13;\nCleaning up \/etc\/security\/limits.conf...done.&#13;\n&#13;\nFinished removing Zimbra Collaboration Server.&#13;\n&#13;\n&#13;\nInstalling repo packages (11):&#13; zimbra-core-components&#13; zimbra-ldap-components&#13; zimbra-mta-components&#13; zimbra-dnscache-components&#13; zimbra-snmp-components&#13; zimbra-store-components&#13; zimbra-jetty-distribution&#13; zimbra-apache-components&#13; zimbra-spell-components&#13; zimbra-memcached&#13; zimbra-proxy-components&#13; ...done&#13;\n&#13;\nInstalling local packages (26):&#13; zimbra-timezone-data&#13; zimbra-common-mbox-conf&#13; zimbra-common-mbox-db&#13; zimbra-common-core-libs&#13; zimbra-common-mbox-native-lib&#13; zimbra-common-mbox-conf-msgs&#13; zimbra-common-mbox-conf-attrs&#13; zimbra-common-core-jar&#13; zimbra-common-mbox-conf-rights&#13; zimbra-common-mbox-docs&#13; zimbra-core&#13; zimbra-ldap&#13; zimbra-logger&#13; zimbra-mta&#13; zimbra-dnscache&#13; zimbra-snmp&#13; zimbra-mbox-war&#13; zimbra-mbox-conf&#13; zimbra-mbox-service&#13; zimbra-mbox-webclient-war&#13; zimbra-mbox-admin-console-war&#13; zimbra-mbox-store-libs&#13; zimbra-store&#13; zimbra-apache&#13; zimbra-spell&#13; zimbra-proxy&#13; ...done&#13;\n&#13;\nInstalling extra packages (3):&#13; zimbra-drive&#13; zimbra-patch&#13; zimbra-chat&#13; ...done&#13;\n&#13;\nRunning Post Installation Configuration:&#13;\nOperations logged to \/tmp\/zmsetup.20181106-121246.log&#13;\nInstalling LDAP configuration database...done.&#13;\nSetting defaults...No results returned for A lookup of ubuntu-16.domain.local&#13;\nChecked nameservers:&#13; 192.168.2.245&#13; 192.168.0.251&#13;\nNo results returned for AAAA lookup of ubuntu-16.domain.local&#13;\nChecked nameservers:&#13; 192.168.2.245&#13; 192.168.0.251&#13;\n&#13;\n&#13;\nDNS ERROR resolving ubuntu-16.domain.local&#13;\nIt is suggested that the hostname be resolvable via DNS&#13;\nChange hostname [Yes]&#13;\n<\/pre>\n<p>As mentioned above, this error is normal if there&#8217;s no DNS entry for your hostname, if you followed the Perfect Server Setup Guide, there will be no error here, anyway I&#8217;ll show you how to fix that later. for, now say &#8220;No&#8221; to&#8221;Change hostname&#8221; question.<\/p>\n<p>Next question may be the error about MX, as mentioned above this should be normal if there&#8217;s no MX associated.<\/p>\n<pre>DNS ERROR resolving MX for ubuntu-16.domain.local&#13;\nIt is suggested that the domain name have an MX record configured in DNS&#13;\nChange domain name? [Yes]<\/pre>\n<p>Say &#8220;No&#8221; to the question about Change Domain Name<\/p>\n<p>Now a text-based menu should be displayed<\/p>\n<pre>Main menu&#13;\n&#13; 1) Common Configuration:&#13; 2) zimbra-ldap: Enabled&#13; 3) zimbra-logger: Enabled&#13; 4) zimbra-mta: Enabled&#13; 5) zimbra-dnscache: Enabled&#13; 6) zimbra-snmp: Enabled&#13; 7) zimbra-store: Enabled&#13; +Create Admin User: yes&#13; +Admin user to create: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"9dfcf9f0f4f3dde8ffe8f3e9e8b0acabb3f9f2f0fcf4f3b3f1f2fefcf1\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13;\n******* +Admin Password UNSET&#13; +Anti-virus quarantine user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"d6a0bfa4a3a5fba7a3b7a4b7b8a2bfb8b3f889e2b0b2bcbee7a196a3b4a3b8a2a3fbe7e0f8b2b9bbb7bfb8f8bab9b5b7ba\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; +Enable automated spam training: yes&#13; +Spam training user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"fa898a9b97d4999d8a919188a59bba8f988f948e8fd7cbccd49e95979b9394d49695999b96\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; +Non-spam(Ham) training user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"e189808ccf828d919498be859889d3a19483948f9594ccd0d7cf858e8c80888fcf8d8e82808d\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; +SMTP host: ubuntu-16.domain.local&#13; +Web server HTTP port: 8080&#13; +Web server HTTPS port: 8443&#13; +Web server mode: https&#13; +IMAP server port: 7143&#13; +IMAP server SSL port: 7993&#13; +POP server port: 7110&#13; +POP server SSL port: 7995&#13; +Use spell check server: yes&#13; +Spell server URL: http:\/\/ubuntu-16.domain.local:7780\/aspell.php&#13; +Enable version update checks: TRUE&#13; +Enable version update notifications: TRUE&#13; +Version update notification email: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"afcecbc2c6c1efdacddac1dbda829e9981cbc0c2cec6c181c3c0cccec3\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; +Version update source email: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"ccada8a1a5a28cb9aeb9a2b8b9e1fdfae2a8a3a1ada5a2e2a0a3afada0\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; +Install mailstore (service webapp): yes&#13; +Install UI (zimbra,zimbraAdmin webapps): yes&#13;\n&#13; 8) zimbra-spell: Enabled&#13; 9) zimbra-proxy: Enabled&#13; 10) Default Class of Service Configuration:&#13; s) Save config to file&#13; x) Expand menu&#13; q) Quit<\/pre>\n<p>The mandatory thing to do here is to set up the admin password, so press button &#8220;7&#8221; on the keyboard, then &#8220;4&#8221;, then you can set up the Admin password<\/p>\n<pre>Store configuration&#13;\n&#13; 1) Status: Enabled&#13; 2) Create Admin User: yes&#13; 3) Admin user to create: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"0d6c696064634d786f78637978203c3b236962606c64632361626e6c61\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13;\n** 4) Admin Password UNSET&#13; 5) Anti-virus quarantine user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"d0a6b9a2a5a3fda1a5b1a2b1bea4b9beb5fe8fe4b6b4bab8e1a790a5b2a5bea4a5fde1e6feb4bfbdb1b9befebcbfb3b1bc\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; 6) Enable automated spam training: yes&#13; 7) Spam training user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"7d0e0d1c10531e1a0d16160f221c3d081f08130908504c4b531912101c14135311121e1c11\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; 8) Non-spam(Ham) training user: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"452d24286b262935303c1a213c2d77053027302b31306874736b212a28242c2b6b292a262429\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; 9) SMTP host: ubuntu-16.domain.local&#13; 10) Web server HTTP port: 8080&#13; 11) Web server HTTPS port: 8443&#13; 12) Web server mode: https&#13; 13) IMAP server port: 7143&#13; 14) IMAP server SSL port: 7993&#13; 15) POP server port: 7110&#13; 16) POP server SSL port: 7995&#13; 17) Use spell check server: yes&#13; 18) Spell server URL: http:\/\/ubuntu-16.domain.local:7780\/aspell.php&#13; 19) Enable version update checks: TRUE&#13; 20) Enable version update notifications: TRUE&#13; 21) Version update notification email: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"7110151c181f310413041f05045c40475f151e1c10181f5f1d1e12101d\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; 22) Version update source email: <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"adccc9c0c4c3edd8cfd8c3d9d8809c9b83c9c2c0ccc4c383c1c2ceccc1\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>&#13; 23) Install mailstore (service webapp): yes&#13; 24) Install UI (zimbra,zimbraAdmin webapps): yes&#13;\n&#13;\nSelect, or 'r' for previous menu [r] 4&#13;\n&#13;\nPassword for <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"d7b6b3babeb997a2b5a2b9a3a2fae6e1f9b3b8bab6beb9f9bbb8b4b6bb\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a> (min 6 characters): [FOPiNVYC]<\/pre>\n<p>A password will&#8217;be suggested, but you can setup your preffered password.<\/p>\n<p>After that press &#8220;r&#8221; to go back in the menu, then press &#8220;a&#8221; to save the configuration.<\/p>\n<p>It will ask if you wanna save data to a file, obviouslly say &#8220;Yes&#8221;, wich is the default answer.<\/p>\n<p>It will ask the name of the file where to save data, you can leave the default, and then it will alert that the system will be modified.<\/p>\n<pre><code spellcheck=\"false\">The system will be modified - continue? [No]<\/code><\/pre>\n<p><span\/>Pay attention to write &#8220;Yes&#8221;, because for security reasons the default is &#8220;No&#8221;<\/p>\n<p><span\/>At the end, you will be notified\u00a0if the installation was succesfull and will get asked if you wanna notify Zimbra about you installation, to help supporto of opn source version i&#8217;ll suggest to notify, nut it&#8217; your choice \ud83d\ude42<\/p>\n<pre>You have the option of notifying Zimbra of your installation.&#13;\nThis helps us to track the uptake of the Zimbra Collaboration Server.&#13;\nThe only information that will be transmitted is:&#13; The VERSION of zcs installed (8.8.10_GA_3039_UBUNTU16_64)&#13; The ADMIN EMAIL ADDRESS created (<a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"0766636a6e69477265726973722a36312963686a666e69296b6864666b\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a>)&#13;\n&#13;\nNotify Zimbra of your installation? [Yes]<\/pre>\n<p><span\/>Now some checks will be started up&#8230;\u00a0<\/p>\n<pre>If all is gone right you should see&#13;\nChecking if the NG started running...done.&#13;\nSetting up zimbra crontab...done.&#13;\n&#13;\n&#13;\nMoving \/tmp\/zmsetup.20181106-121246.log to \/opt\/zimbra\/log&#13;\n&#13;\n&#13;\nConfiguration complete - press return to exit<\/pre>\n<p>Now you had to do the last setp. We had to set up the syslog configuration files to enable server statistics to display on the administration console, and enable the logger monitor host. The server statistics includes information about the message count, message volume, and anti-spam and anti-virus activity.<\/p>\n<p>Login as zimbra user and lunch the following command<\/p>\n<pre>sudo -u zimbra -i&#13;\nzmupdateauthkeys<\/pre>\n<p>The output should be something like this&gt;<\/p>\n<pre>Updating keys for ubuntu-16.domain.local&#13;\nFetching key for ubuntu-16.domain.local&#13;\nUpdating keys for ubuntu-16.domain.local&#13;\nUpdating \/opt\/zimbra\/.ssh\/authorized_keys&#13;\n<\/pre>\n<p><span>As\u00a0<\/span><strong>root<\/strong><span>, type the following command to enable the server to display statistics <\/span><\/p>\n<pre>exit&#13;\n\/opt\/zimbra\/libexec\/zmsyslogsetup<\/pre>\n<p>Edit the\u00a0\/etc\/default\/rsyslog file to add -r to the\u00a0<span>RSYSLOGD_OPTIONS<\/span> setting,\u00a0RSYSLOGD_OPTIONS=&#8221;-r&#8221;, then restart the service with<\/p>\n<pre><code spellcheck=\"false\">\u00a0\/etc\/init.d\/rsyslog restart<\/code><\/pre>\n<p>To check your installation you should access the administration console at\u00a0<a href=\"https:\/\/192.168.2.50:7071\/\">https:\/\/192.168.2.50:7071\/<\/a>\u00a0and you should look at the Console Login Page.<\/p>\n<p>To log in, you must use <a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"650401080c0b2508040c094b010a08040c0b4b090a060409\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a> (the one you choose during install) with the password you setup<\/p>\n<p><a class=\"fancybox\" id=\"img-snip_20181106132913\" href=\"https:\/\/www.howtoforge.com\/images\/install_zimbra_collaboration_suite_88_on_ubuntu_1604\/big\/snip_20181106132913.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/11\/how-to-install-zimbra-collaboration-suite-8-8-on-ubuntu.png\" alt=\"Zimbra Admin Console\" width=\"550\" height=\"379\" title=\"\"><\/a><\/p>\n<p>To access the webmail you must go at URL\u00a0<a href=\"https:\/\/IPADDRESS\/\">https:\/\/IPADDRESS\/<\/a>\u00a0to login you must create a user in admin console or use\u00a0<\/p>\n<p><a href=\"https:\/\/www.howtoforge.com\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"e48580898d8aa489858d88ca808b89858d8aca888b878588\" target=\"_blank\" rel=\"noopener\">[email\u00a0protected]<\/a> (the one you choose during install) with the password you setup<\/p>\n<p><a class=\"fancybox\" id=\"img-snip_20181106132945\" href=\"https:\/\/www.howtoforge.com\/images\/install_zimbra_collaboration_suite_88_on_ubuntu_1604\/big\/snip_20181106132945.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/11\/how-to-install-zimbra-collaboration-suite-8-8-on-ubuntu-1.png\" alt=\"\" title=\"\"><\/a><\/p>\n<p>You&#8217;ve successfully setup Zimbra on your server.<\/p>\n<h2 id=\"links\">Links<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>The Zimbra Collaboration Server is a mail server, collaborative web application and a web-based mail server admin console in a single application. It provides LDAP, antivirus, antispam, collaboration features and an ajax webmail client. Zimbra is easy to use for administrators as well as end users due to its fast Ajax-based web interface. Prerequisites Zimbra [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-7217","post","type-post","status-publish","format-standard","hentry","category-36"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/7217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=7217"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/7217\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=7217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=7217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=7217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}