<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedMail-0.8.0-beta3 has been released]]></title>
		<link>http://www.iredmail.org/forum/topic3170-iredmail080beta3-has-been-released.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic3170.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedMail-0.8.0-beta3 has been released.]]></description>
		<lastBuildDate>Thu, 19 Apr 2012 14:56:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15234.html#p15234</link>
			<description><![CDATA[<p>I got different output with OpenLDAP backend, with the same command, it simply reports:<br /></p><div class="codebox"><pre><code># doveadm mailbox list -s -u www@a.cn
doveadm(user@domain.ltd): Fatal: User doesn&#039;t exist</code></pre></div><p>And you found a bug related to doveadm support. Here&#039;s solution to fix it:</p><p>1) For MySQL/PostgreSQL backend, please add one more column in table &#039;vmail.mailbox&#039;:<br /></p><div class="codebox"><pre><code># For MySQL:
mysql&gt; ALTER TABLE mailbox ADD COLUMN enabledoveadm TINYINT(1) NOT NULL DEFAULT 1;

# For PostgreSQL:
sql&gt; ALTER TABLE mailbox ADD COLUMN enabledoveadm INT2 NOT NULL DEFAULT 1;</code></pre></div><p>2) For OpenLDAP backend, all mail users should add one more value for attribute: enabledService:<br /></p><div class="codebox"><pre><code>enabledService=doveadm</code></pre></div><p>Then it should work as expected.</p><p>== UPDATE ==<br />1) With OpenLDAP backend, &#039;doveadm mailbox list -A&#039; doesn&#039;t work at all, because Dovecot will query LDAP server to get attribute &#039;uid&#039; with filter &quot;(objectClass=posixAccount)&quot;, but iRedMail user doesn&#039;t has this objectClass by default, and it should get attribute &#039;mail&#039; instead of uid. I don&#039;t know how to configure filter and returned attributes yet, sorry.</p><p>2) About &#039;doveadm mailbox list -A&#039;, i asked in Dovecot mailing list about custom ldap filter here: <a href="http://marc.info/?l=dovecot&amp;m=133484955916001&amp;w=2">http://marc.info/?l=dovecot&amp;m=13348 … 01&amp;w=2</a>. [UPDATE: SOLVED by add two new lines in dovecot-ldap.conf:]<br /></p><div class="codebox"><pre><code>iterate_attrs   = mail=user
iterate_filter  = (&amp;(objectClass=mailUser)(accountStatus=active)(enabledService=mail))</code></pre></div><p>3) Please add below line in dovecot-mysql.conf (or dovecot-pgsql.conf if you&#039;re running PostgreSQL backend) to fix this issue:<br /></p><div class="codebox"><pre><code>iterate_query = SELECT username AS user FROM mailbox</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 19 Apr 2012 14:56:55 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15234.html#p15234</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15227.html#p15227</link>
			<description><![CDATA[<p>Open Suse 12.1<br />Dovecot 2</p><p>Doveadm doesn&#039;t work</p><p>From command line<br />doveadm mailbox list -A<br />doveadm(root): Error: User listing returned failure<br />doveadm: Error: Failed to iterate through some users</p><p>/var/log/dovecot.log<br />Apr 19 08:01:03 auth-worker: Error: mysql: Query failed, retrying: Table &#039;vmail.users&#039; doesn&#039;t exist<br />Apr 19 08:01:03 auth-worker: Error: sql: Iterate query failed: Table &#039;vmail.users&#039; doesn&#039;t exist (using built-in default iterate_query: SELECT username, domain FROM users)</p><p>What I think may be the Possible Problems ?<br />1.&nbsp; Maybe dovecot needs to run as vmail which has rights to the directories<br />2.&nbsp; the dovecot-mysql.conf is not correct so doveadm can correctly intreprete</p>]]></description>
			<author><![CDATA[null@example.com (darth_wells)]]></author>
			<pubDate>Thu, 19 Apr 2012 13:16:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15227.html#p15227</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15189.html#p15189</link>
			<description><![CDATA[<div class="quotebox"><cite>darth_wells wrote:</cite><blockquote><p>Opensuse 12.1</p><p>Problems with Installation<br />Hangs on Configure Policyd (postfix policy server, version 1.8).</p></blockquote></div><p>Bug in iRedMail-0.8.0-beta3, fixed in beta4, will be released soon.</p><p>To fix it, please open functions/packages.sh, edit line 189, replace &#039;cluebringer&#039; by &#039;policyd&#039;.<br /></p><div class="codebox"><pre><code>    elif [ X&quot;${DISTRO}&quot; == X&quot;SUSE&quot; ]; then
        ALL_PKGS=&quot;${ALL_PKGS} policyd&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 18 Apr 2012 15:02:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15189.html#p15189</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15176.html#p15176</link>
			<description><![CDATA[<p>Opensuse 12.1</p><p>Problems with Installation<br />Hangs on Configure Policyd (postfix policy server, version 1.8).</p>]]></description>
			<author><![CDATA[null@example.com (darth_wells)]]></author>
			<pubDate>Tue, 17 Apr 2012 16:19:13 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15176.html#p15176</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15098.html#p15098</link>
			<description><![CDATA[<p>Hi sander,</p><p>No plan for SELinux yet, sorry.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 15 Apr 2012 07:38:39 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15098.html#p15098</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post15093.html#p15093</link>
			<description><![CDATA[<p>I would really like to see integration with SElinux.<br />Are there plan in the future to integrate that in IredMail?</p><p>Not looking for a discussion wether SElinux is good or not.....</p><p>Thanks for all your good work.</p>]]></description>
			<author><![CDATA[null@example.com (sander)]]></author>
			<pubDate>Sat, 14 Apr 2012 14:51:04 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post15093.html#p15093</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.8.0-beta3 has been released]]></title>
			<link>http://www.iredmail.org/forum/post14755.html#p14755</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedMail-0.8.0-beta3 is now available for testing, you can download it here: <a href="https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.8.0-beta3.tar.bz2">iRedMail-0.8.0-beta3.tar.bz2</a>.</p><p>Please do <strong>NOT</strong> install beta releases on production server, there&#039;s no upgrade tutorials available for beta releases.</p><br /><h5>Drops support for several old releases in 0.8.0-beta3</h5><ul><li><p>Debian 5 (Lenny)</p></li><li><p>Ubuntu 8.x, 9.x, 10.10, 11.04</p></li><li><p>openSUSE: 11.x</p></li><li><p>FreeBSD: 7.x</p></li></ul><p>iRedMail-0.8.0-beta3 supports below Linux/BSD distributions and releases:<br /></p><ul><li><p>Red Hat Enterprise Linux 5.x, 6.x</p></li><li><p>CentOS 5.x, 6.x</p></li><li><p>Scientific Linux 5.x, 6.x</p></li><li><p>Debian 6.x (Squeeze)</p></li><li><p>Ubuntu 10.04 (LTS), 11.10, 12.04 (LTS)</p></li><li><p>Linux Mint 12 (based on Ubuntu, code name &#039;lisa&#039;)</p></li><li><p>openSUSE 12.1</p></li><li><p>Gentoo, the latest official release (or daily build) with the latest portage</p></li><li><p>FreeBSD 8.x, 9.x</p></li></ul><br /><h5>Major changes since iRedMail-0.8.0-beta2</h5><ul><li><p>It now works on Ubuntu Linux 12.04 (code name &#039;precise&#039;). Tested with Ubuntu 12.04 Beta 1. [0.8.0-beta3]</p></li><li><p>Works on Linux Mint 12 (based on Ubuntu, code name: lisa) [0.8.0-beta3]</p></li><li><p><span style="color: red">PostgreSQL support</span> is now available on RHEL/CentOS 6.x, Ubuntu (11.10, 12.04) and FreeBSD (8.x, 9.x).&nbsp; <a href="http://www.iredmail.org/forum/topic3244-postgresql-edition-of-iredadmin-will-be-available-soon.html">PostgreSQL edition of iRedAdmin will be available soon.</a> [0.8.0-beta3]</p></li><li><p>It now will setup cron job with shell scripts to backup OpenLDAP data and/or MySQL databases daily by default, backup directory is /var/vmail/backup by default. [0.8.0-beta3]</p></li><li><p>Use Dovecot-2.0 instead of 1.2.x on openSUSE-12.1. [0.8.0-beta3]</p></li><li><p>Enable greylist opt-in in Policyd-1.x by default. Next release of iRedAdmin-Pro will support managing greylist opt-in, please be patient. [0.8.0-beta3]</p></li><li><p>Add share folder support within Dovecot 2. [0.8.0-beta3]</p></li></ul><br /><h5>0.8.0-beta3 also fixes two minor bugs</h5><ul><li><p>Fixed incorrect postrotate command for dovecot log files. Thanks raffayellow@gmail for the report. [0.8.0-beta3]</p></li><li><p>Fix file permission of two dovecot config files which are world readable: used_quota.conf, share-folder.conf. Thanks Martin Kuchar for the report. [0.8.0-beta3]</p></li></ul><br /><h5>Some packages are updated to the latest version</h5><ul><li><p>Roundcube -&gt; 0.7.2</p></li><li><p>iRedAPD -&gt; 1.3.7, with PostgreSQL support. No new features.</p></li><li><p>MySQL -&gt; 5.5 (FreeBSD)</p></li><li><p>Dovecot -&gt; 2.0 (FreeBSD)</p></li></ul><br /><h5>Addition Notes</h5><ul><li><p>There will be one more beta release available soon for new features:<br /></p><ul><li><p>PostgreSQL support in iRedAdmin, both open source edition and iRedAdmin-Pro</p></li></ul></li><li><p>Policyd-2 (code name: cluebringer) support will not be available in next release of the iRedAdmin-Pro admin panel.</p></li></ul><p>Also, we need your help to make iRedMail work on Arch Linux, please refer to this post:</p><p>- Call for help: Missing two required packages in Arch Linux<br />&nbsp; <a href="http://www.iredmail.org/forum/topic2836-call-for-help-missing-two-required-packages-in-arch-linux.html">http://www.iredmail.org/forum/topic2836 … linux.html</a></p><p>See also:<br /></p><ul><li><p><a href="http://www.iredmail.org/forum/topic2942-iredmail080beta2-has-been-released-with-perfect-gentoo-support.html">Release notes of iRedMail-0.8.0-beta2</a></p></li><li><p><a href="http://www.iredmail.org/forum/topic2880-iredmail080beta1-has-been-released-with-postgresql-support.html">Release notes of iRedMail-0.8.0-beta1</a></p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 27 Mar 2012 15:03:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post14755.html#p14755</guid>
		</item>
	</channel>
</rss>
