<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedMail upgrade: so what?]]></title>
		<link>http://www.iredmail.org/forum/topic253-iredmail-upgrade-so-what.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic253.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedMail upgrade: so what?.]]></description>
		<lastBuildDate>Thu, 17 Sep 2009 13:23:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1172.html#p1172</link>
			<description><![CDATA[<p>Ok, I don&#039;t know if I understood the guide. Into dovecot-mysql.conf I should change the last line:<br /></p><div class="codebox"><pre><code>user_query = SELECT &quot;/home/vmail&quot; AS home,     &quot;/home/vmail/sieve/%Ld/%Ln/&quot; AS sieve_dir,     CONCAT(&#039;*:bytes=&#039;, quota*1048576) AS quota_rule,     maildir FROM mailbox     WHERE username=&#039;%u&#039;     AND active=&#039;1&#039;     AND enable%Ls=&#039;1&#039;     AND expired &gt;= NOW()</code></pre></div><p>into<br /></p><div class="codebox"><pre><code>user_query = SELECT CONCAT(storagebasedirectory, &#039;/&#039;, maildir) AS home,     &quot;/home/vmail/sieve/%Ld/%Ln/&quot; AS sieve_dir,     CONCAT(&#039;*:bytes=&#039;, quota*1048576) AS quota_rule,     maildir FROM mailbox     WHERE username=&#039;%u&#039;     AND active=&#039;1&#039;     AND enable%Ls=&#039;1&#039;     AND expired &gt;= NOW()</code></pre></div><p>is it right?</p><p>EDIT: Yes, now all seems to correctly work! The problem was probably related to a typo... :-)</p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Thu, 17 Sep 2009 13:23:17 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1172.html#p1172</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1171.html#p1171</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Table vmail.users doesn&#039;t exist...</p><p>Virtual users are stored in vmail.mailbox table.</p></blockquote></div><p>Yes I know. I cannot understand why it&#039;s looking for user there... <img src="http://www.iredmail.org/forum/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Thu, 17 Sep 2009 13:19:18 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1171.html#p1171</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1170.html#p1170</link>
			<description><![CDATA[<p>Table vmail.users doesn&#039;t exist...</p><p>Virtual users are stored in vmail.mailbox table. Did you change dovecot-mysql.conf?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 17 Sep 2009 13:10:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1170.html#p1170</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1169.html#p1169</link>
			<description><![CDATA[<p>Thank God I was able to manage those errors...<br />I simply recovered old dovecot.conf and dovecot-mysql.conf.<br />After restoring dovecot.conf users were able to log in.</p><p>I read the warning (&quot;Make sure you have upgrade OpenLDAP and MySQL with steps listed above.&quot;). I do really followed the previous steps for MySQL backend... I cannot understand... :-S</p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Thu, 17 Sep 2009 13:09:21 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1169.html#p1169</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1168.html#p1168</link>
			<description><![CDATA[<p>I know I&#039;m not lucky... but what the hell is happening???<br />I followed the step from <a href="http://code.google.com/p/iredmail/wiki/Upgrade_040_050">http://code.google.com/p/iredmail/wiki/Upgrade_040_050</a> for mysql backend.<br />Now users are not able to login anymore.</p><div class="codebox"><pre><code>dovecot: Sep 17 14:18:06 Info: imap-login: Internal login failure (auth failed, 1 attempts): user=&lt;user@domain.it&gt;, method=PLAIN, rip=192.168.0.21, lip=192.168.10.60
dovecot: Sep 17 14:18:06 Error: auth-worker(default): sql(user@domain.it,192.168.0.21): User query failed: Table &#039;vmail.users&#039; doesn&#039;t exist</code></pre></div><p>Did I missed something??? Why does it look for users in a table that didn&#039;t exist AFAIR (and I did not modified anyway!).</p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Thu, 17 Sep 2009 12:23:43 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1168.html#p1168</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1165.html#p1165</link>
			<description><![CDATA[<p>You can skip all steps which marked as &#039;LDAP backend only&#039;, and i already upgrade customer&#039;s mail server (MySQL backend) with this upgrade tutorial.</p><p>And you can increase the mail_version after upgrade.</p><p>PS: upgrade tutorial is not so clear, but it will be improved when next release is available:<br /><a href="http://www.iredmail.org/upgrade_050_051.html">http://www.iredmail.org/upgrade_050_051.html</a></p><p>Suggestions, contributions are always welcome. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 17 Sep 2009 01:48:19 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1165.html#p1165</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail upgrade: so what?]]></title>
			<link>http://www.iredmail.org/forum/post1162.html#p1162</link>
			<description><![CDATA[<p>I&#039;m a bit confused about iRedMail upgrade to 0.5...<br />I update/upgrade my CentOS 5.3 with regularity. Does iRedMail upgrades come through your repository?<br />I have this doubt as I got:<br /></p><div class="codebox"><pre><code>$ sudo postconf -n mail_version
mail_version = 0.4-stable</code></pre></div><p>After a search into the forum I arrived here: <a href="http://code.google.com/p/iredmail/wiki/Upgrade_040_050">http://code.google.com/p/iredmail/wiki/Upgrade_040_050</a><br />Should I modify those files by hand as described?<br />Since I use iRedMail with MySQL and RoundCube I suppose I can jump this <a href="http://code.google.com/p/iredmail/wiki/Upgrade_040_050#OpenLDAP_backend_special">http://code.google.com/p/iredmail/wiki/ … nd_special</a> and all LDAP related fixes from <a href="http://code.google.com/p/iredmail/wiki/Upgrade_040_050#Issues_Fixed_&amp;_Notify.">http://code.google.com/p/iredmail/wiki/ … p;_Notify.</a></p><p>Thanks in advance... I know it seems I&#039;m asking for a dummy guide, but I cannot allow myself to stop my mailserver since it serves a holding company... :-)</p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Wed, 16 Sep 2009 15:33:04 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1162.html#p1162</guid>
		</item>
	</channel>
</rss>
