<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments on: Creating maildirs automatically</title>
	<atom:link href="http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 19:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7121</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 09 Jun 2010 06:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7121</guid>
		<description>There was a problem in the mysql commandline it missed a -, the option skip-colum-names needed 2.</description>
		<content:encoded><![CDATA[<p>There was a problem in the mysql commandline it missed a -, the option skip-colum-names needed 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7118</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 08 Jun 2010 18:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7118</guid>
		<description>Can you mail me your file as attachment ?</description>
		<content:encoded><![CDATA[<p>Can you mail me your file as attachment ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7114</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7114</guid>
		<description>Gettin&#039; closer to getting this to work, Richard. Sorry for all the bother. Do you have any thoughts on why this wouldn&#039;t work? It does not process the line, 

while read DOMAIN EMAIL

Instead yielding the error:

/usr/local/mysql/bin/mysql: unknown option ‘-k’

How can I further troubleshoot this? Also, is this required every time I add a new user? Or is there some more automated way?</description>
		<content:encoded><![CDATA[<p>Gettin&#8217; closer to getting this to work, Richard. Sorry for all the bother. Do you have any thoughts on why this wouldn&#8217;t work? It does not process the line, </p>
<p>while read DOMAIN EMAIL</p>
<p>Instead yielding the error:</p>
<p>/usr/local/mysql/bin/mysql: unknown option ‘-k’</p>
<p>How can I further troubleshoot this? Also, is this required every time I add a new user? Or is there some more automated way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7037</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 11 May 2010 06:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7037</guid>
		<description>I thought so, too. I inserted an &#039;echo&#039; line to track what was going on, and the error occurs as the script reads the $MYSQL line. It makes it to, but never makes it past &quot;while read DOMAIN EMAIL&quot;, as my debug echo comment placed after this does not show up (but placed just before _does_).</description>
		<content:encoded><![CDATA[<p>I thought so, too. I inserted an &#8216;echo&#8217; line to track what was going on, and the error occurs as the script reads the $MYSQL line. It makes it to, but never makes it past &#8220;while read DOMAIN EMAIL&#8221;, as my debug echo comment placed after this does not show up (but placed just before _does_).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7034</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 11 May 2010 06:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7034</guid>
		<description>That&#039;s strange, we don&#039;t use an option -k in our command lines. I think there must be a typo in the query.</description>
		<content:encoded><![CDATA[<p>That&#8217;s strange, we don&#8217;t use an option -k in our command lines. I think there must be a typo in the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7033</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 11 May 2010 05:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7033</guid>
		<description>Hahahaha...clear one error, another one eagerly awaits. Above &quot;EOF&quot; error was due to a &#039;?&#039; character instead of &#039; &quot; &#039; after &quot;active = 1&quot; portion. Now, w/ that out of the way, I get:

/usr/local/mysql/bin/mysql: unknown option &#039;-k&#039;</description>
		<content:encoded><![CDATA[<p>Hahahaha&#8230;clear one error, another one eagerly awaits. Above &#8220;EOF&#8221; error was due to a &#8216;?&#8217; character instead of &#8216; &#8221; &#8216; after &#8220;active = 1&#8243; portion. Now, w/ that out of the way, I get:</p>
<p>/usr/local/mysql/bin/mysql: unknown option &#8216;-k&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://diymacserver.com/installing-the-mailserver/creating-maildirs-automatically/comment-page-1/#comment-7028</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 10 May 2010 21:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=362#comment-7028</guid>
		<description>Guess I&#039;m destined never to have this work... Despite converting the quotes above to ASCII, I still get the following error when trying to run the script:

./createmaildir: line 41: unexpected EOF while looking for matching `&quot;&#039;
./createmaildir: line 51: syntax error: unexpected end of file</description>
		<content:encoded><![CDATA[<p>Guess I&#8217;m destined never to have this work&#8230; Despite converting the quotes above to ASCII, I still get the following error when trying to run the script:</p>
<p>./createmaildir: line 41: unexpected EOF while looking for matching `&#8221;&#8216;<br />
./createmaildir: line 51: syntax error: unexpected end of file</p>
]]></content:encoded>
	</item>
</channel>
</rss>
