<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for KutuKupret</title>
	
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Mon, 06 May 2013 03:39:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/kutukupret/iorh" /><feedburner:info uri="kutukupret/iorh" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Postfix Changing Outgoing IP By Time Interval Using TCP_TABLE And Perl by leenoux</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/O42NjN1E-PA/</link>
		<dc:creator>leenoux</dc:creator>
		<pubDate>Mon, 06 May 2013 03:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1536#comment-22194</guid>
		<description><![CDATA[as i said, you need to exclude your local/virtual domain in order not to get affected by the script. says, your domain is example.com and your maildir  is virtual:

[perl]
while (&lt;&gt;) {
        chomp;
        my $time_stamp = retrieve($hashfile);
        my $now = time();

        if (!defined $time_stamp-&gt;{&#039;time_diff&#039;}) {
                $time_stamp-&gt;{&#039;time_diff&#039;} = $now;
                $time_stamp-&gt;{&#039;ip_index&#039;} = 0;
                store $time_stamp, $hashfile;
        }

        if (/^get\s(.+)$/i) {
           my $local_domain = $1;
           $local_domain =~ s/.*\@//i;
           if ($local_domain eq &quot;example.com&quot;) {
                print &quot;200 virtual:\n&quot;;
                next;
           } else {
                if ($now &gt; $time_stamp-&gt;{&#039;time_diff&#039;} + $ip_interval) {
                        if ($time_stamp-&gt;{&#039;ip_index&#039;} &lt; scalar(@smtp_array) - 1) {
                                $time_stamp-&gt;{&#039;ip_index&#039;}++;
                        } else {
                                $time_stamp-&gt;{&#039;ip_index&#039;} = 0;
                        }
                        print &quot;200 $smtp_array[$time_stamp-&gt;{&#039;ip_index&#039;}]\n&quot;;
                        $time_stamp-&gt;{&#039;time_diff&#039;} = $now;
                        store $time_stamp, $hashfile;
                        next;
                } else {
                        print &quot;200 $smtp_array[$time_stamp-&gt;{&#039;ip_index&#039;}]\n&quot;;
                        next;
                }
           }
        }

        ## default response 
        print &quot;200 smtp:\n&quot;;
}
[/perl]

it&#039;s not tested, but i hope you can figure it out

cheer]]></description>
		<content:encoded><![CDATA[<p>as i said, you need to exclude your local/virtual domain in order not to get affected by the script. says, your domain is example.com and your maildir  is virtual:</p>
<pre class="brush: perl; title: ; notranslate">
while (&lt;&gt;) {
        chomp;
        my $time_stamp = retrieve($hashfile);
        my $now = time();

        if (!defined $time_stamp-&gt;{'time_diff'}) {
                $time_stamp-&gt;{'time_diff'} = $now;
                $time_stamp-&gt;{'ip_index'} = 0;
                store $time_stamp, $hashfile;
        }

        if (/^get\s(.+)$/i) {
           my $local_domain = $1;
           $local_domain =~ s/.*\@//i;
           if ($local_domain eq &quot;example.com&quot;) {
                print &quot;200 virtual:\n&quot;;
                next;
           } else {
                if ($now &gt; $time_stamp-&gt;{'time_diff'} + $ip_interval) {
                        if ($time_stamp-&gt;{'ip_index'} &lt; scalar(@smtp_array) - 1) {
                                $time_stamp-&gt;{'ip_index'}++;
                        } else {
                                $time_stamp-&gt;{'ip_index'} = 0;
                        }
                        print &quot;200 $smtp_array[$time_stamp-&gt;{'ip_index'}]\n&quot;;
                        $time_stamp-&gt;{'time_diff'} = $now;
                        store $time_stamp, $hashfile;
                        next;
                } else {
                        print &quot;200 $smtp_array[$time_stamp-&gt;{'ip_index'}]\n&quot;;
                        next;
                }
           }
        }

        ## default response 
        print &quot;200 smtp:\n&quot;;
}
</pre>
<p>it&#8217;s not tested, but i hope you can figure it out</p>
<p>cheer</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/O42NjN1E-PA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/comment-page-1/#comment-22194</feedburner:origLink></item>
	<item>
		<title>Comment on Postfix Changing Outgoing IP By Time Interval Using TCP_TABLE And Perl by Thanh</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/uQDpcaqK_ac/</link>
		<dc:creator>Thanh</dc:creator>
		<pubDate>Sat, 04 May 2013 10:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1536#comment-22193</guid>
		<description><![CDATA[example.com is just an example of mydomain.com.

Our server use zpanel as control panel, I tried too many way but it still can&#039;t receive mail. 

Please help me.]]></description>
		<content:encoded><![CDATA[<p>example.com is just an example of mydomain.com.</p>
<p>Our server use zpanel as control panel, I tried too many way but it still can&#8217;t receive mail. </p>
<p>Please help me.</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/uQDpcaqK_ac" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/comment-page-1/#comment-22193</feedburner:origLink></item>
	<item>
		<title>Comment on Postfix Changing Outgoing IP By Time Interval Using TCP_TABLE And Perl by leenoux</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/eEMKbqcla4k/</link>
		<dc:creator>leenoux</dc:creator>
		<pubDate>Fri, 03 May 2013 13:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1536#comment-22192</guid>
		<description><![CDATA[there&#039;s a quick workaround on comment section regarding  “mail for example.com loops back to myself” error. example.com has to be in exception.]]></description>
		<content:encoded><![CDATA[<p>there&#8217;s a quick workaround on comment section regarding  “mail for example.com loops back to myself” error. example.com has to be in exception.</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/eEMKbqcla4k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/comment-page-1/#comment-22192</feedburner:origLink></item>
	<item>
		<title>Comment on Postfix Changing Outgoing IP By Time Interval Using TCP_TABLE And Perl by Thanh</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/TcueyZ-XW5M/</link>
		<dc:creator>Thanh</dc:creator>
		<pubDate>Fri, 03 May 2013 11:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1536#comment-22191</guid>
		<description><![CDATA[Hello

I configured follow your instruction. Outgoing mail is ok. But incoming mail, I receive error: &quot;mail for example.com loops back to myself&quot; 

If I use &quot;transport_maps = hash:/etc/postfix/transport&quot; there is no error there.

Can you fix it??]]></description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I configured follow your instruction. Outgoing mail is ok. But incoming mail, I receive error: &#8220;mail for example.com loops back to myself&#8221; </p>
<p>If I use &#8220;transport_maps = hash:/etc/postfix/transport&#8221; there is no error there.</p>
<p>Can you fix it??</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/TcueyZ-XW5M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/comment-page-1/#comment-22191</feedburner:origLink></item>
	<item>
		<title>Comment on Postfix Randomizing Outgoing IP Using TCP_TABLE And Perl by leenoux</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/sp9D-_T3G5c/</link>
		<dc:creator>leenoux</dc:creator>
		<pubDate>Wed, 24 Apr 2013 02:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=978#comment-22190</guid>
		<description><![CDATA[you can make exception for some domain in perl script, can i see how did you throttle mails?]]></description>
		<content:encoded><![CDATA[<p>you can make exception for some domain in perl script, can i see how did you throttle mails?</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/sp9D-_T3G5c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2010/12/06/postfix-randomizing-outgoing-ip-using-tcp_table-and-perl/comment-page-5/#comment-22190</feedburner:origLink></item>
	<item>
		<title>Comment on Postfix Randomizing Outgoing IP Using TCP_TABLE And Perl by Wilson A. Galafassi Jr.</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/5Z8IUUp8wSg/</link>
		<dc:creator>Wilson A. Galafassi Jr.</dc:creator>
		<pubDate>Tue, 23 Apr 2013 21:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=978#comment-22189</guid>
		<description><![CDATA[Using your solution how we can implement Throttling per domain? It&#039;s possible? Because Throttling  involve to manipule the transport too.

Thanks,
Wilson]]></description>
		<content:encoded><![CDATA[<p>Using your solution how we can implement Throttling per domain? It&#8217;s possible? Because Throttling  involve to manipule the transport too.</p>
<p>Thanks,<br />
Wilson</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/5Z8IUUp8wSg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2010/12/06/postfix-randomizing-outgoing-ip-using-tcp_table-and-perl/comment-page-5/#comment-22189</feedburner:origLink></item>
	<item>
		<title>Comment on Monitoring And Debugging Memcached Server Using phpMemCachedAdmin by leenoux</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/DEhYKLFfUZ0/</link>
		<dc:creator>leenoux</dc:creator>
		<pubDate>Mon, 15 Apr 2013 00:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1332#comment-22188</guid>
		<description><![CDATA[that&#039;s not the way how we access PhpMemcachedAdmin, you should point your browser to whatever you configured webserver for PhpMemcachedAdmin.
ie:

http://127.0.0.1/PhpMemcachedAdmin/

this is just an example.]]></description>
		<content:encoded><![CDATA[<p>that&#8217;s not the way how we access PhpMemcachedAdmin, you should point your browser to whatever you configured webserver for PhpMemcachedAdmin.<br />
ie:</p>
<p><a href="http://127.0.0.1/PhpMemcachedAdmin/" rel="nofollow">http://127.0.0.1/PhpMemcachedAdmin/</a></p>
<p>this is just an example.</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/DEhYKLFfUZ0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/06/13/monitoring-and-debugging-memcached-server-using-phpmemcachedadmin/comment-page-1/#comment-22188</feedburner:origLink></item>
	<item>
		<title>Comment on Monitoring And Debugging Memcached Server Using phpMemCachedAdmin by George Lee</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/_nTsALkv2io/</link>
		<dc:creator>George Lee</dc:creator>
		<pubDate>Sun, 14 Apr 2013 15:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1332#comment-22186</guid>
		<description><![CDATA[Dear,

I just installed as described above.

I got the following error message on my memcached server when access the admin web http://127.0.0.1:11211

&lt;28 new auto-negotiating client connection
28: Client using the ascii protocol
28 ERROR
28 ERROR
28 ERROR
28 ERROR
28 ERROR
28 ERROR
28 ERROR
28 ERROR
28 ERROR

What is going wrong ?

Thanks,
George]]></description>
		<content:encoded><![CDATA[<p>Dear,</p>
<p>I just installed as described above.</p>
<p>I got the following error message on my memcached server when access the admin web <a href="http://127.0.0.1:11211" rel="nofollow">http://127.0.0.1:11211</a></p>
<p>&lt;28 new auto-negotiating client connection<br />
28: Client using the ascii protocol<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR<br />
28 ERROR</p>
<p>What is going wrong ?</p>
<p>Thanks,<br />
George</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/_nTsALkv2io" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/06/13/monitoring-and-debugging-memcached-server-using-phpmemcachedadmin/comment-page-1/#comment-22186</feedburner:origLink></item>
	<item>
		<title>Comment on Nginx Memcached Module, Caching Webiste Image Using Memcached by leenoux</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/-G_mxLbTtOg/</link>
		<dc:creator>leenoux</dc:creator>
		<pubDate>Mon, 08 Apr 2013 13:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1107#comment-22185</guid>
		<description><![CDATA[hi, for internal static images run on local server, basically you used the same way that i&#039;ve done in tutorial, using external images, you have no control over them, clients directly load images from external web server.]]></description>
		<content:encoded><![CDATA[<p>hi, for internal static images run on local server, basically you used the same way that i&#8217;ve done in tutorial, using external images, you have no control over them, clients directly load images from external web server.</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/-G_mxLbTtOg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/05/13/nginx-memcached-module-caching-webiste-image-using-memcached/comment-page-1/#comment-22185</feedburner:origLink></item>
	<item>
		<title>Comment on Nginx Memcached Module, Caching Webiste Image Using Memcached by Vasile</title>
		<link>http://feedproxy.google.com/~r/kutukupret/iorh/~3/OmrMhmQDxKY/</link>
		<dc:creator>Vasile</dc:creator>
		<pubDate>Mon, 08 Apr 2013 12:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kutukupret.com/?p=1107#comment-22184</guid>
		<description><![CDATA[Hi,

I have an medium forum with ~100 users online, and i want to cache all static images, even external images like from imagestack imgur and other file hosting image.

what solution i can have ?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have an medium forum with ~100 users online, and i want to cache all static images, even external images like from imagestack imgur and other file hosting image.</p>
<p>what solution i can have ?</p>
<img src="http://feeds.feedburner.com/~r/kutukupret/iorh/~4/OmrMhmQDxKY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.kutukupret.com/2011/05/13/nginx-memcached-module-caching-webiste-image-using-memcached/comment-page-1/#comment-22184</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 12/30 queries in 0.014 seconds using memcached
Object Caching 584/636 objects using xcache

 Served from: www.kutukupret.com @ 2013-05-13 19:01:52 by W3 Total Cache -->
