<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cauwenbergh.be weblog &#187; Netdistri</title>
	<atom:link href="http://blog.cauwenbergh.be/category/netdistri/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cauwenbergh.be</link>
	<description>When communication is needed</description>
	<lastBuildDate>Fri, 18 Nov 2011 14:33:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ssh hangs &#8211;  very slow ssh on mac</title>
		<link>http://blog.cauwenbergh.be/linux/ssh-hangs-very-slow-ssh-on-mac.html</link>
		<comments>http://blog.cauwenbergh.be/linux/ssh-hangs-very-slow-ssh-on-mac.html#comments</comments>
		<pubDate>Sun, 05 Jun 2011 06:14:05 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Netdistri]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=169</guid>
		<description><![CDATA[Since a few days ssh was very slow, searching many hours brings me to my router and suddenly i saw the problem&#8230; Telenet my Internet Providers nameservers are slowing down the whole thing&#8230; after verbose i had (ssh -vvv): debug2: channel 0: open confirm rwindow 0 rmax 32768 and then it hangs/freeze So from now [...]]]></description>
			<content:encoded><![CDATA[<p>Since a few days ssh was very slow, searching many hours brings me to my router and suddenly i saw the problem&#8230;<br />
Telenet my Internet Providers nameservers are slowing down the whole thing&#8230; </p>
<p>after verbose i had (ssh -vvv):<br />
debug2: channel 0: open confirm rwindow 0 rmax 32768<br />
and then it hangs/freeze</p>
<p>So from now i use <a href="http://www.opendns.org">http://www.opendns.org</a> and everything is working again!<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1114332043095871";
/* 468x60, blog.cauwenbergh tussen post */
google_ad_slot = "7932083405";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
after verbose i had (ssh -vvv):<br />
debug2: channel 0: open confirm rwindow 0 rmax 32768</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/linux/ssh-hangs-very-slow-ssh-on-mac.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk missing db user</title>
		<link>http://blog.cauwenbergh.be/linux/plesk/plesk-missing-db-user.html</link>
		<comments>http://blog.cauwenbergh.be/linux/plesk/plesk-missing-db-user.html#comments</comments>
		<pubDate>Mon, 21 Feb 2011 08:38:32 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Netdistri]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=163</guid>
		<description><![CDATA[if the mysql user of a site isn&#8217;t listed in the plesk interface, do the following: 1. log into mysql as admin (eg. using cmd line) 2. delete the entry of that user in the mysql user table(eg. DELETE FROM user WHERE user=&#8217;username&#8216;;) 3. add the user via plesk.]]></description>
			<content:encoded><![CDATA[<p>if the mysql user of a site isn&#8217;t listed in the plesk interface, do the following:<br />
1. log into mysql as admin (eg. using cmd line)<br />
2. delete the entry of that user in the mysql user table(eg. DELETE FROM user WHERE user=&#8217;<em>username</em>&#8216;;)<br />
3. add the user via plesk.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1114332043095871";
/* 468x60, blog.cauwenbergh tussen post */
google_ad_slot = "7932083405";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/linux/plesk/plesk-missing-db-user.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Procmail and Plesk</title>
		<link>http://blog.cauwenbergh.be/linux/procmail-and-plesk.html</link>
		<comments>http://blog.cauwenbergh.be/linux/procmail-and-plesk.html#comments</comments>
		<pubDate>Sat, 19 Feb 2011 20:17:09 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Internet - SEO - Money]]></category>
		<category><![CDATA[Iphone - GSM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netdistri]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=159</guid>
		<description><![CDATA[I&#8217;m using more computersystems for mail but my macbook is not always online, so i find a way to make message rules and sort mail in maps before checking it in a mailclient! How it works? Simple you need serveraccess for this, procmail and some adjustments in .qmail file! First of all as a .procmailrc [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using more computersystems for mail but my macbook is not always online, so i find a way to make message rules and sort mail in maps before checking it in a mailclient!</p>
<p>How it works? Simple you need serveraccess for this, procmail and some adjustments in .qmail file!</p>
<p>First of all as a .procmailrc file i had the following:<br />
<code><br />
MAILDIR=/var/qmail/mailnames/yourdomain.com/mailname/Maildir<br />
DEFAULT=${MAILDIR}/<br />
SPAMDIR=${MAILDIR}/.Junk/<br />
:0<br />
* ^X-Spam-Status: Yes.*<br />
${SPAMDIR}<br />
:0<br />
* ^Subject:.*The Plesk Scheduler notification<br />
${MAILDIR}/.AAA\ Plesk\ Admin/<br />
</code></p>
<p>This code does two things, first put mail marked as spam in the Junk folder and as second it put mails with a subject in an other dir!<br />
<!--adsense--><br />
Offcourse don&#8217;t forget to change your .qmail file:<br />
<code><br />
| true<br />
| /usr/bin/procmail -m -o ./.procmailrc<br />
</code></p>
<p>From now your mail will be sorted before it is checked in any client! Usefull if you also use a smartphone <img src='http://blog.cauwenbergh.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/linux/procmail-and-plesk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install postfix mailserver only for forwarding</title>
		<link>http://blog.cauwenbergh.be/linux/install-postfix-mailserver-only-for-forwarding.html</link>
		<comments>http://blog.cauwenbergh.be/linux/install-postfix-mailserver-only-for-forwarding.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 20:49:06 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Dutchzone]]></category>
		<category><![CDATA[Internet - SEO - Money]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netdistri]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=124</guid>
		<description><![CDATA[For some reasons i only had to install a mailserver for forwarding mails to other mailaddresses. So on Centos here you have it: #yum install postfix smtpd edit /etc/postfix/main.cf myhostname = your.domain.tld virtual_alias_domains = redirectdomain1.tld, redirectdomain2.tld virtual_alias_maps = hash:/etc/postfix/virtual edit /etc/postfix/virtual address@redirectdomain1.tld   addresto@domainto.tld @redirectdomain2.tld  addresstocatchall@domaintoxx.tld After this run the following commands: # postalias /etc/aliases # [...]]]></description>
			<content:encoded><![CDATA[<p>For some reasons i only had to install a mailserver for forwarding mails to other mailaddresses. So on Centos here you have it:</p>
<p>#yum install postfix smtpd</p>
<p>edit /etc/postfix/main.cf</p>
<p>myhostname = your.domain.tld</p>
<p>virtual_alias_domains = redirectdomain1.tld, redirectdomain2.tld<br />
virtual_alias_maps = hash:/etc/postfix/virtual</p>
<p>edit /etc/postfix/virtual</p>
<p>address@redirectdomain1.tld   addresto@domainto.tld</p>
<p>@redirectdomain2.tld  addresstocatchall@domaintoxx.tld</p>
<p>After this run the following commands:</p>
<p># postalias /etc/aliases<br />
# postmap /etc/postfix/access<br />
# postmap /etc/postfix/virtual<br />
# postmap /etc/postfix/transport<br />
# cp /etc/aliases /etc/postfix/<br />
# newaliases<br />
# postfix reload</p>
<p>Now the server is ready to forward your mails!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/linux/install-postfix-mailserver-only-for-forwarding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update blog pages</title>
		<link>http://blog.cauwenbergh.be/no-category/update-blog-pages.html</link>
		<comments>http://blog.cauwenbergh.be/no-category/update-blog-pages.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 11:19:05 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Dutchzone]]></category>
		<category><![CDATA[Netdistri]]></category>
		<category><![CDATA[No Category]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=86</guid>
		<description><![CDATA[Today put some new pages on the blog about the why and how between Dutchzone and Netdistri bvba. Some people started me asking always the same questions so here are the answers now Vandaag heb ik even de pagina&#8217;s bijgevoegd over hoe het nu zit tussen Dutchzone en Netdistri bvba en wat er nog waar [...]]]></description>
			<content:encoded><![CDATA[<p>Today put some new pages on the blog about the why and how between Dutchzone and Netdistri bvba.<br />
Some people started me asking always the same questions so here are the answers now <img src='http://blog.cauwenbergh.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<!--adsense--><br />
Vandaag heb ik even de pagina&#8217;s bijgevoegd over hoe het nu zit tussen Dutchzone en Netdistri bvba en wat er nog waar gebeurt.<br />
Steeds meer mensen komen met deze vragen en daarom hierbij dus de antwoorden! (enkel in het Engels)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/no-category/update-blog-pages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

