<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>how to install Zimbra Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/how-to-install-zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 07 Jan 2020 12:30:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install Zimbra Collaboration on Ubuntu 18.04 LTS</title>
		<link>https://www.osradar.com/how-to-install-zimbra-collaboration-on-ubuntu-18-04-lts/</link>
					<comments>https://www.osradar.com/how-to-install-zimbra-collaboration-on-ubuntu-18-04-lts/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Tue, 07 Jan 2020 12:29:58 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to install Zimbra]]></category>
		<category><![CDATA[Install Zimbra Collaboration on Ubuntu 18.04]]></category>
		<category><![CDATA[ubuntu 18.04]]></category>
		<category><![CDATA[Zimbra collaboration on ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17190</guid>

					<description><![CDATA[<p>Zimbra Desktop is a powerful Desktop email client which allow you sync and store your emails, contacts, files, documents, calendar between the mail server and your local server making them locally accessible when working offline. Zimbra Desktop automatically initiates sync b/w the server &#38; your computer on start. Mail server can be local in your [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zimbra-collaboration-on-ubuntu-18-04-lts/">How To Install Zimbra Collaboration on Ubuntu 18.04 LTS</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Zimbra Desktop is a powerful Desktop email client which allow you sync and store your emails, contacts, files, documents, calendar between the mail server and your local server making them locally accessible when working offline. Zimbra Desktop automatically initiates sync b/w the server &amp; your computer on start. Mail server can be local in your network or a server in the Cloud. Among the email services, you can connect to using Zimbra Desktop are Zimbra mail, Yahoo mail, Microsoft Outlook, Gmail and any other personal email account that uses IMAP or POP.</p>



<h3><strong>Pre-Requisite</strong></h3>



<ul><li>Installed Ubuntu 18.04 server</li><li>Have ssh access to the user – user with sudo privileges</li><li>DNS server – Dnsmasq should be fine</li></ul>



<p>To support up to 50 users, follow the below recommended settings.</p>



<ul><li>4 vCPU or more depending on your available resources</li><li>8 GB RAM or more</li><li>50 GB available disk space</li><li>DNS Server</li></ul>



<p>Then move towards the steps to cover the Installation of Zimbra Collaboration Server on Ubuntu 18.04</p>



<h3><strong>Step 1: Install and Configure Dnsmasq</strong></h3>



<p>First of all Install Dnsmasq server and then configure it to proceed further. To Install &amp; configure Dnsmasq on Ubuntu 18.04 LTS <a href="https://www.osradar.com/?p=17421">click here.</a></p>



<p>After it , set up Zimbra Domain, DNS server forwarder, and MX records.</p>



<pre class="wp-block-verse">$ sudo vim /etc/dnsmasq.conf<br>
server=8.8.8.8<br>
listen-address=127.0.0.1<br>
domain=example.com   # Define domain<br>
mx-host=example.com,mail.example.com,0  # Set MX record for the domain, preference is 0<br>
address=/mail.example.com/62.15.116.167 # Send example.com to 62.15.116.167</pre>



<p>Set hostname of server.</p>



<pre class="wp-block-verse">sudo hostnamectl set-hostname mail.example.com</pre>



<p>Now, add server name &amp; IP address to <strong>/etc/hosts</strong> file</p>



<pre class="wp-block-verse">echo "62.15.116.167 mail.example.com" | sudo tee -a /etc/hosts</pre>



<p>Restart dnsmasq services.</p>



<pre class="wp-block-verse">sudo systemctl restart dnsmasq</pre>



<p>Test an A record of Zimbra Server</p>



<pre class="wp-block-verse">$ dig A zimbra.osradar.com<br>  ; &lt;&lt;&gt;&gt; DiG 9.11.3-1ubuntu1.3-Ubuntu &lt;&lt;&gt;&gt; A zimbra.osradar.com @127.0.0.1<br>  ;; global options: +cmd<br>  ;; Got answer:<br>  ;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 14888<br>  ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1<br>  ;; OPT PSEUDOSECTION:<br>  ; EDNS: version: 0, flags:; udp: 4096<br>  ;; QUESTION SECTION:<br>  ;zimbra.osradar.com.    IN  A<br>  ;; ANSWER SECTION:<br>  zimbra.osradar.com 0    IN  A   62.15.116.167<br>  ;; Query time: 0 msec<br>  ;; SERVER: 127.0.0.1#53(127.0.0.1)<br>  ;; WHEN: Mon Dec 31 21:58:39 CEST 2019<br>  ;; MSG SIZE  rcvd: 73</pre>



<p>Query for MX record of your domain. Should return Zimba Server IP.</p>



<pre class="wp-block-verse">$ dig MX osradar.com<br>  ; &lt;&lt;&gt;&gt; DiG 9.11.3-1ubuntu1.3-Ubuntu &lt;&lt;&gt;&gt; MX zimbra.osradar.com @127.0.0.1<br>  ;; global options: +cmd<br>  ;; Got answer:<br>  ;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 25343<br>  ;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 2<br>  ;; OPT PSEUDOSECTION:<br>  ; EDNS: version: 0, flags:; udp: 4096<br>  ;; QUESTION SECTION:<br>  ;zimbra.osradar.com.    IN  MX<br>  ;; ANSWER SECTION:<br>  zimbra.osradar.com. 0    IN  MX  0 zimbra.osradar.com.<br>  ;; ADDITIONAL SECTION:<br>  zimbra.osradar.com. 0    IN  A   62.15.116.167<br>  ;; SERVER: 127.0.0.1#53(127.0.0.1)<br>  ;; WHEN: Mon Dec 31 21:59:40 CEST 2019<br>  ;; MSG SIZE  rcvd: 117</pre>



<p>See that we have both A record &amp; MX, let&#8217;s begin the installation.</p>



<h3><strong>Step 2: Download Zimbra Collaboration Open source Edition</strong></h3>



<p>As the latest release of Zimbra is 8.8.15. Let&#8217;s download the file to the local server.</p>



<pre class="wp-block-verse">wget https://files.zimbra.com/downloads/8.8.15_GA/zcs-8.8.15_GA_3869.UBUNTU18_64.20190918004220.tgz</pre>



<p>Then extract files</p>



<pre class="wp-block-verse">tar xvf zcs-8.8.15_GA_3869.UBUNTU18_64.20190918004220.tgz</pre>



<p>Now, move to zcs.* directory</p>



<pre class="wp-block-verse">cd zcs*/</pre>



<h3><strong>Step 3: Install Zimbra Collaboration on Ubuntu 18.04 LTS</strong></h3>



<p>Now, you are ready to start the installation of Zimbra Collaboration on Ubuntu 18.04 LTS. Run the installer script &#8211; This is an all in one server installation.</p>



<pre class="wp-block-verse">sudo ./install.sh<br> Operations logged to /tmp/install.log.DM7y8xw8<br> Checking for existing installation…<br>     zimbra-drive…NOT FOUND<br>     zimbra-imapd…NOT FOUND<br>     zimbra-patch…NOT FOUND<br>     zimbra-mta-patch…NOT FOUND<br>     zimbra-proxy-patch…NOT FOUND<br>     zimbra-license-tools…NOT FOUND<br>     zimbra-license-extension…NOT FOUND<br>     zimbra-network-store…NOT FOUND<br>     zimbra-network-modules-ng…NOT FOUND<br>     zimbra-chat…NOT FOUND<br>     zimbra-talk…NOT FOUND<br>     zimbra-ldap…NOT FOUND<br>     zimbra-logger…NOT FOUND<br>     zimbra-mta…NOT FOUND<br>     zimbra-dnscache…NOT FOUND<br>     zimbra-snmp…NOT FOUND<br>     zimbra-store…NOT FOUND<br>     zimbra-apache…NOT FOUND<br>     zimbra-spell…NOT FOUND<br>     zimbra-convertd…NOT FOUND<br>     zimbra-memcached…NOT FOUND<br>     zimbra-proxy…NOT FOUND<br>     zimbra-archiving…NOT FOUND<br>     zimbra-core…NOT FOUND<br> <br> PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.<br> SYNACOR, INC. ("SYNACOR") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU<br> FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING<br> THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY<br> THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS<br> AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.<br> License Terms for this Zimbra Collaboration Suite Software:<br> https://www.zimbra.com/license/zimbra-public-eula-2-6.html</pre>



<p>Press Y when prompt for License terms &amp; start the installation.</p>



<pre class="wp-block-verse">Do you agree with the terms of the software license agreement? [N] Y</pre>



<p>Then agree to use the Zimbra package repository.</p>



<pre class="wp-block-verse">Use Zimbra's package repository [Y] Y<br> Warning: apt-key output should not be parsed (stdout is not a terminal)<br> Importing Zimbra GPG key<br> Configuring package repository<br> Checking for installable packages<br> Found zimbra-core (local)<br> Found zimbra-ldap (local)<br> Found zimbra-logger (local)<br> Found zimbra-mta (local)<br> Found zimbra-dnscache (local)<br> Found zimbra-snmp (local)<br> Found zimbra-store (local)<br> Found zimbra-apache (local)<br> Found zimbra-spell (local)<br> Found zimbra-memcached (repo)<br> Found zimbra-proxy (local)<br> Found zimbra-drive (repo)<br> Found zimbra-imapd (local)<br> Found zimbra-patch (repo)<br> Found zimbra-mta-patch (repo)<br> Found zimbra-proxy-patch (repo)</pre>



<p>Select the packages to install</p>



<pre class="wp-block-verse">Install zimbra-ldap [Y]<br> Install zimbra-logger [Y]<br> Install zimbra-mta [Y] <br> Install zimbra-dnscache [Y] <br> Install zimbra-snmp [Y] <br> Install zimbra-store [Y] <br> Install zimbra-apache [Y] <br> Install zimbra-spell [Y] <br> Install zimbra-memcached [Y] <br> Install zimbra-proxy [Y] <br> Install zimbra-drive [Y] <br> Install zimbra-imapd (BETA - for evaluation only) [N] <br> Install zimbra-chat [Y] <br> Checking required space for zimbra-core<br> Checking space for zimbra-store<br> Checking required packages for zimbra-store<br> zimbra-store package check complete.<br> Installing:<br>     zimbra-core<br>     zimbra-ldap<br>     zimbra-logger<br>     zimbra-mta<br>     zimbra-dnscache<br>     zimbra-snmp<br>     zimbra-store<br>     zimbra-apache<br>     zimbra-spell<br>     zimbra-memcached<br>     zimbra-proxy<br>     zimbra-drive<br>     zimbra-patch<br>     zimbra-mta-patch<br>     zimbra-proxy-patch<br>     zimbra-chat</pre>



<p>Agree to system modification</p>



<pre class="wp-block-verse">The system will be modified.  Continue? [N] Y</pre>



<p>Select the packages to be download &amp; Installation will started.</p>



<pre class="wp-block-verse">Downloading packages (12):<br>    zimbra-core-components<br>    zimbra-ldap-components<br>    zimbra-mta-components<br>    zimbra-dnscache-components<br>    zimbra-snmp-components<br>    zimbra-store-components<br>    zimbra-jetty-distribution<br>    zimbra-apache-components<br>    zimbra-spell-components<br>    zimbra-memcached<br>    zimbra-proxy-components<br>    zimbra-mta-patch<br>      …done<br> Removing /opt/zimbra<br> Removing zimbra crontab entry…done.<br> Cleaning up zimbra init scripts…done.<br> Cleaning up /etc/security/limits.conf…done.<br> Finished removing Zimbra Collaboration Server.<br> Installing repo packages (12):<br>    zimbra-core-components<br>    zimbra-ldap-components<br>    zimbra-mta-components<br>    zimbra-dnscache-components<br>    zimbra-snmp-components<br>    zimbra-store-components<br>    zimbra-jetty-distribution<br>    zimbra-apache-components<br>    zimbra-spell-components<br>    zimbra-memcached<br>    zimbra-proxy-components<br>    zimbra-mta-patch<br>       …</pre>



<p><strong>Set up Admin account password </strong></p>



<pre class="wp-block-verse">7) zimbra-store:                            Enabled                       <br>         +Create Admin User:                    yes                           <br>         +Admin user to create:                 admin@zimbra.osradar.com<br> <strong><em>*</em></strong> +Admin Password                        UNSET                         <br>         +Anti-virus quarantine user:           virus-quarantine.pynmkvgruh@zimbra.osradar.com<br>         +Enable automated spam training:       yes                           <br>         +Spam training user:                   spam.ab7ufdyr@zimbra.osradar.com<br>         +Non-spam(Ham) training user:          ham.l4s_ar23@zimbra.osradar.com<br>         +SMTP host:                            zimbra.osradar.com  <br>         +Web server HTTP port:                 8080                          <br>         +Web server HTTPS port:                8443                          <br>         +Web server mode:                      https                         <br>         +IMAP server port:                     7143                          <br>         +IMAP server SSL port:                 7993                          <br>         +POP server port:                      7110                          <br>         +POP server SSL port:                  7995                          <br>         +Use spell check server:               yes                           <br>         +Spell server URL:                     http://zimbra.osradar.com:7780/aspell.php<br>         +Enable version update checks:         TRUE                          <br>         +Enable version update notifications:  TRUE                          <br>         +Version update notification email:    admin@zimbra.osradar.com<br>         +Version update source email:          admin@zimbra.osradar.com<br>         +Install mailstore (service webapp):   yes                           <br>         +Install UI (zimbra,zimbraAdmin webapps): yes <br> …..<br> Password for admin@zimbra.osradar.com (min 6 characters): [8441mra12P]                         </pre>



<p>Complete configuration &amp; apply</p>



<pre class="wp-block-verse">Main menu<br>  1) Common Configuration:                                                  <br>     2) zimbra-ldap:                             Enabled                       <br>     3) zimbra-logger:                           Enabled                       <br>     4) zimbra-mta:                              Enabled                       <br>     5) zimbra-dnscache:                         Enabled                       <br>     6) zimbra-snmp:                             Enabled                       <br>     7) zimbra-store:                            Enabled                       <br>     8) zimbra-spell:                            Enabled                       <br>     9) zimbra-proxy:                            Enabled                       <br>    10) Default Class of Service Configuration:                                <br>     s) Save config to file                                                    <br>     x) Expand menu                                                            <br>     q) Quit                                    <br>  *** CONFIGURATION COMPLETE - press 'a' to apply<br>  Select from menu, or press 'a' to apply config (? - help) a<br>  Save configuration data to a file? [Yes]   <br>  Save config in file: [/opt/zimbra/config.24171] <br>  Saving config in /opt/zimbra/config.24171…done.<br>  The system will be modified - continue? [No] Yes</pre>



