<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Md. Saiful Islam Mahin - Weblog</title>
	<atom:link href="http://mahinctg.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahinctg.wordpress.com</link>
	<description>Mahin's footprint on the Internet...........!!!!</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mahinctg.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/064cd855ce569d754412cf07d7001c3d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Md. Saiful Islam Mahin - Weblog</title>
		<link>http://mahinctg.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mahinctg.wordpress.com/osd.xml" title="Md. Saiful Islam Mahin - Weblog" />
	<atom:link rel='hub' href='http://mahinctg.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Reverse Proxy with Apache VirtualHost</title>
		<link>http://mahinctg.wordpress.com/2012/01/26/reverse-proxy-with-apache-virtualhost/</link>
		<comments>http://mahinctg.wordpress.com/2012/01/26/reverse-proxy-with-apache-virtualhost/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 05:02:19 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache VirtualHost]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Reverse Proxy with Apache VirtualHost]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=257</guid>
		<description><![CDATA[This example will show you how to configure Reverse Proxy with Apache Virtual Hosting. This is in addition to my last Reverse Proxy post. ######################## NameVirtualHost *:80 &#60;VirtualHost *:80&#62; ServerAdmin abc@xyz.com DocumentRoot /var/www/html/ ServerName abc.xyz.com &#60;/VirtualHost&#62; &#60;VirtualHost *:80&#62; ServerAdmin abc@xyz.com ServerName revprx.xyz.com &#60;Proxy *&#62; Order allow,deny Allow from all &#60;/Proxy&#62; ProxyPass / http://192.168.105.5/ nocanon ProxyPassReverse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=257&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This example will show you how to configure Reverse Proxy with Apache Virtual Hosting. This is in addition to my last Reverse Proxy post.</p>
<p>########################</p>
<p>NameVirtualHost *:80</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerAdmin abc@xyz.com<br />
DocumentRoot /var/www/html/<br />
ServerName abc.xyz.com<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerAdmin abc@xyz.com<br />
ServerName revprx.xyz.com</p>
<p>&lt;Proxy *&gt;<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Proxy&gt;</p>
<p>ProxyPass / http://192.168.105.5/ nocanon<br />
ProxyPassReverse / http://192.168.105.5/</p>
<p>&lt;/VirtualHost&gt;</p>
<p>##########</p>
<p>This way you can have any Number of Virtual Host with Local Content and also with Reverse Proxy enabled. Hope this Helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=257&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2012/01/26/reverse-proxy-with-apache-virtualhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Allow or Deny Specific Sites from Specific IP address in Squid</title>
		<link>http://mahinctg.wordpress.com/2012/01/04/allow-or-deny-specific-sites-from-specific-ip-address-in-squid/</link>
		<comments>http://mahinctg.wordpress.com/2012/01/04/allow-or-deny-specific-sites-from-specific-ip-address-in-squid/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 09:11:44 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[Transparent Proxy access]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=253</guid>
		<description><![CDATA[If you are using Squid in Transparent mode you can use many features to restrict your users. I&#8217;ll tell you about 2 scenarios with example. 1) You want Block some IP&#8217;s to restrict access to some specific sites. Please follow this steps to do that : Add this Lines to your Squid.conf File. acl block_ip [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=253&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using Squid in Transparent mode you can use many features to restrict your users. I&#8217;ll tell you about 2 scenarios with example.</p>
<p>1) You want Block some IP&#8217;s to restrict access to some specific sites. Please follow this steps to do that :</p>
<p>Add this Lines to your Squid.conf File.</p>
<p>acl block_ip src &#8220;/usr/local/src/block_ip&#8221;</p>
<p>acl block_ip_site url_regex &#8220;/usr/local/src/block_ip_site&#8221;</p>
<p>http_access deny block_ip block_ip_site</p>
<p>Now create /usr/local/src/block_ip file with the IP address you want to restrict. Put one IP in each line. Also create /usr/local/src/block_ip_site file with the Site URL you want to restrict. Put one URL in each line. Now Restart Squid service and see the rules working as you configured.</p>
<p>2) You want Allow some IP&#8217;s to allow access to some specific sites. Please follow this steps to do that :</p>
<p>Add this Lines to your Squid.conf File.</p>
<p>acl allow_ip src &#8220;/usr/local/src/allow_ip&#8221;</p>
<p>acl allow_ip_site url_regex &#8220;/usr/local/src/block_ip_allow&#8221;</p>
<p>http_access allow allow_ip allow_ip_site</p>
<p>Now create /usr/local/src/allow_ip file with the IP address you want to allow. Put one IP in each line. Also create /usr/local/src/allow_ip_site file with the Site URL you want to allow. Put one URL in each line. Now Restart Squid service and see the rules working as you configured.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=253&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2012/01/04/allow-or-deny-specific-sites-from-specific-ip-address-in-squid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Reverse Proxy</title>
		<link>http://mahinctg.wordpress.com/2011/11/26/apache-reverse-proxy/</link>
		<comments>http://mahinctg.wordpress.com/2011/11/26/apache-reverse-proxy/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 09:35:01 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Apache Reverse Proxy]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=245</guid>
		<description><![CDATA[A reverse proxy is a gateway for servers, and enables one web server to provide content from another transparently. So if you have Internal Web Applications running on your Intranet but you want to access them from Outside then you can use this. But your Apache Server need to have access of your LAN and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=245&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A reverse proxy is a gateway for servers, and enables one web server to provide content from another transparently. So if you have Internal Web Applications running on your Intranet but you want to access them from Outside then you can use this. But your Apache Server need to have access of your LAN and also Internet so that it can be reached from outside. In recent Apache Versions this feature is already there. Please make sure that in your Apache configuration this modules are loaded :</p>
<p>LoadModule proxy_module modules/mod_proxy.so</p>
<p>LoadModule proxy_http_module modules/mod_proxy_http.so</p>
<p>Then you are good to go. Next Step is configuring your Apache for Reverse Proxy. For example www.revproxy.com is your Apache server which is accessible from internet and this server also has access to your local server where your Web application is running like http://192.168.200.2/webapps. Now we will configure Apache so that Users from internet can access the local webapps via http://www.revproxy.com/webapps. Please edit your httpd.conf file and add this lines. You might have to modify as per your requirement.</p>
<p>## Reverse Proxy for WebApps ##<br />
ProxyRequests Off<br />
ProxyPreserveHost On<br />
&lt;Proxy *&gt;<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Proxy&gt;</p>
<p>ProxyPass /webapps http://192.168.200.2/webapps<br />
ProxyPassReverse /webapps http://192.168.200.2/webapps</p>
<p>###############################</p>
<p>Now restart HTTP service and browse http://www.revproxy.com/webapps. You will get the webapps from http://192.168.200.2/webapps</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=245&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2011/11/26/apache-reverse-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory Objects Restore</title>
		<link>http://mahinctg.wordpress.com/2011/08/24/active-directory-objects-restore/</link>
		<comments>http://mahinctg.wordpress.com/2011/08/24/active-directory-objects-restore/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 06:17:34 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory Objects Restore]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=238</guid>
		<description><![CDATA[I have accidentally deleted one of my Users Computer from the Active Directory Domain &#38; Computer list. As a result the user was having problem. To me the best solution was to rejoin that user to the Domain again. But I then started looking for alternative solutions and found out that what u remove from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=238&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have accidentally deleted one of my Users Computer from the Active Directory Domain &amp; Computer list. As a result the user was having problem. To me the best solution was to rejoin that user to the Domain again. But I then started looking for alternative solutions and found out that what u remove from Active Directory is not deleted right away rather it&#8217;s just Marked as deleted. I found out a cool tool to recover such objects to the active state. U can download the tool from here <a title="Quest Qctive Directory Restore" href="http://dl.dropbox.com/u/4782471/Quest%20Object%20Restore%20for%20Active%20Directory.msi">Quest Object Restore for Active Directory.msi</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=238&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2011/08/24/active-directory-objects-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting to OpenVPN from a Restricted/Domain user account without admin priviledge</title>
		<link>http://mahinctg.wordpress.com/2011/08/19/connecting-to-openvpn-from-a-restricteddomain-user-account-without-admin-priviledge/</link>
		<comments>http://mahinctg.wordpress.com/2011/08/19/connecting-to-openvpn-from-a-restricteddomain-user-account-without-admin-priviledge/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 11:35:52 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Connecting to OpenVPN from a Restricted/Domain user account]]></category>
		<category><![CDATA[OpenVPN Client]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=220</guid>
		<description><![CDATA[Connecting to a OpenVPN server from a restricted Windows user is difficult. If you want to do it once you can do it by the Run As link by Right clicking on the OpenVPN gui shortcut from your desktop. But if you don&#8217;t want to give your users the Admin Password better follow this steps [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=220&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Connecting to a OpenVPN server from a restricted Windows user is difficult. If you want to do it once you can do it by the Run As link by Right clicking on the OpenVPN gui shortcut from your desktop. But if you don&#8217;t want to give your users the Admin Password better follow this steps :</p>
<p>First download this file <a title="CPAU" href="http://db.tt/WjfLrUt" target="_blank">CPAU</a>. (Pls rename it from CPAU.doc to CPAU.exe) While logged into the user account copy CPAU.exe to the bin folder usually &#8220;C:\Program Files\OpenVPN\bin&#8221;. Then open a command prompt and go to the bin directory and execute this command &#8220;CPAU.exe -u &lt;administrator user&gt; -p &lt;administrator password&gt; -enc -hide -file OpenVPN.cpau -ex openvpn-gui.exe&#8221; Please be careful about one thing that your OpenVPN exe file name may differ like in my case its &#8220;openvpn-gui-1.0.3.exe&#8221; not &#8220;openvpn-gui.exe&#8221;.</p>
<p>Then on the users desktop created a OpenVPN.cmd file with this line &#8220;&#8221;C:\Program Files\openvpn\bin\CPAU.exe&#8221; -lwop -dec -file &#8220;C:\Program Files\openvpn\bin\OpenVPN.cpau&#8221; and Save the file. Please ask the user to start OpenVPN with this .cmd file and not with the Shortcut that is in his desktop. Now everytime you run OpenVPN from this .cmd file it will run with Administrative Privilege and hence it will not have problem to add the routes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=220&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2011/08/19/connecting-to-openvpn-from-a-restricteddomain-user-account-without-admin-priviledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure a Secondary Name Server in Windows Server 2003</title>
		<link>http://mahinctg.wordpress.com/2011/06/09/configure-a-secondary-name-server-in-windows-server-2003/</link>
		<comments>http://mahinctg.wordpress.com/2011/06/09/configure-a-secondary-name-server-in-windows-server-2003/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 06:26:40 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Secondary DNS Server]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=202</guid>
		<description><![CDATA[## Identify the Secondary Name Server On the primary DNS server, identify an additional name server. To do this, follow these steps: 1. Click Start, point to Administrative Tools, and then click DNS. 2. In the console tree, expand Host name (where Host name is the host name of the DNS server). 3. In the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=202&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>## Identify the Secondary Name Server</strong><br />
On the primary DNS server, identify an additional name server. To do this, follow these steps:<br />
1. Click Start, point to Administrative Tools, and then click DNS.<br />
2. In the console tree, expand Host name (where Host name is the host name of the DNS server).<br />
3. In the console tree, expand Forward Lookup Zones.<br />
4. Right-click the zone that you want (for example, example.com), and then click Properties.<br />
5. Click the Name Servers tab, and then click Add.<br />
6. In the Server fully qualified domain name (FQDN) box, type the host name of the server that<br />
you want to add.<br />
For example, type namesvr2.example.com.<br />
7. In the IP address box, type the IP address of the name server that you want to add (for<br />
example, 192.168.0.22), and then click Add.<br />
8. Click OK, and then click OK.<br />
9. In the console tree, click Reverse Lookup Zones, right-click the zone that you want, and then<br />
click Properties.<br />
10. Click the Name Servers tab, and then click Add.<br />
11. In the Server name box, type the host name of the server that you want to add.<br />
For example, namesvr2.example.com.<br />
12. In the IP address box, type the IP address of the name server that you want to add (for<br />
example, 192.168.0.22), and then click Add.<br />
13. Click OK two times.</p>
<p>## <strong>Install DNS on the Secondary Name Server</strong><br />
To install the DNS service, follow these steps:<br />
1. Log on to the computer as an administrator.<br />
2. Click Start, point to Control Panel, and then click Add or Remove Programs.<br />
3. Click Add\Remove Windows Components.<br />
4. In the Components list, click Networking Services (do not click to select or click to clear thecheck box), and then click Details.<br />
5. Click to select the Domain Name System (DNS) check box, and then click OK.<br />
6. On the Windows Components page, click Next.<br />
7. Insert the Windows 2003 Server CD when you are prompted, and then click OK.<br />
8. On the Completing the Windows Components Wizard page, click Finish.<br />
9. Click Close.<br />
DNS is now installed. To start the DNS snap-in, click Start, point to Administrative Tools, and<br />
then click DNS.</p>
<p><strong>## Configure the Forward Lookup Zone</strong><br />
To configure the forward lookup zone on the secondary name server, follow these steps:<br />
1. Log on to the secondary name server as an administrator.<br />
2. Click Start, point to Administrative Tools, and then click DNS.<br />
3. In the console tree, under DNS, click Host name (where Host name is the host name of the<br />
DNS server).<br />
4. In the console tree, click Forward Lookup Zones.<br />
5. Right-click Forward Lookup Zones, and then click New Zone.<br />
6. When the New Zone Wizard starts, click Next to continue.<br />
7. Click Secondary Zone, and then click Next.<br />
8. In the Name box, type the name of the zone (for example, example.com), and then click Next.<br />
9. On the Master DNS Servers page, type the IP address of the primary name server for this<br />
zone, click Add, click Next, and then click Finish.</p>
<p>## <strong>Configure the Reverse Lookup Zone</strong><br />
To configure the reverse lookup zone on the secondary name server, follow these steps:<br />
1. Click Start, point to Administrative Tools, and then click DNS.<br />
2. In the console tree, click Host name (where Host name is the host name of the DNS server).<br />
3. In the console tree, click Reverse Lookup Zones.<br />
4. Right-click Reverse Lookup Zones, and then click New Zone.<br />
5. When the New Zone Wizard starts, click Next to continue.<br />
6. Click Secondary zone, and then click Next.<br />
7. In the Network ID box, type the network ID (for example, type 192.168.0), and then click<br />
Next.<br />
8. On the Zone File page, click Next, and then click Finish.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=202&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2011/06/09/configure-a-secondary-name-server-in-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Microsoft Windows XP from USB Drive</title>
		<link>http://mahinctg.wordpress.com/2011/01/27/installing-microsoft-windows-xp-from-usb-drive/</link>
		<comments>http://mahinctg.wordpress.com/2011/01/27/installing-microsoft-windows-xp-from-usb-drive/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 10:41:31 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[EEE/Netbook XP Setup]]></category>
		<category><![CDATA[Windows XP Setup from USB Drive]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=189</guid>
		<description><![CDATA[For Installing Windows in EEE/Netbooks you need to have an External USB CD/DVD Rom or a Pen Drive with XP Setup on it. You have to follow some steps in order to make a USB Drive Bootable with Windows XP Setup. It is better if you have a 2GB Pen drive other wise what you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=189&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For Installing Windows in EEE/Netbooks you need to have an External USB CD/DVD Rom or a Pen Drive with XP Setup on it. You have to follow some steps in order to make a USB Drive Bootable with Windows XP Setup.</p>
<p>It is better if you have a 2GB Pen drive other wise what you can do in Format your Larger Pen Drive with the PEtoUSB program. Else your Pen Drive will not be recognized as a valid boot device. Please Download the Needed Files from Here (Please rename the file from .doc to .zip and then extract). <a href="http://mahinctg.files.wordpress.com/2011/01/usb_multiboot_10.doc">USB MultiBoot</a></p>
<p>Extract the files and Plugin your Pen Drive in the PC and run USB_MultiBoot_10.cmd from the Extracted files. In the First Option Selection menu Please select  &#8220;P) PeToUSB &#8211; FAT Format &#8211; Max 2 GB&#8221;. This will run the PEtoEXE program and Format the Disk and then close the program. Then select  &#8221;1) Give XP Setup Source Path = [I:\]&#8221; and browse and locate your Windows XP Setup Folder. Then select &#8220; 2) Give USB-Drive Target, currently []&#8221; and browse and select your FAT16 formatted USB Drive. Then select &#8220;3) Make MultiBoot and Copy Sources to USB-Drive&#8221;. The Program will start Copying XP setup files to the USB Drive and will also make it bootable. Please wait for the Copying process to finish. It might take 10/20 min to copy all the file. When the program finishes it&#8217;s work you have a USB Drive which is bootable and Windows XP Setup on it.</p>
<p>Boot your EEE/Netbook using the USB Drive and first select the 1) Text Mode Installation option for the first time. Once after the File Copy your system will reboot and then please select 2-3) GUI Setup mode and continue Windows XP Setup. Please do not Remove the USB Drive untill your Windows XP Setup is fully finished.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=189&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2011/01/27/installing-microsoft-windows-xp-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Bangladesh DST Rollback in CentOS/RHEL</title>
		<link>http://mahinctg.wordpress.com/2010/01/01/bangladesh-dst-rollback-in-centosrhel/</link>
		<comments>http://mahinctg.wordpress.com/2010/01/01/bangladesh-dst-rollback-in-centosrhel/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 14:27:44 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bangladesh DST Rollback]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=169</guid>
		<description><![CDATA[You can use this Zone file for the Rollback of DST time from 1st January 2010. This also Comply with Our Latest Govt. Decision of Having DST for 7 month from Now onward which means you dont have to change anything when the DST is again applied on 32st March. Download the Dhaka.doc file and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=169&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can use this Zone file for the Rollback of DST time from 1st January 2010. This also Comply with Our Latest Govt. Decision of Having DST for 7 month from Now onward which means you dont have to change anything when the DST is again applied on 32st March. Download the <a href="http://mahinctg.files.wordpress.com/2010/01/dhaka.doc">Dhaka.doc </a>file and rename it to Dhaka then Copy it to your Linux server in /usr/share/zoneinfo/Asia and Issue this command after that</p>
<p>cp /usr/share/zoneinfo/Asia/Dhaka /etc/localtime</p>
<p>You are good to go&#8230;.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hope this Helps&#8230;&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=169&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2010/01/01/bangladesh-dst-rollback-in-centosrhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Page Password Protection by htaccess</title>
		<link>http://mahinctg.wordpress.com/2009/12/16/web-page-password-protection-by-htaccess/</link>
		<comments>http://mahinctg.wordpress.com/2009/12/16/web-page-password-protection-by-htaccess/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 04:13:51 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[Web page Password protect]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=167</guid>
		<description><![CDATA[If you want to protect a WebPage with Password you can do it by htaccess. First edit your http.conf file and add the Directory where the webpage is residing. Example &#60;Directory &#8220;/var/www/html/soft&#8221;&#62;     AllowOverride AuthConfig     Allow from all &#60;/Directory&#62; Then go to the dir /var/www/html/soft and make a new file .htaccess with this lines in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=167&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to protect a WebPage with Password you can do it by htaccess. First edit your http.conf file and add the Directory where the webpage is residing. Example</p>
<p>&lt;Directory &#8220;/var/www/html/soft&#8221;&gt;<br />
    AllowOverride AuthConfig<br />
    Allow from all<br />
&lt;/Directory&gt;</p>
<p>Then go to the dir /var/www/html/soft and make a new file .htaccess with this lines in it.</p>
<p>AuthType Basic<br />
AuthName &#8220;Password Required to Access this Page&#8221;<br />
AuthUserFile /var/www/html/soft/.htpasswd<br />
require valid-user</p>
<p>Then save the file. Now u need to create the UserID and password and store it in a .htpasswd file in that Dir. For this run this command while in the /var/www/html/soft/ Dir</p>
<p>htpasswd -c .htpasswd username</p>
<p>-c is used to create the .htpasswd file for the first time. After u execute the command it will ask for the password for the username u specified and store it in .htpasswd file. Now restart the http service and try to browse that Page, u will be asked for a password. Thats It&#8230;&#8230;&#8230;..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=167&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2009/12/16/web-page-password-protection-by-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
		<item>
		<title>Qmail Double Bounce</title>
		<link>http://mahinctg.wordpress.com/2009/10/17/qmail-double-bounce/</link>
		<comments>http://mahinctg.wordpress.com/2009/10/17/qmail-double-bounce/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:11:16 +0000</pubDate>
		<dc:creator>mahinctg</dc:creator>
				<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Qmail Double Bounce]]></category>

		<guid isPermaLink="false">http://mahinctg.wordpress.com/?p=159</guid>
		<description><![CDATA[If you are using Qmail you have encountered this type of Bounce Messages &#8220;I tried to deliver a bounce message to this address, but the bounce bounced!&#8221;. You can get rid of such message following this process. First Make an email id like dblbouncedel@yourdomain.com then make a file /var/qmail/control/doublebounceto with this line in it dblbouncedel@yourdomain.com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=159&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using Qmail you have encountered this type of Bounce Messages &#8220;I tried to deliver a bounce message to this address, but the bounce bounced!&#8221;. You can get rid of such message following this process.</p>
<p>First Make an email id like <a href="mailto:dblbouncedel@yourdomain.com">dblbouncedel@yourdomain.com</a> then make a file /var/qmail/control/doublebounceto with this line in it</p>
<p><a href="mailto:dblbouncedel@yourdomain.com">dblbouncedel@yourdomain.com</a></p>
<p>Then make .qmail file in the under the <a href="mailto:dblbouncedel@yourdomain.com">dblbouncedel@yourdomain.com</a> with this line in it :</p>
<p>|exit 0</p>
<p>Think this will solve your Double Bounce Problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahinctg.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahinctg.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahinctg.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahinctg.wordpress.com&amp;blog=4421227&amp;post=159&amp;subd=mahinctg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahinctg.wordpress.com/2009/10/17/qmail-double-bounce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20014ac78a5c03535343d63f51e37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mahin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
