<?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: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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>KutuKupret</title>
	
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Mon, 18 Feb 2013 07:01:10 +0000</lastBuildDate>
	<language>en-US</language>
	<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" /><feedburner:info uri="kutukupret" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Simple Email Blacklist Using Spamassassin Plugin And RBLDNSD</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/iLBAD_ICXIQ/</link>
		<comments>http://www.kutukupret.com/2012/10/19/simple-email-blacklist-using-spamassassin-plugin-and-rbldnsd/#comments</comments>
		<pubDate>Fri, 19 Oct 2012 06:53:10 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[amavisd-new]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[rbldnsd]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1602</guid>
		<description>This is not new idea, actually. someone at spamassassin plugin developers have been made before. basically, the idea was put email addresses in RBLDNSD zone dnset format, ie: So, we replace @ sign into dot (.) sign. that way, we can save the email addresses into the RBLDNSD dnset zone. RBLDNSD part: create emailbl zone, &lt;a href='http://www.kutukupret.com/2012/10/19/simple-email-blacklist-using-spamassassin-plugin-and-rbldnsd/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/iLBAD_ICXIQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2012/10/19/simple-email-blacklist-using-spamassassin-plugin-and-rbldnsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2012/10/19/simple-email-blacklist-using-spamassassin-plugin-and-rbldnsd/</feedburner:origLink></item>
		<item>
		<title>Nginx As imap4/pop3 Proxy Using Apache As Auth Server Backend</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/bn1InWnUMRA/</link>
		<comments>http://www.kutukupret.com/2012/08/31/nginx-as-imap4pop3-proxy-using-apache-as-auth-server-backend/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 14:02:31 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imap4]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[starttls]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1585</guid>
		<description>It&amp;#8217;s been a long times since i wrote my last article, i&amp;#8217;ve been bussy with real life things. As usual, I&amp;#8217;ll get right to the subject of how to configure nginx as POP3/IMAP proxy server. nginx server configuration apache server configuration First, we create a custom log format in apache server, which is useful to &lt;a href='http://www.kutukupret.com/2012/08/31/nginx-as-imap4pop3-proxy-using-apache-as-auth-server-backend/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/bn1InWnUMRA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2012/08/31/nginx-as-imap4pop3-proxy-using-apache-as-auth-server-backend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2012/08/31/nginx-as-imap4pop3-proxy-using-apache-as-auth-server-backend/</feedburner:origLink></item>
		<item>
		<title>Postfix Changing Outgoing IP By Time Interval Using TCP_TABLE And Perl</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/bkgwZkkVcb4/</link>
		<comments>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 09:00:44 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[randomize]]></category>
		<category><![CDATA[rotate]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[storable]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1536</guid>
		<description>Someone asked me if i can make a perl scripts that can change the ip address based on time interval, say he want ip address 1.2.3.4 used within one hour, if done next ip address will be used within next one hour..and so on. when it came to highest number of ip address in array, &lt;a href='http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/bkgwZkkVcb4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/11/15/postfix-changing-outgoing-ip-by-time-interval-using-tcp_table-and-perl/</feedburner:origLink></item>
		<item>
		<title>Postfix, Rate Limiting Inbound Emails Using SenderScore And Memcache</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/rmgdFsq7guA/</link>
		<comments>http://www.kutukupret.com/2011/08/15/postfix-rate-limiting-inbound-emails-using-senderscore-and-memcache/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 03:13:34 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[dns]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[dnswl]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[policy delegation]]></category>
		<category><![CDATA[rate limiting]]></category>
		<category><![CDATA[SenderScore]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1517</guid>
		<description>I received email from someone fiew days ago, he directed me to an article about senderscore and and asked if I could make it usable. Actually, I&amp;#8217;m not very familiar with how senderscore work. I&amp;#8217;ve read the article and see the FAQ at https://senderscore.org/. I have found that senderscore can be queried with a format &lt;a href='http://www.kutukupret.com/2011/08/15/postfix-rate-limiting-inbound-emails-using-senderscore-and-memcache/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/rmgdFsq7guA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/08/15/postfix-rate-limiting-inbound-emails-using-senderscore-and-memcache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/08/15/postfix-rate-limiting-inbound-emails-using-senderscore-and-memcache/</feedburner:origLink></item>
		<item>
		<title>Postfix, Omar Kilani’s Memcache Patch Try-Out</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/fgeHMbZLHrc/</link>
		<comments>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 03:34:27 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[libmemcache]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1507</guid>
		<description>I was rewrote Omar Kilani&amp;#8217;s memcache patch couple of weeks ago. But that was not tested due to lack of time and unavailability of servers that can be used. Now, i got chance to implement simple test. This is my configuration: main.cf memcache.cf Entry on memcache Query using postmap A little bit too verbose i &lt;a href='http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/fgeHMbZLHrc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/</feedburner:origLink></item>
		<item>
		<title>Geo Location DNSBL Using Perl, Memcached And GeoIP</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/Z5Vf10t0sxg/</link>
		<comments>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 07:17:14 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bind9]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[geo location]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[ube]]></category>
		<category><![CDATA[uce]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1491</guid>
		<description>In my last article about the DNSBL and memcached, I wrote how to use memcached to store the data for the DNSBL. It led me to other new ideas to make the Geo Location DNSBL. In previous article I put data into memcached with the following format: Example: Each ip address has a pair of &lt;a href='http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/Z5Vf10t0sxg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/</feedburner:origLink></item>
		<item>
		<title>DNSBL Using Perl And Memcached</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/4hSqDW9Z8uo/</link>
		<comments>http://www.kutukupret.com/2011/07/27/dnsbl-using-perl-and-memcached/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:44:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[ube]]></category>
		<category><![CDATA[uce]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1486</guid>
		<description>DNSBL is a DNS based blackhole list, which can be used as countermeasure against unsolicited mail spam. One of the most efficient ways to block mail spam is to do it on SMTP conversation stage by denying incoming connects from spam sources, where the source machine is identified by its IP address which is checked &lt;a href='http://www.kutukupret.com/2011/07/27/dnsbl-using-perl-and-memcached/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/4hSqDW9Z8uo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/27/dnsbl-using-perl-and-memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/07/27/dnsbl-using-perl-and-memcached/</feedburner:origLink></item>
		<item>
		<title>postfix, integrating memcache as a lookup table using tcp_table</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/Id_rrYGW4cg/</link>
		<comments>http://www.kutukupret.com/2011/07/20/postfix-integrating-memcache-as-a-lookup-table-using-tcp_table/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:16:51 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[Cache::Memcached]]></category>
		<category><![CDATA[check_recipient_access]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[smtpd_recipient_restrictions]]></category>
		<category><![CDATA[tcp_table]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1478</guid>
		<description>I have not had time to do the test &amp;#8220;postfix memcached patch&amp;#8221; because there are no idle servers that can be used for the experiment. instead, I&amp;#8217;ve made a tutorial how to integrate memcached as a &amp;#8220;postfix lookup table&amp;#8221; with the help of tcp_table and a simple perl script. Indeed, tcp_table &amp;#8220;table lookup protocol&amp;#8221; is &lt;a href='http://www.kutukupret.com/2011/07/20/postfix-integrating-memcache-as-a-lookup-table-using-tcp_table/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/Id_rrYGW4cg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/20/postfix-integrating-memcache-as-a-lookup-table-using-tcp_table/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/07/20/postfix-integrating-memcache-as-a-lookup-table-using-tcp_table/</feedburner:origLink></item>
		<item>
		<title>Postfix, old memcache lookup table patch</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/09Iz1A8RA-g/</link>
		<comments>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:58:23 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[libmemcache]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[postfix lookup table]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1470</guid>
		<description>Yesterday, I was idly fiddling with the old patch postfix &amp;#8220;memcached lookup table&amp;#8221; created by Omar Kilani . unfortunately, patches can only be used for old postfix distributions (2.1.x &amp;#8211; Released 2005-04-01, 2.2.x &amp;#8211; Released 2005-04-01). I rewrote the patch (code was not modified) so it can be applied against last postfix-2.9-20110706 snapshot. This patches &lt;a href='http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/09Iz1A8RA-g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/</feedburner:origLink></item>
		<item>
		<title>Postfix, Dynamic OverQuota User Map Script Using Bash And Inotifywait</title>
		<link>http://feedproxy.google.com/~r/Kutukupret/~3/RWewI-nIBIg/</link>
		<comments>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:47:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[check_recipient_access]]></category>
		<category><![CDATA[inotify-tools]]></category>
		<category><![CDATA[inotifywait]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[quota]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[smtpd_recipient_restrictions]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1450</guid>
		<description>I recently experimented with a simple bash script, inotifywait and  smtpd_recipient_restrictions (check_recipient_access) to map email users who have exceeded the quota. Well, during testing, i&amp;#8217;ve noticed when using hash/texthash lookup tables, it needed to be reloaded in order smtpd detect changes in table.so i&amp;#8217;ve made quick test on mysql_tables it seem updating record on tables will &lt;a href='http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/' class='excerpt-more'&gt;[...]&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/Kutukupret/~4/RWewI-nIBIg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/</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 using memcached
Object Caching 1575/1709 objects using xcache

 Served from: www.kutukupret.com @ 2013-05-23 10:44:17 by W3 Total Cache -->