<p>The installer script will start to configure Zimbra Server. When done you should get output like below:</p>



<pre class="wp-block-verse">Starting servers…done.<br> Installing common zimlets…<br>     com_zimbra_cert_manager…done.<br>     com_zimbra_adminversioncheck…done.<br>     com_zimbra_attachcontacts…done.<br>     com_zimbra_viewmail…done.<br>     com_zimbra_attachmail…done.<br>     com_zimbra_url…done.<br>     com_zimbra_webex…done.<br>     com_zimbra_bulkprovision…done.<br>     com_zimbra_proxy_config…done.<br>     com_zimbra_mailarchive…done.<br>     com_zextras_chat_open…done.<br>     com_zimbra_ymemoticons…done.<br>     com_zimbra_clientuploader…done.<br>     com_zimbra_date…done.<br>     com_zimbra_srchhighlighter…done.<br>     com_zimbra_tooltip…done.<br>     com_zextras_drive_open…done.<br>     com_zimbra_phone…done.<br>     com_zimbra_email…done.<br> Finished installing common zimlets.<br> Restarting mailboxd…done.<br> Creating galsync account for default domain…done.<br> You have the option of notifying Zimbra of your installation.<br> This helps us to track the uptake of the Zimbra Collaboration Server.<br> The only information that will be transmitted is:<br>     The VERSION of zcs installed (8.8.12_GA_3794_UBUNTU18_64)<br>     The ADMIN EMAIL ADDRESS created (admin@zimbra.osradar.com)<br> Notify Zimbra of your installation? [Yes]<br> Checking if the NG started running…done. <br> Setting up zimbra crontab…done.<br> Moving /tmp/zmsetup.20190401-221739.log to /opt/zimbra/log<br> Configuration complete - press return to exit</pre>



