<?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>Spirit of Change &#187; Zimbra</title>
	<atom:link href="http://vavai.net/category/server/mail-server/zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>http://vavai.net</link>
	<description>Masim "Vavai" Sugianto Personal Blog</description>
	<lastBuildDate>Tue, 13 Apr 2010 02:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE/SLES Part 2 (Finish)</title>
		<link>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensusesles-part-2-finish/</link>
		<comments>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensusesles-part-2-finish/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 10:08:47 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[PDC]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1201</guid>
		<description><![CDATA[This is part 2 of 2 article. Previous article : User Account Integration between Samba PDC &#38; Zimbra Mail Server on openSUSE/SLES Part 1 MANAGING SAMBA DOMAIN WITH ZIMBRA ADMIN Restart samba service with the following command : service smb restart Login to Zimbra Admin and see that these are 2 new entry on left [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 2 of 2 article. Previous article : <a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/">User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE/SLES Part 1</a></p>
<h4><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/03/windows-linux1.jpg"><img class="alignnone size-full wp-image-1207" title="windows-linux" src="http://vavai.net/wp-content/uploads/2010/03/windows-linux1.jpg" alt="" width="350" height="204" /></a></h4>
<h4>MANAGING SAMBA DOMAIN WITH ZIMBRA ADMIN</h4>
<ul>
<li> Restart  samba service with the following command :</li>
</ul>
<pre class="brush: cpp">service smb restart
</pre>
<ul>
<li> Login to Zimbra Admin and see that these are 2 new entry on left panel menu : Posix Groups and Samba Domain. If you click on Samba Domain, there should be existing  entry, your Samba domain (in my sample : vavai.co.id). Please restart your computer if you found nothing on the Samba Domain menu.<br />
`<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/03/zimbra-admin.png"><img class="size-full wp-image-1148 alignnone" title="zimbra-admin" src="http://vavai.com/wp-content/uploads/2010/03/zimbra-admin.png" alt="" width="480" height="312" /></a></li>
</ul>
<p><strong>MANAGING LINUX AND SAMBA GROUPS USING ZIMBRA ADMIN<br />
</strong></p>
<ul>
<li> Login to Zimbra Admin</li>
<li> Choose Posix Groups</li>
<li>Click New. Fill in you new group, ie :  Accounting. Move to Samba Group tab and choose your domain from combo box. Fill in 2 (default entry for group) on group type text box.</li>
<li> Click Save</li>
</ul>
<p>Test the configuration whether Samba successfully read new added groups or no by using this command on konsole/terminal :</p>
<pre class="brush: cpp">
su
getent group
</pre>
<p>Samba should be response by display list of groups and your new group should be listed on the list.</p>
<p>Create new user account by using following procedure :</p>
<ul>
<li>Open Zimbra Admin</li>
<li>Click Account</li>
<li> Click New</li>
<li>Fill in account profile and description. Account name, First Name, Last Name and Password are mandatory, mark with *. Scroll down to bottom of account wizard to change password.</li>
<li>Click  Next until finish. These are should be 2 add-on tabs/wizard at the end of Account configuration: Posix Groups and Samba Domain. Add your new account as your new group member and Samba domain member</li>
<li>Click finish</li>
</ul>
<p>Test the configuration whether Samba successfully read new added user account  or no by using following command on konsole/terminal :</p>
<pre class="brush: cpp">su
getent passwd
</pre>
<p>Samba should be response by display list of user account and your new user  should be listed on the user list.</p>
<h4>UPDATE PROFILE FOR EXISTING ACCOUNT</h4>
<p>Run the following command to update profile of existing Zimbra user (user created before Samba-Zimbra joined). Replace Samba SID with your own (Look at  Zimbra Admin | Samba Domain) :</p>
<pre class="brush: cpp">zmprov ma admin@vavai.co.id +objectClass posixAccount uidNumber 10003 gidNumber 10001 homeDirectory /home/admin loginShell /bin/bash
zmprov ma admin@vavai.co.id +objectClass sambaSamAccount sambaDomainName vavai.co.id sambaSID S-1-5-21-3745602466-621825477-2613676135-21006 sambaAcctFlags [UX]
</pre>
<p><strong>MAKING WINDOWS NT DOMAIN GROUP</strong></p>
<p>We will use this group as Administrative user for join client as domain member :</p>
<ul>
<li>Login to Zimbra Admin</li>
<li> Choose Posix Groups, click New</li>
<li>Fill ini group name : Domain Admins. Move to  Samba tab, pick your domain name from combo box and then choose Special Windows group &#8211; Domain Admins</li>
<li> Click Save</li>
<li>Run the following command to give this group domain administrative permission :</li>
</ul>
<pre class="brush: cpp">net rpc rights grant &quot;vavai.co.id\Domain Admins&quot; SeAddUsersPrivilege SeMachineAccountPrivilege SePrintOperatorPrivilege
</pre>
<ul>
<li>Create a new user with Zimbra domain and add it as &#8220;Domain Admins&#8221;  group member</li>
</ul>
<h4>ADDING WINDOWS NT/2000/XP MACHINE TO SAMBA DOMAIN</h4>
<ul>
<li>Login to your Windows workstation with your Administrator user/permission</li>
<li>Right click on My Computer</li>
<li>Choose Properties</li>
<li>Move to Computer Name tab</li>
<li>Click Change</li>
<li> Fill in your computer name</li>
<li>Fill in  vavai.co.id as  member of  domain (not workgroup. Replace vavai.co.id with your domain name)</li>
<li>Click OK</li>
<li>Windows will be asked about Administrator user name and password. Use Zimbra user and password  who is joined as  Domain Admin group member</li>
</ul>
<p>Finish. You should be able to restart your computer and then login with Zimbra user name and password. You may also use LDAP client as user authentication on Linux client. Modify share permission, share folder, profile, etc to fit with your environment setting.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/03/30/how-to-samba-pdcopenldap-on-opensusesles-part-2-finish/" title="How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 2 (Finish)">How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 2 (Finish)</a> (1)</li><li><a href="http://vavai.net/2010/03/30/how-to-samba-pdcopenldap-on-opensusesles-part-1/" title="How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 1">How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 1</a> (3)</li><li><a href="http://vavai.net/2010/01/29/tutorial-samba-pdc-openldap-on-opensuse-11-1-%e2%80%93-part-6/" title="Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 6">Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 6</a> (2)</li><li><a href="http://vavai.net/2010/01/28/tutorial-samba-pdc-openldap-on-opensuse-11-1-%e2%80%93-part-5/" title="Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 5">Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 5</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensusesles-part-2-finish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE/SLES</title>
		<link>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/</link>
		<comments>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:33:08 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[OpenLDAP]]></category>
		<category><![CDATA[PDC]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SLES]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1172</guid>
		<description><![CDATA[Note : This is part one of 2 article. I decided to split the tutorial to make it easier to read (and to write ) This tutorial describes how you can configure Zimbra Mail Server &#38; Collaboration Suite and Samba to act as a primary domain controller (PDC) that uses Zimbra LDAP (Lightweight Directory Access [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note : This is part one of 2 article. I decided to split the tutorial to make it easier to read (and to write <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</em></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse.jpeg"><img class="alignnone size-full wp-image-1195" title="zimbra-opensuse" src="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse.jpeg" alt="" width="200" height="200" /></a></p>
<p>This tutorial describes how you can configure Zimbra Mail Server &amp; Collaboration Suite and Samba to act as a primary domain controller (PDC) that  uses Zimbra LDAP (Lightweight Directory Access Protocol) as a central password  database for authenticating users on Linux and Windows desktops. The  integration process will make it easier for administrators to manage Zimbra Mail Server and Samba PDC / Active Directory account because it  use same LDAP database. If  applied in corporate environments or institutions who have been using  Windows Server, this guide can be used to set up Linux servers to  replace the Windows Active Directory Server and Microsoft Exchange  Server.</p>
<p>The setup described in this document is not the only possible way  to make Samba and Zimbra use the same user database for authentication.  You may also use <a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/">Zimbra External Authentication with Samba PDC</a>. External authentication are a little bit easy to be setting up, but we must manage the mailbox profile in Zimbra and it doesn&#8217;t seamlessly integrate Zimbra into Samba PDC+OpenLDAP. It is highly recommended to get familiar with Zimbra, Samba, LDAP and  PAM, before you start the installation.</p>
<p>This tutorial are based on Zimbra wiki article : <a title="http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI_6.0" rel="nofollow" href="http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI_6.0">UNIX and Windows Accounts in Zimbra LDAP and Zimbra  Admin UI 6.0</a> but has been tune up to works successfully on openSUSE/SLES environment. The original wiki using Ubuntu/RedHat environment which doesn&#8217;t automatically fit with openSUSE/SLES configuration.</p>
<p>I&#8217;m using Zimbra Mail Server 6.0.5 64 bit with the following configuration :</p>
<p><strong> Domain &amp; Hostname</strong></p>
<pre>Domain   : vavai.co.id
Hostname : zcspdc.vavai.co.id</pre>
<p><strong> IP Address<br />
</strong></p>
<pre>IP Address    : 192.168.10.1
Name Server 1 : 192.168.10.1
Name Server 2 : 8.8.8.8  (Google public DNS Server)
Name Server 3 : 208.67.222.222 (OpenDNS public DNS Server)
Router        : 192.168.10.254 (ADSL Modem)</pre>
<p><strong>File /etc/hosts</strong></p>
<pre>127.0.0.1       localhost
192.168.10.1    zcspdc.vavai.co.id zcspdc</pre>
<h4>ZIMBRA INSTALLATION</h4>
<p>Please use following article to install Zimbra on SLES 11 : <a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/">Installing Zimbra 6.0.5 64 bit on  SUSE Linux Enterprise Server (SLES) 11  64 bit</a> or use this tutorial : <a title="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/" rel="nofollow" href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit</a> for Zimbra+openSUSE version.</p>
<h4>ZIMBRA LDAP CONFIGURATION</h4>
<p>The following script will automatically configure Zimbra LDAP as below :</p>
<ul>
<li>Add Samba Schema into Zimbra LDAP</li>
<li>Add proper index into Zimbra LDAP Schema</li>
<li>Add 2 user (zmposix and zmposixroot) as Zimbra LDAP Administrative Account with  default  password : rahasia</li>
<li>Adjust Zimbra LDAP ACL to allow administrative task regarding Samba-Zimbra integration</li>
<li>Add Admin Extension Zimbra Posfix Account and Zimbra  Samba Extension</li>
</ul>
<p>Thanks to Peracchi and Lithorus on the following thread on <a href="http://www.zimbra.com/forums/administrators/33168-help-make-zimbra-samba-tutorial-ubuntu-8-04-3-server-zimbra-6-0-1-a-3.html">Zimbra Forum</a> for idea and a great script.</p>
<p>To run the automated script, run the following commandon console/terminal :</p>
<pre class="brush: cpp">
su
cd /srv
wget -c http://vavai.com/wp-content/uploads/zcs-samba.tar.gz
tar -zxvf zcs-samba.tar.gz
su - zimbra
cd /srv/zcs-samba
./zcs-samba.sh
</pre>
<p>NOTE : The script will automatically use &#8216;rahasia&#8217; (Indonesian word means &#8216;secret&#8217; <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  ) as default password for zmposixroot and zmposix password. Please modify script to use your own password by change the following code on /srv/zcs-samba/zcs-samba.sh  :</p>
<pre class="brush: cpp">
# set password for the posix ldap accounts
ZMPOSIX_LDAP_PASSWORD=`/opt/zimbra/openldap/sbin/slappasswd -s rahasia`
ZMPOSIXROOT_LDAP_PASSWORD=`/opt/zimbra/openldap/sbin/slappasswd -s rahasia`
echo &quot;Domain : $DOMAIN&quot;
echo &quot;Hostname : $HOSTNAME&quot;
echo &quot;Zimbra LDAP Password : $ZIMBRA_LDAP_PASSWORD&quot;
echo &quot;LDAP Prefix : $LDAP_PREFIX&quot;
echo &quot;ZMPOSIX_LDAP_PASSWORD : rahasia&quot;
</pre>
<p>Change &#8216;rahasia&#8217; on the above line with your own password.</p>
<h4>SAMBA INSTALLATION</h4>
<ul>
<li>Open YAST | Network Service | Samba Server. YAST will automatically added Samba package if you never install it.</li>
<li>On the first  wizard, fill in the  workgroup/domain name. I&#8217;m using vavai.co.id as my domain name as shown on top of the tutorial. Click Next.</li>
<li>On  Samba Server Type, Choose Primary Domain  Controller (PDC) and then click Next</li>
<li>On  start-up, choose <strong>Service Start During Boot</strong> so  Samba will automatically be activated during boot. Don&#8217;t forget to open your Firewall port</li>
<li>Move to  LDAP Setting tab.</li>
<li>Click on <strong>Use LDAP Password Back-End </strong>option</li>
<li>Change  LDAP Server URL from default entry ldap://127.0.0.1 to be  ldap://192.168.10.1 (remember my  IP address configuration above). Use same address to  IdMap Back-End</li>
<li>Change  Search Base DN to Zimbra LDAP DN, mine are  dc=vavai,dc=co,dc=id</li>
<li>Fill in Administrator DN and the password:  uid=zmposixroot,cn=appaccts,cn=zimbra). Click Test Connection to test the connection between Zimbra and Samba machine.</li>
<li>Click Advanced Setting | Expert LDAP Setting</li>
<li> Change user suffix to be ou=people</li>
<li>Change group suffix to be ou=groups</li>
<li>Change Machine suffix to be ou=machines</li>
<li>Click OK to close Expert LDAP Setting windows</li>
<li>Click  OK to close  Samba Server wizard. Fill in  password for Samba root /Administrator password.  To prevent any confused setting, I&#8217;m using same password between zmposixroot, zmposix and Samba root password <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </li>
</ul>
<h4>SAMBA CONFIGURATION</h4>
<ul>
<li>Open /etc/samba/smb.conf with your preferred text editor (vi, gedit,  kate or kwrite)</li>
<li>Give it a # (comment mark) on the following line (if you do not use dhcp on your Samba configuration) :</li>
</ul>
<pre class="brush: cpp">
include = /etc/samba/dhcp.conf
</pre>
<ul>
<li>Save the configuration</li>
</ul>
<h4>LDAP CLIENT CONFIGURATION</h4>
<ul>
<li>Click YAST | Network Services | LDAP Client</li>
<li> Click  <strong>Use LDAP</strong> on User Authentication</li>
<li>Change Address to use Zimbra IP (192.168.10.1)</li>
<li>Fill in LDAP Base DN (dc=vavai,dc=co,dc=id)</li>
<li>Leave others as is</li>
<li>Click Advanced Configuration</li>
<li> Change <strong>Password Change Protocol</strong> to MD5</li>
<li>Leave <strong> Group Member Attribute = Member</strong> setting</li>
<li>Click on Administration Setting tab</li>
<li>Fill in uid=zmposixroot,cn=appaccts,cn=zimbra on   Administrator DN text box. Leave  <strong>Append Base DN </strong>setting unchecked</li>
<li>Leave <strong> Create Default Configuration Objects</strong> setting unchecked</li>
<li>Click OK</li>
<li>Click OK</li>
</ul>
<h4>NSS-LDAP &amp; PAM-LDAP CONFIGURATION</h4>
<ul>
<li>Open file /etc/ldap.conf with your preferred text  editor and change the following line (remove  # mark)</li>
</ul>
<pre class="brush: cpp">
host 192.168.10.1
base dc=vavai,dc=co,dc=id
binddn uid=zmposix,cn=appaccts,cn=zimbra
bindpw rahasia
rootbinddn uid=zmposixroot,cn=appaccts,cn=zimbra
port 389
bind_policy soft
nss_reconnect_tries 2
uri ldap://192.168.10.1/
ssl start_tls
tls_cacertdir /opt/zimbra/conf/ca
tls_checkpeer no
pam_password md5
nss_base_passwd         ou=people,dc=vavai,dc=co,dc=id?one
nss_base_shadow         ou=people,dc=vavai,dc=co,dc=id?one
nss_base_group          ou=groups,dc=vavai,dc=co,dc=id?one
nss_base_hosts          ou=machines,dc=vavai,dc=co,dc=id?one
</pre>
<ul>
<li>Save the configuration</li>
<li>Edit /etc/nsswitch.conf and change the following line :</li>
</ul>
<pre class="brush: cpp">
passwd: compat
group: compat
</pre>
<p>with</p>
<pre class="brush: cpp">passwd: files ldap
group: files ldap
</pre>
<ul>
<li> Edit /etc/pam.d/common-account and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">account sufficient pam_unix.so
account sufficient pam_ldap.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-auth and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">auth sufficient pam_ldap.so
auth sufficient pam_unix.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-password and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">password sufficient pam_unix.so
password sufficient pam_ldap.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-session and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">session sufficient pam_unix.so
session sufficient pam_ldap.so
</pre>
<p>Tutorial will be continue to part 2 of User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE / SLES.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/30/how-to-samba-pdcopenldap-on-opensusesles-part-2-finish/" title="How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 2 (Finish)">How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 2 (Finish)</a> (1)</li><li><a href="http://vavai.net/2010/03/30/how-to-samba-pdcopenldap-on-opensusesles-part-1/" title="How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 1">How To : Samba PDC+OpenLDAP on openSUSE/SLES Part 1</a> (3)</li><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensusesles-part-2-finish/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES Part 2 (Finish)">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES Part 2 (Finish)</a> (1)</li><li><a href="http://vavai.net/2010/01/29/tutorial-samba-pdc-openldap-on-opensuse-11-1-%e2%80%93-part-6/" title="Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 6">Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 6</a> (2)</li><li><a href="http://vavai.net/2010/01/28/tutorial-samba-pdc-openldap-on-opensuse-11-1-%e2%80%93-part-5/" title="Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 5">Tutorial : Samba PDC + OpenLDAP on openSUSE 11.1 – Part 5</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP</title>
		<link>http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/</link>
		<comments>http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:57:09 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1174</guid>
		<description><![CDATA[Zimbra mail server using LDAP as default account database, but we may also use external LDAP/AD as Zimbra user authentication. This tutorial will cover how to use openSUSE/SLES  PDC+OpenLDAP user as Zimbra user authentication. SAMBA PDC CONFIGURATION I&#8217;m using openSUSE 11.2 with Samba  PDC+OpenLDAP but tutorial may also applied on another openSUSE version or on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse1.jpg"><img class="alignnone size-full wp-image-1175" title="zimbra-opensuse1" src="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse1.jpg" alt="" width="125" height="125" /></a></p>
<p>Zimbra mail server using  LDAP as default account database, but we may also use external LDAP/AD as Zimbra user authentication. This tutorial will cover how to use openSUSE/SLES  PDC+OpenLDAP user as Zimbra user authentication.</p>
<p><strong>SAMBA PDC CONFIGURATION</strong></p>
<p>I&#8217;m using  openSUSE 11.2 with Samba  PDC+OpenLDAP but tutorial may also applied on another openSUSE version or on SLES. In this example, server hostname is  host pdc.vavai.info (192.168.0.6), with bind DN cn=Administrator, dc=vavai, dc=info and using 2 LDAP ports : standard port  389 and  SSL port  636. Don&#8217;t forget to add these ports as an allowed port on firewall.</p>
<p><strong>ZIMBRA CONFIGURATION</strong></p>
<ol>
<li>Login to  Zimbra Admin</li>
<li>Go to Domain on left pane menu</li>
<li>Choose domain to be configure. If we have multi domain schema on Zimbra,  we must configuring external authentication for each domain, even if all domain using same LDAP server</li>
<li>Choose  <strong>Configure Authentication</strong> menu.</li>
<li>On <strong>Authentication Mode</strong> choose <strong>External LDAP</strong></li>
<li>Fill in the configuration of  Samba LDAP. Take a look on the following picture for a configuration example<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/03/ldap-external.png"><img class="alignnone size-full wp-image-1025" title="ldap-external" src="http://vavai.com/wp-content/uploads/2010/03/ldap-external.png" alt="" width="458" height="307" /></a><br />
Adjust the configuration with your own setting and then click Next.</li>
<li>Next wizard are LDAP bind DN configuration. Bind DN is the configuration of admin user/manager used for accessing LDAP data. Click on <strong>Use DN/Password to bind to external server</strong> check box and then fill the bind DN text box. I&#8217;m using <strong>cn=Administrator,dc=vavai,dc=info</strong> as Samba PDC+openLDAP bind DN. Don&#8217;t forget to fill in the bind DN password (admin user/LDAP manager password)</li>
<li>On next wizard, use Samba PDC user account as  user name and password and then click  Test for testing Samba PDC+OpenLDAP connection. Zimbra will response with  <strong>Authentication Test Result : Authentication test successful </strong>message if Samba PDC+OpenLDAP has connected successfully<strong>. </strong><br />
`<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/03/ldap-external2.png"><img class="alignnone size-full wp-image-1026" title="ldap-external2" src="http://vavai.com/wp-content/uploads/2010/03/ldap-external2.png" alt="" width="456" height="308" /></a></li>
</ol>
<p>Please remember that the above configuration still need an inbox account on Zimbra mail server so you must create the appropriate account with no password on Zimbra to map user on Samba PDC with their mailbox.  Zimbra account do not need password because password will be pass to LDAP account on Samba PDC.</p>
<p>If you wish to integrating Samba &amp; Zimbra user as fully single user name, mailbox and password, please refer to <a href="http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI">UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI</a></p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/" title="Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit">Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit</a> (15)</li><li><a href="http://vavai.net/2010/01/15/need-a-feedback-zimbra-appliance-on-opensuse/" title="Need a Feedback : Zimbra Appliance on openSUSE">Need a Feedback : Zimbra Appliance on openSUSE</a> (7)</li><li><a href="http://vavai.net/2010/01/15/vmware-acquired-zimbra/" title="VMWare Acquired Zimbra">VMWare Acquired Zimbra</a> (0)</li><li><a href="http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/" title="Solution for Zimbra 6.0.4 Logger Problem">Solution for Zimbra 6.0.4 Logger Problem</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit</title>
		<link>http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/</link>
		<comments>http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 08:34:06 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1161</guid>
		<description><![CDATA[Zimbra has published a new update for Zimbra Mail Server &#38; Collaboration Suite, Zimbra 5.0.22 and Zimbra 6.0.5. This is the first update since VMWare acquired Zimbra. I would like to test it to see whether status &#38; logger problem on Zimbra 6.0.4 has been officially solved or not. I&#8217;m currently testing Zimbra 6.0.5 64 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2010/02/zimbra-logo3.jpg"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-1163" title="zimbra-logo3" src="http://vavai.net/wp-content/uploads/2010/02/zimbra-logo3.jpg" alt="" width="320" height="105" /></a>Zimbra has published a new update for Zimbra Mail Server &amp; Collaboration Suite, Zimbra 5.0.22 and Zimbra 6.0.5. This is the first update since VMWare acquired Zimbra. I would like to test it to see whether <a href="http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/">status &amp; logger problem on Zimbra 6.0.4</a> has been officially solved or not.</p>
<p>I&#8217;m currently testing Zimbra 6.0.5 64 bit installation on SLES 11 64 bit, using Xen Hypervisor Guest (paravirtualization). The installation went smooth with only a few modification on SLES as describe below :</p>
<ol>
<li>Install SLES on text or server mode to prevent any unused services</li>
<li>Edit your <strong>/etc/hosts</strong> so it will looks like below (change 127.0.0.2 with your Zimbra IP, mine is 192.168.0.31) :
<pre class="brush: cpp">
127.0.0.1       localhost
192.168.0.31 hostname.domain.tld hostname
</pre>
</li>
<li>Add sysstat package using YAST | Software | Software Management or by using  Zypper. Zimbra need another package such as  cron, fetchmail etc, but the installation process has installed all of them by default.
<pre class="brush: cpp">
zypper in sysstat
</pre>
</li>
<li>Set your DNS so  A and MX records address will point to  Zimbra. I&#8217;ve published an article regarding <a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-2/">DNS Server configuration to meet with Zimbra Requirement</a>.</li>
<li>Disable Postfix  :
<pre class="brush: cpp">
service postfix stop
chkconfig postfix off
</pre>
</li>
<li>Download Zimbra binary installer
<pre class="brush: cpp">
cd /opt
wget -c http://h.yimg.com/lo/downloads/6.0.5_GA/zcs-6.0.5_GA_2213.SLES11_64.20100202233758.tgz
</pre>
</li>
<li>decompress, run the installation script and then follow the wizard
<pre class="brush: cpp">
tar -zxvf zcs-6.0.5_GA_2213.SLES11_64.20100202233758.tgz
cd zcs-6.0.5_GA_2213.SLES11_64.20100202233758
sh install.sh
</pre>
</li>
</ol>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/02/zimbra605-sles64.jpeg"><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/02/zimbra605-sles64.jpeg"><img class="alignnone size-full wp-image-1164" title="zimbra605-sles64" src="http://vavai.net/wp-content/uploads/2010/02/zimbra605-sles64.jpeg" alt="" width="469" height="455" /></a></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/02/zimbra605-status.jpeg"><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/02/zimbra605-status.jpeg"><img class="alignnone size-full wp-image-1165" title="zimbra605-status" src="http://vavai.net/wp-content/uploads/2010/02/zimbra605-status.jpeg" alt="" width="338" height="245" /></a></a></p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/" title="Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP">Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP</a> (2)</li><li><a href="http://vavai.net/2010/01/15/need-a-feedback-zimbra-appliance-on-opensuse/" title="Need a Feedback : Zimbra Appliance on openSUSE">Need a Feedback : Zimbra Appliance on openSUSE</a> (7)</li><li><a href="http://vavai.net/2010/01/15/vmware-acquired-zimbra/" title="VMWare Acquired Zimbra">VMWare Acquired Zimbra</a> (0)</li><li><a href="http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/" title="Solution for Zimbra 6.0.4 Logger Problem">Solution for Zimbra 6.0.4 Logger Problem</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>VMWare Acquired Zimbra</title>
		<link>http://vavai.net/2010/01/15/vmware-acquired-zimbra/</link>
		<comments>http://vavai.net/2010/01/15/vmware-acquired-zimbra/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:14:06 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1042</guid>
		<description><![CDATA[Rumors that Yahoo will selling Zimbra has been discussed on mail server world for a month or two. The rumors caused some controversy regarding the issue that Yahoo will released Zimbra to Microsoft. The rumors has finally ended : Yahoo selling Zimbra but not for Microsoft, Yahoo sell it to VMWare instead. As announced by  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2010/01/zimbra-vmware.png"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-1043" title="zimbra-vmware" src="http://vavai.net/wp-content/uploads/2010/01/zimbra-vmware.png" alt="" width="280" height="200" /></a>Rumors that Yahoo will selling Zimbra has been discussed on mail server world for a month or two. The rumors caused some controversy regarding the issue that Yahoo will released Zimbra to Microsoft. The rumors has finally ended : Yahoo selling Zimbra but not for Microsoft, Yahoo sell it to VMWare instead.</p>
<p>As announced by  <a href="http://www.vmware.com/company/news/releases/zimbra.html">VMWare</a> and <a href="http://www.zimbrablog.com/blog/archives/2010/01/zimbra-to-join-vmware.html">Zimbra</a>, the acquisition will further VMware’s mission of taking complexity out of the datacenter, desktop, application development and core IT services, and delivering a fundamentally more efficient and new  approach to IT. Steve Herrord has published <a href="http://blogs.vmware.com/console/2010/01/vmware-to-acquire-zimbra.html">his blog post</a> regarding the reason why Zimbra decided to acquire Zimbra.</p>
<p>I&#8217;ve read a positive response to the acquisition. It may (and should be) better than lets Zimbra acquired by Microsoft. Microsoft has their own product : Microsoft Exchange Server. One of the stronger competitors for their product are Zimbra. The Dual License providing by Zimbra (Network Edition and Open Source Edition) mat not be really appropriate for Microsoft business model.</p>
<p>Beside the positive response, we must wait an update for VMWare strategy to expanding Zimbra popularity and market share. Hope VMWare has better attention for Zimbra than what Yahoo shows off for 2 years.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/01/15/need-a-feedback-zimbra-appliance-on-opensuse/" title="Need a Feedback : Zimbra Appliance on openSUSE">Need a Feedback : Zimbra Appliance on openSUSE</a> (7)</li><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/" title="Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP">Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP</a> (2)</li><li><a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/" title="Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit">Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit</a> (15)</li><li><a href="http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/" title="Solution for Zimbra 6.0.4 Logger Problem">Solution for Zimbra 6.0.4 Logger Problem</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/01/15/vmware-acquired-zimbra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for Zimbra 6.0.4 Logger Problem</title>
		<link>http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/</link>
		<comments>http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 09:09:27 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=966</guid>
		<description><![CDATA[For anyone installing Zimbra 6.0.4 on openSUSE 11.1 64 bit or on SLES 11 64 bit and found a logger problem (the Zimbra logger status are running but the Zimbra Admin status marks with Red X and the Zimbra log has no content), the following thread on Zimbra Forums may help : My own thread [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone <a href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/">installing Zimbra 6.0.4 on openSUSE 11.1 64 bit</a> or on SLES 11 64 bit and found a logger problem (the Zimbra logger status are running but the Zimbra Admin status marks with Red X and the Zimbra log has no content), the following thread on <a href="http://www.zimbra.com/forums">Zimbra Forums</a> may help :</p>
<ol>
<li><a href="http://www.zimbra.com/forums/installation/35997-problem-zcs-6-0-4-foss-installation-sles-64-bit.html">My own thread regarding Zimbra 6.0.4 logger problem on SLES 64 bit</a></li>
<li><a href="http://www.zimbra.com/forums/installation/36056-zimbra-5-0-18-upgrade-6-0-4-some-issues-2.html">LMStone thread regarding the upgrade process from Zimbra 5.0.18 into Zimbra 6.0.4 on SLES 10 SP3</a></li>
</ol>
<p>Actually, I haven&#8217;t try the suggestion on both thread. I&#8217;m currently testing the suggestion on Zimbra 6.0.4 installation on openSUSE 11.1 64 bit and will be updating this post  as soon as I try the suggestion.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/" title="Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP">Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP</a> (2)</li><li><a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/" title="Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit">Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit</a> (15)</li><li><a href="http://vavai.net/2010/01/15/need-a-feedback-zimbra-appliance-on-opensuse/" title="Need a Feedback : Zimbra Appliance on openSUSE">Need a Feedback : Zimbra Appliance on openSUSE</a> (7)</li><li><a href="http://vavai.net/2010/01/15/vmware-acquired-zimbra/" title="VMWare Acquired Zimbra">VMWare Acquired Zimbra</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/01/06/solution-for-zimbra-6-0-4-logger-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra Mail Server Relay Access Denied &amp; ISP Relay with Authentication</title>
		<link>http://vavai.net/2010/01/02/zimbra-mail-server-relay-access-denied-error-isp-relay-with-authentication/</link>
		<comments>http://vavai.net/2010/01/02/zimbra-mail-server-relay-access-denied-error-isp-relay-with-authentication/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 14:59:02 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=927</guid>
		<description><![CDATA[Below are a common mail server problems that  might be hit you if you wish to move and use your mail server as production server without full &#38; complete check : Relay access denied because you have a dynamic public IP Address Email from your mail server delivered to spam box on Gmail or Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2010/01/opensuse-zimbra.jpg"><img class="alignnone size-full wp-image-932" title="opensuse-zimbra" src="http://vavai.net/wp-content/uploads/2010/01/opensuse-zimbra.jpg" alt="" width="400" height="534" /></a></p>
<p>Below are a common mail server problems that  might be hit you if you wish to move and use your mail server as production server without full &amp; complete check :</p>
<ol>
<li>Relay access denied because you have a dynamic public IP Address</li>
<li>Email from your mail server delivered to spam box on Gmail or Yahoo mail</li>
<li>Some of your outbound mail being deferred while trying to send to certain domain/recipient</li>
</ol>
<p>The problem occurred for many reason. It can be a dynamic IP that blacklisted as an open relay mail server; Your IP got trapped and blacklisted on some RBLhost; The destination mail server could not look up your defined host and/or ip address; a missing PTR records or Reverse DNS Zone on your DNS Server and much more.</p>
<p>These are some tips &amp; tricks to solved the problem. If you have no public-static IP address for your mail server, or your mail server behind a NAT service, or you may have no authority to modify the DNS zone, ISP relay may the answer for your problem.</p>
<p>ISP relay means that our mail server will not deliver the outbound mails to the destination mail server. Our mail server will deliver all outbound mails into ISP server (ISP domain &amp; hosting, where our domain resides) and then the ISP server send the message to final destination. It&#8217;s means that our mail server will only act as a gateway to the ISP relay.To prevent an open relay hijack from spammer, ISP server usually need an authentication before allows the email delivery.</p>
<p>ISP relays solved the above problem. Any DNS lookup, blacklisted IP or Reverse DNS zone will be asked to ISP mail server. With the reputation of ISP,  their mail server should be passed any security check.</p>
<p>Below are a step by step how to configure your Zimbra Mail Server to get an ISP relay authentication. I&#8217;m using <strong>vavai.co.id</strong> as a sample domain with a user name <strong>rivai%vavai.co.id</strong> and password : <strong>passwordku</strong>. Public domain &amp; hosting for vavai.co.id  stored on hosting server (ISP server). I&#8217;ve also setting up Zimbra with default domain vavai.co.id on local server.</p>
<p>Let&#8217;s configure Zimbra to use ISP relay with authentication to send outbound mail message.</p>
<ol>
<li><strong>Get a canonical name for public domain</strong></li>
<pre class="brush: cpp"># nslookup mail.vavai.co.id
Non-authoritative answer:
mail.vavai.co.id  canonical name = vavai.co.id.
Name:   vavai.co.id
Address: 75.126.137.80</pre>
<li><strong>Open Zimbra Admin Console</strong> (<em>https://hostaddress:7071/zimbraAdmin/</em>)</li>
<li><strong>Go to Global Setting | MTA</strong></li>
<li>Write the public canonical name  on <strong> &#8220;Relay MTA for external delivery:&#8221; </strong>option.</li>
<li><strong>Open Konsole/Terminal, Log in as  Zimbra Admin</strong></li>
<pre class="brush: cpp"># su - zimbra</pre>
<li><strong>Create postfix look up table</strong></li>
<pre class="brush: cpp"># echo mail.vavai.co.id rivai@vavai.co.id:passwordku &gt; /opt/zimbra/conf/relay_password
# postmap /opt/zimbra/conf/relay_password</pre>
<li><strong>Test the mapping</strong></li>
<pre class="brush: cpp"># postmap -q mail.vavai.co.id /opt/zimbra/conf/relay_password</pre>
<li>The response should similar as below : <strong>username%domain.tld:password</strong></li>
<li><strong><strong>Configure Zimbra Postfix to use the ISP/SMTP Relay with authentication<br />
</strong></strong></li>
<pre class="brush: cpp"># postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
# postconf -e smtp_sasl_auth_enable=yes
# postfix reload</pre>
<li><strong><strong>Test your Zimbra mail server</strong><br />
</strong></li>
</ol>
<p><strong>Note :</strong></p>
<p>If you found an error or deferred queue as below :</p>
<p><em>(Authentication failed: cannot SASL authenticate to server &#8230;: no mechanism available)</em></p>
<p>It seems that smtp-sasl_security option do not allows the plain text on ISP relay setting. Checked it with the following command :</p>
<pre class="brush: cpp"># postconf smtp_sasl_security_options</pre>
<p>If you get the error message :<em>smtp_sasl_security_options = noplaintext, noanonymous</em></p>
<p>Change the sasl security setting to allow the plaintext  password usage :</p>
<pre class="brush: cpp"># postconf -e smtp_sasl_security_options=noanonymous
# postfix reload</pre>
<p>Restart the Zimbra service and test the email server.</p>
<p>If you would not prefer with the plain text password on configuration setting,  consider to use <a href="http://www.postfix.org/postconf.5.html#smtp_use_tls">SMTP use TLS</a>.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2010/03/31/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/" title="User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES">User Account Integration between Samba PDC &#038; Zimbra Mail Server on openSUSE/SLES</a> (2)</li><li><a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/" title="Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP">Zimbra Mail Server with External Authentication using Samba PDC+OpenLDAP</a> (2)</li><li><a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/" title="Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit">Installing Zimbra 6.0.5 64 bit on SLES 11 64 bit</a> (15)</li><li><a href="http://vavai.net/2010/01/15/need-a-feedback-zimbra-appliance-on-opensuse/" title="Need a Feedback : Zimbra Appliance on openSUSE">Need a Feedback : Zimbra Appliance on openSUSE</a> (7)</li><li><a href="http://vavai.net/2010/01/15/vmware-acquired-zimbra/" title="VMWare Acquired Zimbra">VMWare Acquired Zimbra</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/01/02/zimbra-mail-server-relay-access-denied-error-isp-relay-with-authentication/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3</title>
		<link>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-3/</link>
		<comments>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-3/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:52:51 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=874</guid>
		<description><![CDATA[Previous tutorial : Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part1, Base Installation Setup Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part2, Setting up local DNS Server DOWNLOADING &#38; INSTALLING ZIMBRA BINARY After installing the base OS, adding some package &#38; additional library and preparing the DNS Server, we can go [...]]]></description>
			<content:encoded><![CDATA[<p>Previous tutorial :</p>
<ol>
<li><a href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part1, Base Installation Setup</a></li>
<li><a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%E2%80%93-part-2/">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part2, Setting up local DNS Server</a></li>
</ol>
<p><strong>DOWNLOADING &amp; INSTALLING  ZIMBRA BINARY<br />
</strong></p>
<p>After installing the base OS, adding some package &amp; additional library and preparing the DNS Server, we can go to the final step : installing Zimbra.</p>
<ol>
<li>From the konsole/terminal, move to  /opt folder and then download the <a href="http://www.zimbra.com/downloads/os-downloads.html">Zimbra Binary Installer for SLES 11 64 bit</a>
<pre class="brush: cpp">
cd /opt
wget -c http://h.yimg.com/lo/downloads/6.0.4_GA/zcs-6.0.4_GA_2038.SLES11_64.20091214184036.tgz
</pre>
</li>
<li>Extract it
<pre class="brush: cpp">
tar -zxvf zcs-6.0.4_GA_2038.SLES11_64.20091214184036.tgz
</pre>
</li>
<li>Edit file <strong>/opt/zcs-6.0.4_GA_2038.SLES11_64.20091214184036/bin/get_plat_tag.sh</strong> and add (or edit the openSUSE 10.2 version) the openSUSE 11.1 on the openSUSE version script as below :
<pre class="brush: cpp">
grep &quot;openSUSE 10.2&quot; /etc/SuSE-release &gt; /dev/null 2&gt;&amp;1
if [ $? = 0 ]; then
echo &quot;openSUSE_10.2&quot;
exit 0
fi
</pre>
<p>so, the line will looks like this :</p>
<pre class="brush: cpp">
grep &quot;openSUSE 11.1&quot; /etc/SuSE-release &gt; /dev/null 2&gt;&amp;1
if [ $? = 0 ]; then
echo &quot;openSUSE_11.1&quot;
exit 0
fi
</pre>
</li>
<li>Go to Zimbra installation folder and run the installation script :
<pre class="brush: cpp">
cd /opt/zcs-6.0.4_GA_2038.SLES11_64.20091214184036/
./install.sh --platform-override
</pre>
</li>
<li>Follow the installation wizard (some screenshot below using remote access via ssh)</li>
<li>Please note that the installation process need our response regarding the configuration. Below is some important step :
<ul>
<li>Asking about OS. Binary installer built for openSUSE 10.2 but we used it for openSUSE 11.2. Just answer &#8220;Y&#8221; while Zimbra asking about different platform</li>
<li>Asking about DNS ERROR resolving MX. Just answer &#8220;Y&#8221; for change domain and then typing your domain name (in my case : vavai.net) instead of your hostname (mail.vavai.net)<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-installation-confirmation1.jpg"><img class="alignnone size-full wp-image-877" title="zimbra-installation-confirmation" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-installation-confirmation1.jpg" alt="" width="480" height="341" /></a></li>
<li>Zimbra Admin password. Zimbra will ask for Zimbra Admin password on the final confirmation. Just write your password but beware the password will be typing as plain text and doesn&#8217;t masking with different character<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-27.jpeg"><img class="alignnone size-full wp-image-807" style="border: 1px solid black;" title="zimbra-opensuse112-27" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-27.jpeg" alt="" width="481" height="461" /></a></li>
</ul>
</li>
<li>At the end of installation, just stop and then start the Zimbra service to make it usable and ready for testing<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-installation-status1.jpg"><img class="alignnone size-full wp-image-878" title="zimbra-installation-status" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-installation-status1.jpg" alt="" width="472" height="437" /></a></li>
<li>Zimbra web mail should be easy to access by using host name or IP (in my case :  http://mail.vavai.net or http://192.168.1.250) while the Zimbra Admin could be accessed with https protocol on port 7071 (https://mail.vavai.net:7071 or https://192.168.1.250:7071)<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-30.jpeg"><img class="alignnone size-full wp-image-810" title="zimbra-opensuse112-30" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-30.jpeg" alt="" width="472" height="350" /></a><br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-31.jpeg"><img class="alignnone size-full wp-image-811" title="zimbra-opensuse112-31" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-31.jpeg" alt="" width="463" height="329" /></a></li>
</ol>
<p><strong>MOST ANNOYING BUGS</strong></p>
<p>The installation process should be working flawlessly  and the overall system ready for testing but some weird problem could be found, especially regarding log &amp; Zimbra status. I&#8217;m working on the status &amp; logger bug fix because the identical problem also hit me with SLES 11. Anyway, beside the logger problem  mail system working nice both with webmail and mail client. I&#8217;ll be update the bug fixes status as soon as possible.</p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 2">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 2</a> (1)</li><li><a href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 1">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 1</a> (11)</li><li><a href="http://vavai.net/2009/12/20/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-%e2%80%93-part-4-installing-zimbra-binary-installer/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer</a> (3)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-2/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2</a> (5)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-1/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 2</title>
		<link>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/</link>
		<comments>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 07:19:36 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=865</guid>
		<description><![CDATA[Previous tutorial : Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 1 CONFIGURING LOCAL DNS SERVER Configuring local DNS server with openSUSE 11.1 should be similar as configuring DNS Server on openSUSE 11.2. You may found an annoying bug if you haven&#8217;t pick an online update and use the package on the DVD [...]]]></description>
			<content:encoded><![CDATA[<p>Previous tutorial : <a href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/"> <strong>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 1</strong></a></p>
<p><strong>CONFIGURING LOCAL DNS SERVER</strong></p>
<p>Configuring local DNS server with openSUSE 11.1 should be similar as <a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-2/">configuring DNS Server on openSUSE 11.2</a>. You may found an annoying bug if you haven&#8217;t pick an online update and use the package on the DVD installation, but it could be fixed with a small changes. I will show you the detail on</p>
<p>Zimbra need an A &amp; MX records that pointing to it&#8217;s IP Address. We could use/modify existing DNS records to meet with our requirement but I would prefer to installing local DNS server for it&#8217;s flexibility. If you&#8217;re currently using an existing &amp; running mail server and need to replace it with Zimbra, you should not change any MX entry before completing and testing the configuration. Incomplete configuration on production mail server may impact to  bounce mail, so, we need a local DNS server to prevent the impact and to do a full test before activating mail server for production use.</p>
<p>Setting up a DNS server on openSUSE for Zimbra requirement should be easy by using YAST. Below is a step by step, please change the IP and host name to meet with your environment on previous tutorial.</p>
<ol>
<li>Install DNS server package. Click YAST | Software | Software Management, choose <strong>Patterns on Filter option</strong> and then find &amp; install the <strong>DHCP &amp; DNS Server</strong> pattern. You could also installing the pattern by using zypper : <strong>zypper in -t pattern dhcp_dns_server</strong>. If you wish to install the DNS without DHCP package, just choose &amp; install bind, bind-doc and yast2-dns-server
<p><div id="attachment_776" class="wp-caption alignnone" style="width: 462px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-16.jpeg"><img class="size-full wp-image-776" title="zimbra-opensuse112-16" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-16.jpeg" alt="YAST software Management" width="452" height="301" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">YAST software Management</p></div></li>
<li>Go to YAST | Network Services | DNS Server</li>
<li>Click Next on first configuration wizard : Forwarder List
<p><div id="attachment_777" class="wp-caption alignnone" style="width: 487px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-17.jpeg"><img class="size-full wp-image-777" title="zimbra-opensuse112-17" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-17.jpeg" alt="DNS Server wizard : Initial Windows" width="477" height="355" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">DNS Server wizard : Initial Windows</p></div></li>
<li>Add a new Zone. Write your domain on Zone name, choose type of zone (Master) and then click Add
<p><div id="attachment_778" class="wp-caption alignnone" style="width: 487px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-18.jpeg"><img class="size-full wp-image-778" title="zimbra-opensuse112-18" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-18.jpeg" alt="Add DNS Zone" width="477" height="359" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Add DNS Zone</p></div></li>
<li>Click Edit to modify dns zone<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-19.jpeg"><img class="alignnone size-full wp-image-779" title="zimbra-opensuse112-19" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-19.jpeg" alt="zimbra-opensuse112-19" width="473" height="361" /></a></li>
<li>Just leave the first tab (Basics) as is. Click the second tab : NS Records</li>
<li>Write <strong>ns1</strong> on <strong>Name Server to Add</strong> option and then click Add. YAST should be enough clever to give the records a fully qualified domain name and autocompleting the entry<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-20.jpeg"><img class="alignnone size-full wp-image-780" title="zimbra-opensuse112-20" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-20.jpeg" alt="zimbra-opensuse112-20" width="474" height="356" /></a></li>
<li>Move to the third tab, MX Records. Write the Zimbra host name (see your configuration on first tutorial) on <strong>Address</strong> option, Give it a priority number (lower means highest priority) and then click Add. YAST will autocompleting the entry<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-21.jpeg"><img class="alignnone size-full wp-image-781" title="zimbra-opensuse112-21" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-21.jpeg" alt="zimbra-opensuse112-21" width="476" height="358" /></a></li>
<li>Leave the fourth tab as is, except you need to modify to SOA option</li>
<li>Move to final tab. Write <strong>ns1</strong> on Record key, choose A (Address Records) as records type and write Zimbra IP on records value. Click Add.Still on final tab (Records), make a second Address Records for Zimbra hostname. Write <strong>mail</strong> on Record key, choose A (Address Records) as records type and write Zimbra IP on records value and then click Add<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-22.jpeg"><img class="alignnone size-full wp-image-782" title="zimbra-opensuse112-22" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-22.jpeg" alt="zimbra-opensuse112-22" width="476" height="355" /></a></li>
<li>Click OK</li>
<li>Click Next</li>
<li>Choose <strong>On : Start up now and When Booting</strong> and then click Finish. The last option will ensure the DNS service will be active on boot process<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-23.jpeg"><img class="alignnone size-full wp-image-783" title="zimbra-opensuse112-23" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-23.jpeg" alt="zimbra-opensuse112-23" width="477" height="358" /></a></li>
<li>If you installing DNS package from DVD, you may hit an annoying bugs as below. Just Click OK and then No on the second confirmation window.<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-8.jpeg"><img class="alignnone size-full wp-image-867" title="Zimbra-604-opensuse-111-8" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-8.jpeg" alt="" width="463" height="317" /></a><br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-9.jpeg"><img class="alignnone size-full wp-image-868" title="Zimbra-604-opensuse-111-9" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-9.jpeg" alt="" width="463" height="320" /></a></li>
<li>Solved the bug by edit <strong>/etc/named.conf </strong>and mark the line (give it a # sign) contains <strong>&#8220;include /etc/named.conf.include&#8221;. </strong>Actually, bug has been fixed with an online update.<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/solved-dns-bug.jpeg"><img class="alignnone size-full wp-image-869" title="solved-dns-bug" src="http://vavai.net/wp-content/uploads/2009/12/solved-dns-bug.jpeg" alt="" width="496" height="226" /></a></li>
<li>Restart the DNS service
<pre class="brush: cpp">
service named restart
service named status
</pre>
</li>
<li>Testing the DNS records using nslookup : nslookup ns1.domain.tld and nslookup mail.domain.tld. DNS Server should be response with the Zimbra IP.<br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-24.jpeg"><img class="alignnone size-full wp-image-784" title="zimbra-opensuse112-24" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-24.jpeg" alt="zimbra-opensuse112-24" width="300" height="247" /></a></li>
</ol>
<p>Continue to the third part of tutorial : <strong>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3, Installing Zimbra Binary Installer</strong></p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-3/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3</a> (6)</li><li><a href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 1">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 1</a> (11)</li><li><a href="http://vavai.net/2009/12/20/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-%e2%80%93-part-4-installing-zimbra-binary-installer/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer</a> (3)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-2/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2</a> (5)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-1/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 1</title>
		<link>http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/</link>
		<comments>http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:00:34 +0000</pubDate>
		<dc:creator>Masim "Vavai" Sugianto</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=852</guid>
		<description><![CDATA[Zimbra has been released an update of it&#8217;s product on December 19, 2009 : Zimbra Collaboration Suite &#38; Mail Server version 6.0.4 and a minor update for 5.x version : Zimbra 5.0.21. I&#8217;ve write a step-by-step tutorial installing Zimbra 5.0.21 on openSUSE 11.2 on previous post and now the second series of Zimbra tutorial : [...]]]></description>
			<content:encoded><![CDATA[<p>Zimbra has been released an update of it&#8217;s product on December 19, 2009 : Zimbra Collaboration Suite &amp; Mail Server version 6.0.4 and a minor update for 5.x version : Zimbra 5.0.21. I&#8217;ve write a step-by-step tutorial <a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-1/">installing Zimbra 5.0.21 on openSUSE 11.2</a> on previous post and now the second series of Zimbra tutorial : Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit.</p>
<p>Starting with version 6.0.0, Zimbra has only provided the 64 bit binary installer for SLES (SUSE Linux Enterprise Server). There is an explanation <a href="http://www.zimbra.com/forums/community-news/32427-solved-6-0-ga-today-2.html#post150425">why Zimbra decided to provide only 64 bit binary installer</a>, not only for SLES but also for others distro. The installation process looks pretty similar between the 32 bit and 64 bit, so you should be familiar if you tried the 5.0.21 install tutorial. I decided to use openSUSE 11.1 as base OS but you may also try the tutorial using openSUSE 11.2 with just a few minor changes (probably the differences are the graphical interface and installing  gmp package).</p>
<p><strong>PREPARATION &amp; BASE INSTALLATION SETUP :</strong></p>
<ol>
<li>Prepare your 64 bit machine with minimum 1 GB memory. Please refer to <a href="http://files.zimbra.com/website/docs/Zimbra%20Collaboration%20Suite%20System%20Requirements.pdf">Zimbra System Requirement</a> for complete specification. In this tutorial, I will use openSUSE 11.1 64 bit on VirtualBox running on IBM X Series 3400 with 8 GB RAM. VirtualBox using 16 GB virtual harddisk  and about 2 GB memory. This is a minimal specification and I take it only for testing (and for writing this tutorial <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  )</li>
<li>Install openSUSE 11.1. I&#8217;m using openSUSE 11.1 64 bit DVD installation and choose to install a Text mode (server installation mode) to prevent any unused service to be installed. Root partition taken almost full harddisk and the rest are swap partition. Install it with default option, the modification will be done later.
<div id="attachment_756" class="wp-caption alignnone" style="width: 490px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-1.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-1.jpeg"><img class="size-full wp-image-853" title="Zimbra-604-opensuse-111-1" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-1.jpeg" alt="" width="480" height="334" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">openSUSE 11.1 Initial Boot Screen</p></div>
<div id="attachment_757" class="wp-caption alignnone" style="width: 490px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-2.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-2.jpeg"><img class="size-full wp-image-854" title="Zimbra-604-opensuse-111-2" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-2.jpeg" alt="" width="480" height="337" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">New installation using Automatic Configuration</p></div>
<div id="attachment_758" class="wp-caption alignnone" style="width: 489px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-3.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-3.jpeg"><img class="size-full wp-image-855" title="Zimbra-604-opensuse-111-3" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-3.jpeg" alt="" width="479" height="328" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Setting up Time Zone</p></div>
<div id="attachment_759" class="wp-caption alignnone" style="width: 490px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-4.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-4.jpeg"><img class="size-full wp-image-856" title="Zimbra-604-opensuse-111-4" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-4.jpeg" alt="" width="480" height="336" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Choosing Minimal Server (Text Mode) on Installation option to prevent/remove any unused service for mail server</p></div>
<div id="attachment_760" class="wp-caption alignnone" style="width: 491px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-5.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-5.jpeg"><img class="size-full wp-image-857" title="Zimbra-604-opensuse-111-5" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-5.jpeg" alt="" width="481" height="335" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Edit/Resize partition image. Zimbra need minimum 5GB of /opt folder size. I used only 2 partition (/ and swap) and used almost full harddisk to root partition, only as testing model on my virtual image. Just adapts it with your requirement.</p></div>
<div id="attachment_762" class="wp-caption alignnone" style="width: 491px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-7.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-6.jpeg"><img class="size-full wp-image-860" title="Zimbra-604-opensuse-111-6" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-6.jpeg" alt="" width="481" height="335" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Create standard user for daily purpose. Automatic login will be disabled by default for text mode installation <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></div>
<div id="attachment_763" class="wp-caption alignnone" style="width: 491px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-8.jpeg"></a><a href="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-7.jpeg"><img class="size-full wp-image-861" title="Zimbra-604-opensuse-111-7" src="http://vavai.net/wp-content/uploads/2009/12/Zimbra-604-opensuse-111-7.jpeg" alt="" width="481" height="335" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Overview of base installation. I will using standard option and will make any changes &amp; add any requirement library later.</p></div>
<p><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-9.jpeg"><img class="size-full wp-image-764" title="zimbra-opensuse112-9" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-9.jpeg" alt="Installation Confirmation" width="509" height="381" /></a></li>
<li>Disable unused software repositories. Go to YAST | Software | Software Repositories and disable unused repos. You should keep the repositories will be used for additional package installation. Just typing <strong>yast</strong> on terminal/konsole and then move to specified menu</li>
<li>Disable firewall service for temporary installation. We could re-activating the firewall (and it should be <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) later. Go to YAST | Security &amp; Firewall | Firewall and disable the service. Don&#8217;t forget to click the option <strong>&#8220;Stop Firewall Now&#8221;</strong>.</li>
<li>Edit the IP Address, Name Server and Routing Gateway to meet with our requirement. In my case, I will install the DNS Server so my first name server will be my own IP (Zimbra IP). Goto YAST | Network Device | Network Settings and take a look at screenshot.</li>
<li>Move to <strong>Global Options</strong> tab. Mark &#8220;Enable IPv6&#8243; unchecked if you do not use IPv6 support or vice versa, leave it checked if you wish to support IPv6</li>
<div id="attachment_766" class="wp-caption alignnone" style="width: 428px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-11.jpeg"><img class="size-full wp-image-766" title="zimbra-opensuse112-11" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-11.jpeg" alt="Disable/Enable IPv6 Support" width="418" height="273" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Disable/Enable IPv6 Support</p></div>
<li>Move to <strong>Overview</strong>. Edit and pick a static IP Address. Give a subnet mask and leave host name empty. Since openSUSE 11.x supporting a simple and longer subnet mask, you could give the subnet mask as 255.255.255.0 or just /24 instead. Off course, you should adjust the setting with your environment.
<p><div id="attachment_767" class="wp-caption alignnone" style="width: 506px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-12.jpeg"><img class="size-full wp-image-767" title="zimbra-opensuse112-12" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-12.jpeg" alt="Setting UP IP Address &amp; Subnet mask" width="496" height="188" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Setting UP IP Address &amp; Subnet mask</p></div></li>
<li>Click Next and then move to <strong>Hostname &amp; DNS</strong> tab. Setup your hostname (eg : mail), your domain, Name Server 1,2 and 3 and domain search. Please remember that I will make a local DNS Server so pick the Zimbra IP as Name server 1. I take Name server 2 and name server 3 for my ADSL modems IP (modem DNS service) and ISP/public DNS
<p><div id="attachment_769" class="wp-caption alignnone" style="width: 505px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-13.jpeg"><img class="size-full wp-image-769" title="zimbra-opensuse112-13" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-13.jpeg" alt="zimbra-opensuse112-13" width="495" height="320" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Setting Up Hostname &amp; DNS</p></div></li>
<li>Move to <strong>Routing</strong> tab and write your routing IP at <strong>Default IPv4 Gateway</strong> option. Keep the <strong>Default IPv6 Gateway</strong> option as empty unless  you weren&#8217;t disabling IPv6 support on Global Options tab.
<p><div id="attachment_770" class="wp-caption alignnone" style="width: 499px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-14.jpeg"><img class="size-full wp-image-770" title="zimbra-opensuse112-14" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-14.jpeg" alt="Setting up routing &amp; gateway" width="489" height="155" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Setting up routing &amp; gateway</p></div></li>
<li>Click OK</li>
<li>Edit <strong>/etc/hosts file</strong> and add/change your setting as below
<p><div id="attachment_771" class="wp-caption alignnone" style="width: 465px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-15.jpeg"><img class="size-full wp-image-771" title="zimbra-opensuse112-15" src="http://vavai.net/wp-content/uploads/2009/12/zimbra-opensuse112-15.jpeg" alt="zimbra-opensuse112-15" width="455" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Setting up hostname &amp; DNS</p></div></li>
</ol>
<p><strong>INSTALLING ADDITIONAL PACKAGE &amp; LIBRARY :</strong></p>
<ol>
<li>Install the following package using YAST or zypper : fetchmail gmp libmysqlclient15 perl-Bit-Vector perl-Carp-Clan perl-Convert-UUlib perl-Data-ShowTable perl-Date-Calc perl-DBD-mysql perl-IO-Socket-SSL perl-Net-DNS<br />
perl-Net-IP perl-Net-SSLeay perl-Socket6 perl-Unix-Syslog perl-YAML. All package should be available on DVD installation</li>
<li>Install the sysstat package by using openSUSE Build Service. Install it using zypper with the following command :
<pre class="brush: cpp">
zypper ar http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.1 monitoring
zypper ref
zypper in sysstat
</pre>
<blockquote><p>mail:/opt/zimbra-auto # zypper ar http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.1 monitoring<br />
Adding repository &#8216;monitoring&#8217; [done]<br />
Repository &#8216;monitoring&#8217; successfully added<br />
Enabled: Yes<br />
Autorefresh: No<br />
URI: http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.1</p>
<p>mail:/opt/zimbra-auto # zypper ref<br />
New repository or package signing key received:<br />
Key ID: A5C23697EE454F98<br />
Key Name: server:monitoring OBS Project &lt;server:monitoring@build.opensuse.org&gt;<br />
Key Fingerprint: 8F3BC8EFF549CDCDA918D981A5C23697EE454F98<br />
Repository: monitoring</p>
<p>Do you want to reject the key, trust temporarily, or trust always? [R/t/a/?]: a<br />
Retrieving repository &#8216;monitoring&#8217; metadata [done]<br />
Building repository &#8216;monitoring&#8217; cache [done]<br />
All repositories have been refreshed.<br />
mail:/opt/zimbra-auto # zypper in sysstat<br />
Loading repository data&#8230;<br />
Reading installed packages&#8230;<br />
Resolving package dependencies&#8230;</p>
<p>The following NEW package is going to be installed:<br />
sysstat</p>
<p>Overall download size: 206.0 K. After the operation, additional 766.0 K will be used.<br />
Continue? [YES/no]: yes<br />
Retrieving package sysstat-9.0.6-1.1.x86_64 (1/1), 206.0 K (766.0 K unpacked)<br />
Retrieving: sysstat-9.0.6-1.1.x86_64.rpm [done (14.2 K/s)]<br />
Installing: sysstat-9.0.6-1.1 [done]<br />
mail:/opt/zimbra-auto #</p></blockquote>
</li>
</ol>
<p>Next  tutorial : <a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/"><strong>Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit &#8211; Part 2, Configuring Local DNS Server</strong></a></p>
<h3  class="related_post_title">Related Entries</h3><ul class="related_post"><li><a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-3/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 3</a> (6)</li><li><a href="http://vavai.net/2009/12/23/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-%e2%80%93-part-2/" title="Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 2">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit – Part 2</a> (1)</li><li><a href="http://vavai.net/2009/12/20/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-%e2%80%93-part-4-installing-zimbra-binary-installer/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit – Part 4, Installing Zimbra Binary Installer</a> (3)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-2/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 2</a> (5)</li><li><a href="http://vavai.net/2009/12/19/installing-zimbra-5-0-21-on-opensuse-11-2-32-bit-part-1/" title="Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1">Installing Zimbra 5.0.21 on openSUSE 11.2 32 bit &#8211; Part 1</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->