<?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/"
	>

<channel>
	<title>The K Blag</title>
	<atom:link href="http://iamthek.com/feed" rel="self" type="application/rss+xml" />
	<link>http://iamthek.com</link>
	<description>Interesting Topics</description>
	<pubDate>Mon, 22 Dec 2008 16:54:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Determine CSN update time from CSR in Directory Server 5/6</title>
		<link>http://iamthek.com/archives/46</link>
		<comments>http://iamthek.com/archives/46#comments</comments>
		<pubDate>Mon, 22 Dec 2008 16:50:38 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ldap]]></category>

		<category><![CDATA[replication]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[directory]]></category>

		<category><![CDATA[dsee]]></category>

		<guid isPermaLink="false">http://iamthek.com/?p=46</guid>
		<description><![CDATA[I needed to determine the update time for a particular attribute for one of my customers.  I knew I had ran across how to get it from a csn attribute.
If you can obtain the CSN of an attribute, ie: from the nscpentrywsi operational attribute), the timestamp is the first 8 bytes of the CSN, in [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to determine the update time for a particular attribute for one of my customers.  I knew I had ran across how to get it from a csn attribute.</p>
<p>If you can obtain the CSN of an attribute, ie: from the nscpentrywsi operational attribute), the timestamp is the first 8 bytes of the CSN, in hex format.</p>
<p>ie:</p>
<blockquote><p>nscpentrywsi: cn;adcsn-494d685d000000010000;vucsn-494d685d000000010000: The K</p></blockquote>
<p>The timestamp in hex is: 494d685d</p>
<p>With a bit of perl magic, we can obtain the localtime value:</p>
<blockquote><p>perl -e &#8216;print localtime(hex(&#8221;494d685d&#8221;)) . &#8220;\n&#8221;;&#8217;</p></blockquote>
<p>Which returns:</p>
<blockquote><p>Sat Dec 20 16:49:17 2008</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/46&amp;title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Del.icio.us" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/46&amp;title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to digg" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/46&amp;title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to reddit" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/46" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Technorati" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/46&amp;t=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Yahoo My Web" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/46&amp;title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Stumble Upon" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/46&amp;title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Google Bookmarks" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Determine+CSN+update+time+from+CSR+in+Directory+Server+5%2F6&amp;url=http://iamthek.com/archives/46" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to SlashDot" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/46" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Determine CSN update time from CSR in Directory Server 5/6' to FaceBook" alt="Add 'Determine CSN update time from CSR in Directory Server 5/6' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/46/feed</wfw:commentRss>
		</item>
		<item>
		<title>Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server</title>
		<link>http://iamthek.com/archives/39</link>
		<comments>http://iamthek.com/archives/39#comments</comments>
		<pubDate>Wed, 10 Dec 2008 14:28:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ldap]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[dsee]]></category>

		<guid isPermaLink="false">http://iamthek.com/?p=39</guid>
		<description><![CDATA[I&#8217;ve long had an itch to scratch about the default 3-month duration of self-signed certificates available in Sun DSEE 6.x.
For the initial part, I&#8217;ve followed the instructions available at http://www.akadia.com/services/ssh_test_certificate.html.
Create your server&#8217;s key
# openssl genrsa -des3 -out server.key 1024
&#60;it will ask for a password, twice&#62;
Make the key use no password, one less thing to remember.
# [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve long had an itch to scratch about the default 3-month duration of self-signed certificates available in Sun DSEE 6.x.</p>
<p>For the initial part, I&#8217;ve followed the instructions available at <a href="http://www.akadia.com/services/ssh_test_certificate.html" target="_blank">http://www.akadia.com/services/ssh_test_certificate.html</a>.</p>
<p>Create your server&#8217;s key</p>
<blockquote><p># openssl genrsa -des3 -out server.key 1024</p></blockquote>
<p>&lt;it will ask for a password, twice&gt;</p>
<p>Make the key use no password, one less thing to remember.</p>
<blockquote><p># cp server.key server.key.org<br />
# openssl rsa -in server.key.org -out server.key</p></blockquote>
<p>We need to generate a certificate signing request, from the Sun Directory Server (DSEE).</p>
<blockquote><p>cd /path/to/dsadm</p>
<p>./dsadm request-cert &#8211;name &#8220;ldap.example.com&#8221; &#8211;org &#8220;Example.com&#8221; &#8211;org-unit &#8220;IT&#8221; &#8211;city &#8220;New York&#8221; &#8211;state &#8220;New York&#8221; &#8211;country &#8220;USA&#8221; /path/to/ldap &gt; /tmp/server.csr</p></blockquote>
<p>Sign the certificate request locally, using the key we generated ourselves.  In my case, I&#8217;m making it good for approximate 10y (3650 days)</p>
<blockquote><p># openssl x509 -req -days 3650 -in /tmp/server.csr -signkey server.key -out<br />
server.crt</p></blockquote>
<p>We now have a cert as server.crt we need to add to the directory keystore</p>
<blockquote><p>./dsadm add-cert /path/to/ldap &#8216;ldap.example.com&#8217; server.crt</p></blockquote>
<blockquote><p>./dsadm restart /path/to/ldap<br />
./dsconf set-server-prop -h hostname -p 389<br />
ssl-rsa-cert-name:ldap.example.com</p></blockquote>
<p>Thats all it takes to get your server running with a self-signed 10y certificate.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/39&amp;title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Del.icio.us" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/39&amp;title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to digg" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/39&amp;title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to reddit" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/39" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Technorati" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/39&amp;t=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Yahoo My Web" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/39&amp;title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Stumble Upon" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/39&amp;title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Google Bookmarks" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Longer+term+self-signed+OpenSSL+Certificates+and+Sun+DSEE+Directory+Server&amp;url=http://iamthek.com/archives/39" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to SlashDot" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/39" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to FaceBook" alt="Add 'Longer term self-signed OpenSSL Certificates and Sun DSEE Directory Server' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/39/feed</wfw:commentRss>
		</item>
		<item>
		<title>Directory Server 6.3 released</title>
		<link>http://iamthek.com/archives/38</link>
		<comments>http://iamthek.com/archives/38#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:51:48 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[ldap]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[HP-UX]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Sun Microsystems]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://iamthek.com/?p=38</guid>
		<description><![CDATA[Sun released their Directory Server Enterprise Edition 6.3.  This fixes at least one critical issue with database corruption.
You can get the full version from Sun at: http://www.sun.com/software/products/directory_srvr_ee/index.jsp.
Patches are available via Sunsolve:

#125276-07: Directory Server Enterprise Edition 6.3 : SunOS 5.9/5.10 Sparc Native Patch
#125277-07: Directory Server Enterprise Edition 6.3 : SunOS 5.9_x86 Native Patch
#125278-07: Directory Server [...]]]></description>
			<content:encoded><![CDATA[<p>Sun released their Directory Server Enterprise Edition 6.3.  This fixes at least one critical issue with database corruption.</p>
<p>You can get the full version from Sun at: <a href="http://www.sun.com/software/products/directory_srvr_ee/index.jsp" target="_blank">http://www.sun.com/software/products/directory_srvr_ee/index.jsp</a>.<br />
Patches are available via Sunsolve:</p>
<ul>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=125276&amp;toDocument=yes">#125276-07: Directory Server Enterprise Edition 6.3 : SunOS 5.9/5.10 Sparc Native Patch</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=125277&amp;toDocument=yes">#125277-07: Directory Server Enterprise Edition 6.3 : SunOS 5.9_x86 Native Patch</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=125278&amp;toDocument=yes">#125278-07: Directory Server Enterprise Edition 6.3 : SunOS 5.10_x86, x64 Native Patch</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=125309&amp;toDocument=yes">#125309-07: Directory Server Enterprise Edition 6.3 : Linux RHEL3 RHEL4 Native Patch</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126748&amp;toDocument=yes">#126748-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3 : SunOS 5.9/5.10 Sparc patchzip</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126749&amp;toDocument=yes">#126749-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3 : SunOS 5.9_x86 patchzip</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126750&amp;toDocument=yes">#126750-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3 : SunOS 5.10_x86, x64 patchzip</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126751&amp;toDocument=yes">#126751-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3: Linux RHEL3 RHEL4 patchzip</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126752&amp;toDocument=yes">#126752-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3: HP-UX 11i PA Risc patchzip</a></li>
<li><a href="http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&amp;type=collections&amp;max=50&amp;language=en&amp;queryKey5=126753&amp;toDocument=yes">#126753-04: Sun Java(TM) System Directory Server Enterprise Edition 6.3: Windows 2000/2003 Server patchzip</a></li>
</ul>
<p>Source available <a href="http://blogs.sun.com/Ludo/entry/directory_server_enterprise_edition_63" target="_blank">here</a>.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/38&amp;title=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Directory Server 6.3 released' to Del.icio.us" alt="Add 'Directory Server 6.3 released' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/38&amp;title=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Directory Server 6.3 released' to digg" alt="Add 'Directory Server 6.3 released' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/38&amp;title=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Directory Server 6.3 released' to reddit" alt="Add 'Directory Server 6.3 released' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/38" title="Add 'Directory Server 6.3 released' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Directory Server 6.3 released' to Technorati" alt="Add 'Directory Server 6.3 released' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/38&amp;t=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Directory Server 6.3 released' to Yahoo My Web" alt="Add 'Directory Server 6.3 released' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/38&amp;title=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Directory Server 6.3 released' to Stumble Upon" alt="Add 'Directory Server 6.3 released' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/38&amp;title=Directory+Server+6.3+released" title="Add 'Directory Server 6.3 released' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Directory Server 6.3 released' to Google Bookmarks" alt="Add 'Directory Server 6.3 released' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Directory+Server+6.3+released&amp;url=http://iamthek.com/archives/38" title="Add 'Directory Server 6.3 released' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Directory Server 6.3 released' to SlashDot" alt="Add 'Directory Server 6.3 released' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/38" title="Add 'Directory Server 6.3 released' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Directory Server 6.3 released' to FaceBook" alt="Add 'Directory Server 6.3 released' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/38/feed</wfw:commentRss>
		</item>
		<item>
		<title>APC Network Shutdown and Solaris 10 firewall</title>
		<link>http://iamthek.com/archives/37</link>
		<comments>http://iamthek.com/archives/37#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:18:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[apc]]></category>

		<category><![CDATA[firewall]]></category>

		<category><![CDATA[ipf]]></category>

		<category><![CDATA[network shutdown]]></category>

		<category><![CDATA[solaris 10]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/37</guid>
		<description><![CDATA[One day, not too long ago, when the power went out in my neighborhood (for some unknown reason), I was pondering whether or not the machines here would shutdown cleanly.  I knew I had a reasonable amount of battery life, but that wouldn&#8217;t be enough if the outage was extensive.I had already configured the APC [...]]]></description>
			<content:encoded><![CDATA[<p>One day, not too long ago, when the power went out in my neighborhood (for some unknown reason), I was pondering whether or not the machines here would shutdown cleanly.  I knew I had a reasonable amount of battery life, but that wouldn&#8217;t be enough if the outage was extensive.I had already configured the APC UPS (with the network card) to my satisfaction, and also loaded the APC Network Shutdown software into the root zone of my Solaris 10 x86 box.  Over the course of many tests, I realized that my Solaris 10 firewall was in the way.  I had to create a new rule to allow any UDP traffic, originating from the APC network interface, to allow communication to the broadcast IP address of my local network.  At first, I only allowed specific communication between the two via UDP, but after much examination, realized it was broadcasting.Here are my IPF rules:
<pre>pass  in  quick on nge0 proto udp from 10.0.0.10 to any port = 3052</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 10.0.0.2 port = 2161 flags S keep state</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 110.0.0.2 port = 3052 flags S keep state</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 10.0.0.2 port = 6547 flags S keep state</pre>
<p>Hope this saves someone some headaches in the future.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/37&amp;title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/37&amp;title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to digg" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/37&amp;title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/37" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/37&amp;t=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Yahoo My Web" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/37&amp;title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/37&amp;title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Google Bookmarks" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=APC+Network+Shutdown+and+Solaris+10+firewall&amp;url=http://iamthek.com/archives/37" title="Add 'APC Network Shutdown and Solaris 10 firewall' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to SlashDot" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/37" title="Add 'APC Network Shutdown and Solaris 10 firewall' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to FaceBook" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/37/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blocking E-Mail By Sender Domain using Sun Java Messaging Server</title>
		<link>http://iamthek.com/archives/36</link>
		<comments>http://iamthek.com/archives/36#comments</comments>
		<pubDate>Thu, 13 Dec 2007 16:05:27 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[E-Mail]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[block]]></category>

		<category><![CDATA[reject]]></category>

		<category><![CDATA[sun java messaging server 6.3]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/36</guid>
		<description><![CDATA[With the Sun Java Messaging Server, you can block inbound mail based on the senders E-Mail domain (as self-reported in their E-Mail), also known as their From: address.  In the example here, I want to block all inbound email with a From: address from Zambia (TLD: .za).  It doesn&#8217;t matter where in the [...]]]></description>
			<content:encoded><![CDATA[<p>With the Sun Java Messaging Server, you can block inbound mail based on the senders E-Mail domain (as self-reported in their E-Mail), also known as their From: address.  In the example here, I want to block all inbound email with a From: address from Zambia (TLD: .za).  It doesn&#8217;t matter where in the world it is sent from, any inbound E-Mail that is said to be from a .za domain will get blocked automatically.</p>
<p>In order to keep my mappings file (<em>/opt/msg/msg-test/config/mappings</em>) more readable, and to keep the items organized, I created a file of domains that I block, and include it in my mappings file in the right section.  I named my file /opt/msg/msg-test/config/orig_send_access_block.txt .</p>
<p>I do an include of the file in the ORIG_SEND_ACCESS section of the mappings file.  It is the first content line, as such:</p>
<blockquote><p>ORIG_SEND_ACCESS</p>
<p>&lt;/opt/msg/msg-test/config/orig_send_access_block.txt<br />
tcp_local|*|tcp_local|*  $N$D30|Relaying$ not$ allowed</p></blockquote>
<p>The contents of the orig_send_access_block.txt file are as follows (each line is indented 2 spaces):</p>
<blockquote><p>   tcp_local|*.za|*|*  $NNo$ thank$ you$ Zambia</p></blockquote>
<p>I ensured the files were readable by the id that runs Sun Java Messaging Server, then re-compiled and restarted the imsimta dispatcher.</p>
<blockquote><p>./imsimta cnbuild</p>
<p>./imsimta chbuild</p>
<p>./imsimta restart</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/36&amp;title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Del.icio.us" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/36&amp;title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to digg" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/36&amp;title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to reddit" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/36" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Technorati" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/36&amp;t=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Yahoo My Web" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/36&amp;title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Stumble Upon" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/36&amp;title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Google Bookmarks" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Blocking+E-Mail+By+Sender+Domain+using+Sun+Java+Messaging+Server&amp;url=http://iamthek.com/archives/36" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to SlashDot" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/36" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to FaceBook" alt="Add 'Blocking E-Mail By Sender Domain using Sun Java Messaging Server' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/36/feed</wfw:commentRss>
		</item>
		<item>
		<title>Enable E-Mail Reminders on Sun Java Calendar Server 6.3</title>
		<link>http://iamthek.com/archives/35</link>
		<comments>http://iamthek.com/archives/35#comments</comments>
		<pubDate>Wed, 12 Dec 2007 14:17:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[E-Mail]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[calendar]]></category>

		<category><![CDATA[calendar server]]></category>

		<category><![CDATA[e-mail reminders]]></category>

		<category><![CDATA[reminder]]></category>

		<category><![CDATA[reminders]]></category>

		<category><![CDATA[sun java calendar server]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/35</guid>
		<description><![CDATA[Recently, I needed to enable E-Mail reminders for Sun Java Calendar Server 6.3.  I thought they were enabled by default, and peering through the documentation available, thought I had confirmed my suspicions.  However, being pragmatic with the available documentation, I decided to specifically define the available configuration options.
In the /opt/SUNWics5/config/ics.conf file, I changed the following [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I needed to enable E-Mail reminders for Sun Java Calendar Server 6.3.  I thought they were enabled by default, and peering through the documentation available, thought I had confirmed my suspicions.  However, being pragmatic with the available documentation, I decided to specifically define the available configuration options.</p>
<p>In the /opt/SUNWics5/config/ics.conf file, I changed the following option from:</p>
<blockquote><p>!<br />
! Enable binary alarms.   Used by csnotifyd and csadmind.  (default:  yes)<br />
!caldb.serveralarms.binary.enable = &#8220;yes&#8221;</p></blockquote>
<p>To the following:</p>
<blockquote><p>!<br />
! Enable binary alarms.   Used by csnotifyd and csadmind.  (default:  yes)<br />
caldb.serveralarms.binary.enable = &#8220;yes&#8221;</p></blockquote>
<p>And restarting the server.  Voila!  Uncommenting the (supposedly) default value worked!  Calendar E-Mail reminders enabled.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/35&amp;title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Del.icio.us" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/35&amp;title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to digg" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/35&amp;title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to reddit" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/35" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Technorati" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/35&amp;t=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Yahoo My Web" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/35&amp;title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Stumble Upon" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/35&amp;title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Google Bookmarks" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Enable+E-Mail+Reminders+on+Sun+Java+Calendar+Server+6.3&amp;url=http://iamthek.com/archives/35" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to SlashDot" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/35" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to FaceBook" alt="Add 'Enable E-Mail Reminders on Sun Java Calendar Server 6.3' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/35/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blocking E-Mail By IP Address Using Sun Messaging Server</title>
		<link>http://iamthek.com/archives/34</link>
		<comments>http://iamthek.com/archives/34#comments</comments>
		<pubDate>Tue, 11 Dec 2007 15:26:19 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[E-Mail]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[block e-mail]]></category>

		<category><![CDATA[filter]]></category>

		<category><![CDATA[messaging]]></category>

		<category><![CDATA[reject e-mail]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[sun java messaging server]]></category>

		<category><![CDATA[sun messaging server]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/34</guid>
		<description><![CDATA[I&#8217;ve been getting increasing amounts of Unsolicited Bulk E-Mail, or Spam from certain ranges of IP Addresses that have not been sending any legitimate E-Mail.  I&#8217;ve wanted to block these IP ranges when they first connect to the mail server, and before my (expensive) Spam filter needs to run.
The first step is to identify [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting increasing amounts of Unsolicited Bulk E-Mail, or Spam from certain ranges of IP Addresses that have not been sending any legitimate E-Mail.  I&#8217;ve wanted to block these IP ranges when they first connect to the mail server, and before my (expensive) Spam filter needs to run.</p>
<p>The first step is to identify the IP addresses sending you bulk E-Mail; or if you want, you can get an entire set of IP Addresses, already sub-netted for use by Sun Messaging Server at <a href="http://ip.ludost.net/" target="_blank">http://ip.ludost.net/</a>.  For our purposes here, we want to block the IP Address range 192.231.176.0/24.</p>
<p>Create a file (much easier to maintain a single file than to continually edit the mappings file);  with a name like port_access_block.txt and add the line as such (note, there are 2 spaces at the beginning of the line):</p>
<p>TCP|*|25|$(192.231.176.0/24)|*  $T$N500$ No$ thank$ you</p>
<p>when the file is created, edit the mappings file, adding a link to your newly created file in the <strong>PORT_ACCESS</strong> section.  My updated PORT_ACCESS section looked like:</p>
<blockquote><p> PORT_ACCESS</p>
<p>&lt;/opt/msg/msg-test/config/port_access_block.txt<br />
*|*|*|*|*  $C$|INTERNAL_IP;$3|$Y$E<br />
*  $YEXTERNAL</p></blockquote>
<p>Ensure the port_access_block.txt is readable by the user running your mail server; then recompile and restart your messaging server.</p>
<p>All E-mail to your mail server from remote machines in the IP address range listed will rejected immediately with a fatal error.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/34&amp;title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Del.icio.us" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/34&amp;title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to digg" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/34&amp;title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to reddit" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/34" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Technorati" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/34&amp;t=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Yahoo My Web" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/34&amp;title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Stumble Upon" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/34&amp;title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Google Bookmarks" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Blocking+E-Mail+By+IP+Address+Using+Sun+Messaging+Server&amp;url=http://iamthek.com/archives/34" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to SlashDot" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/34" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to FaceBook" alt="Add 'Blocking E-Mail By IP Address Using Sun Messaging Server' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/34/feed</wfw:commentRss>
		</item>
		<item>
		<title>Enable Sun Messaging Server to use SpamAssassin</title>
		<link>http://iamthek.com/archives/31</link>
		<comments>http://iamthek.com/archives/31#comments</comments>
		<pubDate>Mon, 10 Dec 2007 16:50:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[E-Mail]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[messaging]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[spamassassin]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[sun messaging server]]></category>

		<category><![CDATA[ube]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/31</guid>
		<description><![CDATA[Like many others, I&#8217;ve been receiving an ever greater amount of Spam in my E-Mail box.  I decided to take action and deploy SpamAssassin on my Sun Messaging Server (6.3) in order to reduce amount of Spam E-Mail I receive.
First of all, I deployed SpamAssassin.  Being as I&#8217;m on Solaris 10 x86, and [...]]]></description>
			<content:encoded><![CDATA[<p>Like many others, I&#8217;ve been receiving an ever greater amount of Spam in my E-Mail box.  I decided to take action and deploy <a href="http://spamassassin.apache.org/" target="_blank">SpamAssassin</a> on my Sun Messaging Server (6.3) in order to reduce amount of Spam E-Mail I receive.</p>
<p>First of all, I deployed SpamAssassin.  Being as I&#8217;m on Solaris 10 x86, and use <a href="http://www.blastwave.org/" target="_blank">Blastwave</a> for package management; I installed SpamAssassin thusly:</p>
<blockquote><p>pkg-get -i spamassassin</p></blockquote>
<p>It will install all the pre-requisite packages; as well as the SpamAssassin package.  With SpamAssassin, there is a tad bit of post-installation configuration (to set it up to run as a service) located at /opt/csw/doc/spamassassin/README.CSW.</p>
<p>When SpamAssassin&#8217;s spamd process is successfully up and running the Sun Messaging Server configuration needs to be modified in order to call out to SpamAssassin.  This is done first by creating a configuration file, generally in the config directory. I named mine <em>spamassassin.cf</em> with the following contents:</p>
<blockquote><p>host=127.0.0.1<br />
port=783<br />
debug=1<br />
mode=1<br />
field=</p></blockquote>
<p>host denotes where the spamd daemon lives; in my case on the local host.</p>
<p>port denotes what port the spamd daemon is listening to; in my case 783 (default).</p>
<p>debug denotes whether the Sun Messaging Server maintains debug information about its talking to SpamAssassin; 0 for off, 1 for on</p>
<p>mode denotes when a score will be handled.  <tt>mode=0</tt> specifies that no result string is returned.  <tt>mode=1</tt> specifies that the SpamAssassin result string is returned if the message is found to be spam.  <tt>mode=2</tt> for all messages</p>
<p>field specifies a string prefix for the SpamAssassin result string.</p>
<p>The config I have above works well for filtering messages based on score into a separate folder.  A later post will make some changes in order to reduce messages that exceed a higher score.</p>
<p>Another change needs to happen to the option.dat file (located in config).  Add the following lines to this file.</p>
<blockquote><p>!<br />
! SpamAssassin<br />
spamfilter1_config_file=/opt/msg/msg-test/config/spamassassin.cf<br />
spamfilter1_library=/opt/msg/msg-test/lib/libspamass.so<br />
spamfilter1_optional=0<br />
spamfilter1_string_action=data:,require &#8220;fileinto&#8221;; fileinto &#8220;Spam&#8221;;</p></blockquote>
<p>The spamfilter1_config_file is the location of the config file above.</p>
<p>The spamfilter1_library is the full path to the .so file for libspamass.so that comes with Sun Messaging Server.</p>
<p>The spamfilter1_optional denotes whether SpamAssassin is bottlenecking inbound mail (0) or it will proceed and deliver as normal if SpamAssassin has an error (or is not up) (1).</p>
<p>The spamfilter1_string_action specifies what happens when a message is found to be Spam.  In our case, it will file it into a folder named <em>Spam</em>.</p>
<p>The final step is to update the imta.cnf file to specify that messages should go to the Spam Filter.   Update the ims-ms line to add the <em>destinationspamfilter1optin spam</em> option to the line.</p>
<p>After deploying SpamAssassin, mine looks like:</p>
<blockquote><p>ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff &#8220;pt5m&#8221; &#8220;pt10m&#8221; &#8220;pt30m&#8221; &#8220;pt1h&#8221; &#8220;pt2h&#8221; &#8220;pt4h&#8221; maxjobs 2 pool IMS_POOL fileinto $U+$S@$D destinationspamfilter1optin spam</p></blockquote>
<p>With a final <em>./imsimta cnbuild</em>; <em>./imsimta chbuild</em>; and an <em>./imsimta restart</em>; Spam filtering should be in place.</p>
<p><a href="http://docs.sun.com/app/docs/doc/819-4428/6n6j4261t?a=view#indexterm-1627" target="_blank">Reference information from Sun about deploying SpamAssassin</a>.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/31&amp;title=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Del.icio.us" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/31&amp;title=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to digg" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/31&amp;title=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to reddit" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/31" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Technorati" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/31&amp;t=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Yahoo My Web" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/31&amp;title=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Stumble Upon" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/31&amp;title=Enable+Sun+Messaging+Server+to+use+SpamAssassin" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to Google Bookmarks" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Enable+Sun+Messaging+Server+to+use+SpamAssassin&amp;url=http://iamthek.com/archives/31" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to SlashDot" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/31" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Enable Sun Messaging Server to use SpamAssassin' to FaceBook" alt="Add 'Enable Sun Messaging Server to use SpamAssassin' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/31/feed</wfw:commentRss>
		</item>
		<item>
		<title>Greylisting Email with Sun Messaging Server using grossd</title>
		<link>http://iamthek.com/archives/30</link>
		<comments>http://iamthek.com/archives/30#comments</comments>
		<pubDate>Sat, 08 Dec 2007 04:49:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[E-Mail]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[communications]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[filter]]></category>

		<category><![CDATA[greylist]]></category>

		<category><![CDATA[grossd]]></category>

		<category><![CDATA[jes]]></category>

		<category><![CDATA[messaging]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/30</guid>
		<description><![CDATA[One of the best weapons I&#8217;ve used in the larger battle against unsolicited bulk Email, or SPAM, as it is commonly referred; is Greylisting.
Greylisting is very effective for reducing the volume of SPAM an Email server takes in by returning a temporary error during the conversation to the remote MTA, essentially saying to come back [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best weapons I&#8217;ve used in the larger battle against unsolicited bulk Email, or SPAM, as it is commonly referred; is <a href="http://en.wikipedia.org/wiki/Greylisting" target="_blank">Greylisting</a>.<br />
Greylisting is very effective for reducing the volume of SPAM an Email server takes in by returning a temporary error during the conversation to the remote MTA, essentially saying to come back in a few minutes.  While some MTA&#8217;s do not support resending, the vast majority do.<br />
<a href="http://code.google.com/p/gross/" target="_blank">grossd</a> takes this a bit further.  While also working with the Sun Messaging Server (6.3 in my case); it only forces the temporary error for remote MTA&#8217;s that are on its set     of blacklists.  While it doesn&#8217;t explicitly reject the message outright, it does force the remote MTA to at least retry in       order to send the message.</p>
<p>Configuring a (standalone) Sun Messaging Server MTA is fairly straightforward.  It requires the <a href="http://daniel.haxx.se/projects/c-ares/" target="_blank">c-ares</a> DNS library to be compiled and installed.  Then the grossd code needs to be compiled and installed.  A gcc compiler other than the default installed in /usr/sfw on Solaris 10 may not be sufficient.</p>
<p>The summary installation instructions for c-ares.</p>
<blockquote><p> # gunzip -c c-ares-1.4.0.tar | tar xf -<br />
# cd c-ares-1.4.0<br />
# ./configure &#8211;prefix=/usr/local<br />
# make &amp;&amp; make install</p></blockquote>
<p>The summary installation instructions for grossd.</p>
<blockquote><p> # gunzip -c gross-0.8.2.tar.gz | tar xf -<br />
# cd gross-0.8.2<br />
# ./configure &#8211;prefix=/usr/local<br />
# make &amp;&amp; make install</p></blockquote>
<p>I needed to make a single change in /usr/local/etc/grossd.conf; which was to simply comment out the following line:</p>
<blockquote><p> protocol = postfix</p></blockquote>
<p>So that it reads:</p>
<blockquote><p> #protocol = postfix</p></blockquote>
<p>Once grossd is configured, it needs to be started, and probably have a startup script to automatically make it run at boot.</p>
<blockquote><p> #!/sbin/sh</p>
<p>case &#8220;$1&#8243; in<br />
start)<br />
[ -f /usr/local/etc/grossd.conf ] || exit 0<br />
/usr/local/sbin/grossd -f /usr/local/etc/grossd.conf<br />
;;<br />
stop)<br />
pkill grossd<br />
;;<br />
*)<br />
echo &#8220;Usage: $0 { start | stop }&#8221;<br />
exit 1<br />
;;<br />
esac<br />
exit 0</p></blockquote>
<p>I started grossd using the script:</p>
<blockquote><p># sh /etc/init.d/grossd start</p>
<p># ps -ef | grep -i gross</p>
<p>root 21356     1   0   Oct 24 ?           9:00 /usr/local/sbin/grossd -f /usr/local/etc/grossd.conf</p></blockquote>
<p>With grossd running, the Sun Messaging Server config needs to get tweaked.  Edit the mappings file; adding the following section.  Please be careful to have a complete newline before the beginning of the section, immediately following the section name, and following the contents of the section.  There are 2 spaces leading off the TCP line, in case they are not clear.</p>
<blockquote><p>ORIG_MAIL_ACCESS</p>
<p>TCP|*|*|*|*|*|*|tcp_local|*|*|*   $[/usr/local/lib/grosscheck.so,grosscheck,127.0.0.1,,1111,$2,$=$8$_,$=$6$_]</p></blockquote>
<p>After making this change, recompile the configuration, and <a href="http://code.google.com/p/gross/wiki/sjsms_debug" target="_blank">test grossd</a>.</p>
<blockquote><p># ./imsimta cnbuild</p>
<p># ./imsimta chbuild</p></blockquote>
<p>After testing; restart the messaging server;</p>
<blockquote><p># ./imsimta restart</p></blockquote>
<p>To determine the number of messages that greylisting has worked on, you can grep on the mail logs for the string &#8220;452 4.4.3&#8243;</p>
<blockquote><p># grep -ic &#8220;452 4.4.3&#8243; mail.log_current</p>
<p>29536</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/30&amp;title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Del.icio.us" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/30&amp;title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to digg" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/30&amp;title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to reddit" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/30" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Technorati" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/30&amp;t=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Yahoo My Web" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/30&amp;title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Stumble Upon" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/30&amp;title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to Google Bookmarks" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Greylisting+Email+with+Sun+Messaging+Server+using+grossd&amp;url=http://iamthek.com/archives/30" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to SlashDot" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/30" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Greylisting Email with Sun Messaging Server using grossd' to FaceBook" alt="Add 'Greylisting Email with Sun Messaging Server using grossd' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/30/feed</wfw:commentRss>
		</item>
		<item>
		<title>Backing up and Restoring data from Directory Server 6</title>
		<link>http://iamthek.com/archives/26</link>
		<comments>http://iamthek.com/archives/26#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:54:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ldap]]></category>

		<category><![CDATA[replication]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[directory server]]></category>

		<category><![CDATA[directory server 6]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/26</guid>
		<description><![CDATA[One of the largest problems that I have noticed when doing directory deployments, are either invalid, or non-existent backups of their directory information.  They often assure peace of mind when things unexpectedly go wrong (a la unexpected power outages).
I&#8217;ve found a good reference to how to do backups with Directory Server 6; and won&#8217;t rehash [...]]]></description>
			<content:encoded><![CDATA[<p>One of the largest problems that I have noticed when doing directory deployments, are either invalid, or non-existent backups of their directory information.  They often assure peace of mind when things unexpectedly go wrong (a la <a href="http://www.gastromaniacs.com/?p=50" target="_blank">unexpected power outages</a>).</p>
<p>I&#8217;ve found a good reference to <a href="http://blogs.sun.com/marginNotes/entry/how_to_back_up_directory" target="_blank">how to do backups with Directory Server 6</a>; and won&#8217;t rehash them here.</p>
<p>In essence, it may become necessary to have a single instance dedicated to doing routine backups in a large environment.  This is because you need to be able to turn the instance to read-only for the duration of the backup.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/26&amp;title=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Backing up and Restoring data from Directory Server 6' to Del.icio.us" alt="Add 'Backing up and Restoring data from Directory Server 6' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://iamthek.com/archives/26&amp;title=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Backing up and Restoring data from Directory Server 6' to digg" alt="Add 'Backing up and Restoring data from Directory Server 6' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/26&amp;title=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Backing up and Restoring data from Directory Server 6' to reddit" alt="Add 'Backing up and Restoring data from Directory Server 6' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/26" title="Add 'Backing up and Restoring data from Directory Server 6' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Backing up and Restoring data from Directory Server 6' to Technorati" alt="Add 'Backing up and Restoring data from Directory Server 6' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://iamthek.com/archives/26&amp;t=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to Yahoo My Web"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Backing up and Restoring data from Directory Server 6' to Yahoo My Web" alt="Add 'Backing up and Restoring data from Directory Server 6' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/26&amp;title=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Backing up and Restoring data from Directory Server 6' to Stumble Upon" alt="Add 'Backing up and Restoring data from Directory Server 6' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://iamthek.com/archives/26&amp;title=Backing+up+and+Restoring+data+from+Directory+Server+6" title="Add 'Backing up and Restoring data from Directory Server 6' to Google Bookmarks"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Backing up and Restoring data from Directory Server 6' to Google Bookmarks" alt="Add 'Backing up and Restoring data from Directory Server 6' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Backing+up+and+Restoring+data+from+Directory+Server+6&amp;url=http://iamthek.com/archives/26" title="Add 'Backing up and Restoring data from Directory Server 6' to SlashDot"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Backing up and Restoring data from Directory Server 6' to SlashDot" alt="Add 'Backing up and Restoring data from Directory Server 6' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://iamthek.com/archives/26" title="Add 'Backing up and Restoring data from Directory Server 6' to FaceBook"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Backing up and Restoring data from Directory Server 6' to FaceBook" alt="Add 'Backing up and Restoring data from Directory Server 6' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/26/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
