	
<?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>Mail &#8211; Jason Blog</title>
	<atom:link href="https://jason.163-8.com/category/howto/zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>https://jason.163-8.com</link>
	<description>ส่วนตัวครับ</description>
	<lastBuildDate>Fri, 25 May 2018 09:25:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>
	<item>
		<title>Zimbra: How to make two different domain&#8217;s GAL available for each other?</title>
		<link>https://jason.163-8.com/2018/05/25/zimbra-how-to-make-two-different-domains-gal-available-for-each-other/</link>
		
		<dc:creator><![CDATA[iMac Jason]]></dc:creator>
		<pubDate>Fri, 25 May 2018 09:25:33 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=487</guid>

					<description><![CDATA[Purpose Lets assume there are multiple domains in ZCS environment and GAL needs to be configured between two domains &#8220;MYZIMBRA.COM&#8221; and &#8220;EXAMPLE.COM&#8221; where users from both domains can search/autocomplete contacts &#8230; ]]></description>
		
		
		
			</item>
		<item>
		<title>Protected: สร้างเมล์ Zimbra Server</title>
		<link>https://jason.163-8.com/2018/04/16/%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5%e0%b9%8c-zimbra-server/</link>
		
		<dc:creator><![CDATA[iMac Jason]]></dc:creator>
		<pubDate>Mon, 16 Apr 2018 08:53:48 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=410</guid>

					<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		
		
		
			</item>
		<item>
		<title>ZCS to ZCS rsync Migration</title>
		<link>https://jason.163-8.com/2018/02/02/zcs-to-zcs-rsync-migration/</link>
		
		<dc:creator><![CDATA[jason]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 08:46:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=343</guid>

					<description><![CDATA[Using rsync to migrate from an old ZCS mailstore to a new ZCS mailstore can be required for multiple reasons: 1. Migrating from a 32-bit server to a 64-bit server &#8230; ]]></description>
		
		
		
			</item>
		<item>
		<title>CentOS &#8211; Whole Zimbra Migration</title>
		<link>https://jason.163-8.com/2017/12/29/centos-whole-zimbra-migration/</link>
		
		<dc:creator><![CDATA[iMac Jason]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 02:03:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=323</guid>

					<description><![CDATA[Base on Linux Migration @ OLD Server add exclude file /opt/zimbra/data/ldap/mdb/db/data.mdb and backup ldap db mkdir /ldapdb chmod 777 /ldapdb su - zimbra /opt/zimbra/libexec/zmslapcat /ldapdb /opt/zimbra/libexec/zmslapcat -c /ldapdb /opt/zimbra/libexec/zmslapcat -a &#8230; ]]></description>
		
		
		
			</item>
		<item>
		<title>Mail delist IP</title>
		<link>https://jason.163-8.com/2017/12/18/mail-delist-ip/</link>
		
		<dc:creator><![CDATA[jason]]></dc:creator>
		<pubDate>Mon, 18 Dec 2017 03:59:41 +0000</pubDate>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=296</guid>

					<description><![CDATA[Microsoft / Office365 ## SNDS https://postmaster.live.com/snds/ ## Delist IP https://sender.office.com/ Others # mxtoolbox http://mxtoolbox.com/ check from web cmd https://mxtoolbox.com/SuperTool.aspx?action=blacklist:&#60;IP&#62;]]></description>
		
		
		
			</item>
		<item>
		<title>Example Code for PHP imap Authentication</title>
		<link>https://jason.163-8.com/2017/11/27/example-code-for-php-imap-authentication/</link>
		
		<dc:creator><![CDATA[jason]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 05:58:23 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=189</guid>

					<description><![CDATA[Example Code for PHP imap Authentication if(isset($_POST['email']) and isset($_POST['password'])){ $email = $_POST['email']; $password = $_POST['password']; $url = $_POST['url']; $validDomain = false; foreach($domains as $domain){ if(endsWith($email,"@".$domain)){ $validDomain = true; break; } &#8230; ]]></description>
		
		
		
			</item>
		<item>
		<title>Z-Push on Zimbra 8</title>
		<link>https://jason.163-8.com/2017/09/23/z-push-on-zimbra-8/</link>
		
		<dc:creator><![CDATA[jason]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 13:54:20 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://jason.163-8.com/?p=19</guid>

					<description><![CDATA[Z-Push on Zimbra 8 The easy way to install Z-Push (support for ActiveSync) on Zimbra 8. It does not require additional servers. The installation happens on the Zimbra server where &#8230; ]]></description>
		
		
		
			</item>
	</channel>
</rss>