<p>Now, confirm Zimbra services status.</p>



<pre class="wp-block-verse">su - zimbra -c "zmcontrol status"<br> Host zimbra.odradar.com<br>      amavis                  Running<br>      antispam                Running<br>      dnscache                Running<br>      ldap                    Running<br>      logger                  Running<br>      mailbox                 Running<br>      memcached               Running<br>      mta                     Running<br>      opendkim                Running<br>      proxy                   Running<br>      service webapp          Running<br>      snmp                    Running<br>      spell                   Running<br>      stats                   Stopped<br>      zimbra webapp           Running<br>      zimbraAdmin webapp      Running<br>      zimlet webapp           Running<br>      zmconfigd               Running</pre>



<h3><strong>Step 4: Accessing Zimbra Admin Dashboard</strong></h3>



<p>If you have an active firewall, configure it for Zimbra using <a href="https://www.osradar.com/?p=17426">Zimbra Firewall Configuration with ufw for Ubuntu</a> &amp; then Access Admin interface using <strong>http://ip-address|hostname:7071</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="557" height="280" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/zimbra-admin-console.jpg" alt="" class="wp-image-17429" srcset="https://www.osradar.com/wp-content/uploads/2019/12/zimbra-admin-console.jpg 557w, https://www.osradar.com/wp-content/uploads/2019/12/zimbra-admin-console-300x151.jpg 300w" sizes="(max-width: 557px) 100vw, 557px" /></figure>



<p>Provide username &amp; password to login to zimbra.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zimbra-collaboration-on-ubuntu-18-04-lts/">How To Install Zimbra Collaboration on Ubuntu 18.04 LTS</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-zimbra-collaboration-on-ubuntu-18-04-lts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
