<?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; Plesk</title>
	<atom:link href="http://blog.cauwenbergh.be/category/linux/plesk/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>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 />
<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 />
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>Remove domain tomcat problem</title>
		<link>http://blog.cauwenbergh.be/linux/remove-domain-tomcat-problem.html</link>
		<comments>http://blog.cauwenbergh.be/linux/remove-domain-tomcat-problem.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:08:32 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blog.cauwenbergh.be/?p=56</guid>
		<description><![CDATA[To remove a domain that generate a tomcat error during delete, copy an existing xml file from the following dir: /usr/share/tomcat5/psa-users/ to {domain}.xml where {domain} is the full domain name to be removed.]]></description>
			<content:encoded><![CDATA[<p>To remove a domain that generate a tomcat error during delete, copy an existing xml file from the following dir:</p>
<p>/usr/share/tomcat5/psa-users/</p>
<p>to {domain}.xml where {domain} is the full domain name to be removed.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cauwenbergh.be/linux/remove-domain-tomcat-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

