<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — News, Announcements, Bug fixes...]]></title>
		<link>http://www.iredmail.org/forum/</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-forum4.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at iRedMail.]]></description>
		<lastBuildDate>Sun, 12 May 2013 01:24:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Top Linux/BSD distributions/releases used]]></title>
			<link>http://www.iredmail.org/forum/topic4854-top-linuxbsd-distributionsreleases-used-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>Maybe you&#039;re interested in which Linux/BSD distributions are used mostly by iRedMail users, and here&#039;s the list counted since iRedMail-0.8.4.</p><p>*) We have about 6400+ downloads of iRedMail-0.8.4 every month (200+ every day), 160+ installations every day.<br />*) According to our track, maybe we will drop support for Gentoo Linux someday.</p><div class="codebox"><pre><code># Installations, Distribution Name, Release version, Distribution code name

2020    CentOS-6
1569    UBUNTU-12.04 (precise)
1364    Debian-6 (squeeze)
 642    UBUNTU-12.10 (quantal)
 517    CentOS-5
 325    Debian-7 (wheezy)
 194    FreeBSD-9
 102    openSUSE-12.3 (dartmouth)
 102    Red Hat Enterprise Linux 5
  75    UBUNTU-13.04 (raring)
  72    openSUSE-12.2 (mantis)
  67    Red Hat Enterprise Linux 6
  36    GENTOO
  34    OpenBSD-5.2    
  30    Scientific Linux 6
  10    OpenBSD-5.3    
   4    OpenBSD 5.1
   3    FreeBSD-8    
   2    Scientific Linux 5
   1    FreeBSD-10</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 12 May 2013 01:24:08 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4854-top-linuxbsd-distributionsreleases-used-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Hotfix for iRedAPD-1.4.0: Incorrect LDAP attribute in iRedAPD plugin]]></title>
			<link>http://www.iredmail.org/forum/topic4742-hotfix-for-iredapd140-incorrect-ldap-attribute-in-iredapd-plugin-new-posts.html</link>
			<description><![CDATA[<h5>Issue description</h5><p>There&#039;s an typo error in iRedAPD plugin /opt/iRedAPD-1.4.0/plugins/ldap_recipient_restrictions.py, it will cause per-user black/whitelist doesn&#039;t work.</p><h5>Impacted iRedMail versions</h5><p>All iRedMail versions which runs OpenLDAP backend, and upgraded iRedAPD to the latest 1.4.0.</p><h5>Impacted iRedAPD versions</h5><ul><li><p>iRed<span style="color: red">APD</span>-1.4.0. You can find iRedAPD version number in file /opt/iredapd/libs/__init__.py.</p></li></ul><p>Notes:<br /></p><ul><li><p>All uses who installed iRedMail-0.8.4 which ships iRedAPD-1.4.0 before Apr 13, 2013 should apply this hotfix.</p></li><li><p>All users who upgraded iRedAPD to the latest 1.4.0 should apply this hotfix.</p></li><li><p>We re-packed iRedMail-0.8.4 on Apr 13, 2013, so there&#039;s no need to fix it if you downloaded iRedMail-0.8.4 after that day, which means you can safely ignore this hotfix.</p></li></ul><h5>Impacted Linux/BSD distributions</h5><p>It impacts all LINUX/BSD distributions supported by iRedMail.</p><h5>How to fix it</h5><p>Please fix it manually by following below steps:</p><ul><li><p>Open /opt/iredapd/plugins/ldap_recipient_restrictions.py with your favorite text editor (e.g. vi, vim, emacs), find below line:</p></li></ul><div class="quotebox"><blockquote><p>SENDER_SEARCH_ATTRLIST = [&#039;mailBlacklist<span style="color: red">ed</span>Recipient&#039;, &#039;mailWhitelistRecipient&#039;]</p></blockquote></div><ul><li><p>Remove characters &#039;ed&#039; in it (Remove &#039;ed&#039; in mailBlacklist<span style="color: red">ed</span>Recipient).</p></li></ul><div class="codebox"><pre><code>SENDER_SEARCH_ATTRLIST = [&#039;mailBlacklistRecipient&#039;, &#039;mailWhitelistRecipient&#039;]</code></pre></div><ul><li><p>Restart iRedAPD service.</p></li></ul><div class="codebox"><pre><code># /etc/init.d/iredapd restart</code></pre></div><p>Notes:<br />*) On FreeBSD, please execute &quot;<em><strong>/usr/local/etc/rc.d/iredapd restart</strong></em>&quot; instead.<br />*) On OpenBSD, please execute &quot;<em><strong>/etc/rc.d/iredapd restart</strong></em>&quot; instead. </p><p>That&#039;s all.</p><h5>Credit</h5><p>All credit goes to our iRedAdmin-Pro customer &quot;Ho Ho&quot; &lt;ho.iredmail _at_ gmail.com&gt;, thanks for the report. <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>Fri, 12 Apr 2013 08:28:54 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4742-hotfix-for-iredapd140-incorrect-ldap-attribute-in-iredapd-plugin-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Hotfix for iRedMail-0.8.4: Incorrect logrotate config file of iRedAPD]]></title>
			<link>http://www.iredmail.org/forum/topic4716-hotfix-for-iredmail084-incorrect-logrotate-config-file-of-iredapd-new-posts.html</link>
			<description><![CDATA[<h5>Issue description</h5><p>There&#039;s an typo error in logrotate config file of iRedAPD (/etc/logrotate.d/iredapd) on all Linux distributions supported by iRedMail, it causes program &quot;logrotate&quot; cannot rotate iRedAPD log file (/var/log/iredapd.log) at all. The potential risk is that the log file may takes too much disk space if it grows quickly.</p><h5>Impacted iRedMail versions</h5><ul><li><p>Version iRedMail-0.8.4, downloaded before Apr 6, 2013.</p></li></ul><p>Notes:<br /></p><ul><li><p>You can see a timestamp in file /etc/logrotate.d/iredapd, that shows when you installed iRedMail. e.g. &quot;File generated by iRedMail (2013.04.03.11.40.51)&quot; (format is YEAR.MONTH.DAY.HOUR.MINUTE.SECOND).</p></li><li><p>We re-packed iRedMail-0.8.4 on Apr 6, 2013, so there&#039;s no need to fix it if you downloaded iRedMail-0.8.4 after that day, which means you can safely ignore this hotfix.</p></li><li><p>You don&#039;t need this hotfix if your server was upgraded from an old release. e.g. 0.8.3.</p></li></ul><h5>Impacted Linux/BSD distributions</h5><p>It impacts all LINUX distributions supported by iRedMail, but not BSD distributions since they use different logrotate config file.</p><h5>How to fix it</h5><p>Please fix it manually by following below steps:</p><ul><li><p>Open /etc/logrotate.d/iredapd with your favorite text editor (e.g. vi, vim, emacs), find below line:</p></li></ul><div class="codebox"><pre><code>/var/log/iredapd.log</code></pre></div><ul><li><p>Append a whitespace and a &#039;{&#039;:</p></li></ul><div class="codebox"><pre><code>/var/log/iredapd.log {</code></pre></div><ul><li><p>You can now verify this config file with command &quot;logrotate&quot; like below, it will print debug message on terminal.</p></li></ul><div class="codebox"><pre><code># logrotate -d /etc/logrotate.d/iredapd</code></pre></div><p>That&#039;s all.</p><h5>Credit</h5><p>All credit goes to our forum user <strong>bantopalmarino</strong>, thanks for the report here: <a href="http://www.iredmail.org/forum/post21327.html#p21327">http://www.iredmail.org/forum/post21327.html#p21327</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 06 Apr 2013 00:05:56 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4716-hotfix-for-iredmail084-incorrect-logrotate-config-file-of-iredapd-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Zero day vulnerability found in Roundcubemail-0.8.5 and older releases]]></title>
			<link>http://www.iredmail.org/forum/topic4667-zero-day-vulnerability-found-in-roundcubemail085-and-older-releases-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>There&#039;s a zero day vulnerability found in Roundcubemail-0.8.5 and older releases, please upgrade your running Roundcube webmail to the latest roundcubemail-0.8.6 immediately. Here&#039;s upgrade tutorial:<br /><a href="http://iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.Roundcube.Webmail">http://iredmail.org/wiki/index.php?titl … be.Webmail</a></p><p>About the zero day vulnerability, please refer to this thread:<br /><a href="http://lists.roundcube.net/pipermail/dev/2013-March/022328.html">http://lists.roundcube.net/pipermail/de … 22328.html</a></p><p>P.S. I re-packed iRedMail-0.8.4 with roundcubemail-0.8.6, so if you&#039;re going to setup a new iRedMail server, you don&#039;t need to worry about this vulnerability.<br /><a href="https://bitbucket.org/zhb/iredmail/downloads">https://bitbucket.org/zhb/iredmail/downloads</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 28 Mar 2013 06:31:07 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4667-zero-day-vulnerability-found-in-roundcubemail085-and-older-releases-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-PGSQL-1.2.0 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic4650-iredadminpropgsql120-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedAdmin-Pro-PGSQL-1.2.0 (<em>a.k.a. iRedAdmin-Pro for PostgreSQL backend</em>) is now available for your upgrading and purchasing. Thanks all who made this new release possible, our customers who purchased iRedAdmin-Pro, contributors who help translate it, bug reporters, feature requestors, etc.</p><h5>Download the latest iRedAdmin-Pro</h5><p>All customers can get download link of this new release with below steps if you have iRedAdmin-Pro-PGSQL-1.0 or later releases installed:<br /></p><ul><li><p>Login to iRedAdmin-Pro as global admin</p></li><li><p>Click &quot;License&quot; on the top-right corner, it will show you basic license info and a &quot;Download&quot; button if new version is available for upgrading.</p></li></ul><p>If you&#039;re running older release, please mail to <span style="color: blue"><em>support @ iredmail.org</em></span> to get download link of the latest release.</p><h5>Improvements</h5><ul><li><p>Show content type (spam/virus/banned) of quarantined mails.</p></li><li><p>Set relay without verifying local recipients (in domain profile page, under tab &quot;Relay&quot;).</p></li><li><p>New password schemes: SSHA, SSHA512. Note: SSHA512 requires Dovecot-2.0 (and later), Python-2.5 (or later).</p></li><li><p>Show breadcrumb links in account creation pages, remove duplicate links in Users/Lists/Aliases list pages.</p></li></ul><h5>Fixed issues</h5><ul><li><p>Can use primary domain as alias domain.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot read local settings in libs/settings_local.py. Thanks Bruce MacKay &lt;bmackay _at_ razyr.net&gt; for the report.</p></li><li><p>Not update greylisting opt-in/out for alias domains. Thanks gleenj &lt;glenn _at_ neondigital.com&gt; for the report.</p></li><li><p>Not update account status in `alias` table while updating account status of mail user. Thanks Mickey Everts &lt;mickey.everts _at_ otcorp.com&gt; for the report.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot delete older SQL records in Amavisd database. Thanks broth &lt;broth _at_ roth-itk.de&gt; for the report in forum.</p></li><li><p>Cannot store default domain transport setting if user submits empty value in domain profile (relay) page.</p></li><li><p>Not assign new user to default mail groups. Thanks Matteo Fracassetti &lt;info _at_ drgiorgini.it&gt; for the report.</p></li><li><p>Not show number of existing alias accounts in domain profile. Thanks thatday &lt;win3c _at_ 126.com&gt; for the report.</p></li><li><p>Not update domain/user bcc records while adding/removing alias domains.</p></li><li><p>Not update mailbox.enablesieve, mailbox.enablesievesecured correctly. Thanks thatday &lt;win3c _at_ 126.com&gt; for the report.</p></li><li><p>Incorrectly unset domainGlobalAdmin status in session after updating admin profile. Thanks Tue &lt;tt _at_ atorbital.com&gt; and escu &lt;cosmin.necula@gmail&gt; for the report.</p></li></ul><h5>New and updated translations</h5><ul><li><p>Czech (cs_CZ). Thanks Roman Pudil &lt;roman _at_ webhosting.fm&gt;.</p></li><li><p>Finnish (fi_FI). Thanks Teemu Harjula &lt;teemu.harjula _at_ tietovirta.fi&gt;.</p></li><li><p>French (fr_FR). Thanks Shafeek Sumser &lt;shafeeks _at_ gmail.com&gt;.</p></li><li><p>German (de_DE). Thanks Ivo Schindler &lt;ivo.schindler _at_ i-web.ch&gt;, and Martin &lt;info _at_ netzwerk-design.net&gt;.</p></li><li><p>Itilian (it_IT). Thanks Nicolas Cauchie &lt;nicolas _at_ franceoxygene.fr&gt;, Riccardo Raggi &lt;riccardo _at_ raggi.eu&gt;, and Alberto Baudacci &lt;a.baudacci _at_ me.com&gt;.</p></li><li><p>Netherlands (nl_NL). Thanks Luc Verhoeven &lt;lverhoeven _at_ vcn.nl&gt;.</p></li><li><p>Polish (pl_PL). Thanks Adrian Grygier &lt;adi _at_ zwami.pl&gt;.</p></li><li><p>Portuguese (Brazilian, pt_BR). Thanks Wendell Martins Borges &lt;perlporter _at_ gmail.com&gt;.</p></li><li><p>Russian (ru_RU). Thanks Taylor D &lt;hoper.me _at_ gmail.com&gt;.</p></li><li><p>Serbian (Cyrillic, sr_CS). Thanks Robert Bogdan &lt;rbogdan _at_ color.rs&gt;.</p></li><li><p>Slovenian (sl_SI). Thanks Marko Kobal &lt;marko.kobal _at_ arctur.si&gt;.</p></li><li><p>Spain (es_ES). Thanks Luis Armando Perez Marin.</p></li><li><p>Traditional Chinese (zh_TW). Thanks Ho ho &lt;ho.iredmail _at_ gmail.com&gt;.</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 26 Mar 2013 09:00:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4650-iredadminpropgsql120-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-MySQL-1.6.0 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic4649-iredadminpromysql160-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedAdmin-Pro-MySQL-1.6.0 (<em>a.k.a. iRedAdmin-Pro for MySQL backend</em>) is now available for your upgrading and purchasing. Thanks all who made this new release possible, our customers who purchased iRedAdmin-Pro, contributors who help translate it, bug reporters, feature requestors, etc.</p><h5>Download the latest iRedAdmin-Pro</h5><p>All customers can get download link of this new release with below steps if you have iRedAdmin-Pro-MySQL-1.4.0 or later releases installed:</p><ul><li><p>Login to iRedAdmin-Pro as global admin</p></li><li><p>Click &quot;License&quot; on the top-right corner, it will show you basic license info and a &quot;Download&quot; button if new version is available for upgrading.</p></li></ul><p>If you&#039;re running older release, please mail to <span style="color: blue"><em>support @ iredmail.org</em></span> to get download link of the latest release.</p><h5>Improvements</h5><ul><li><p>Show content type (spam/virus/banned) of quarantined mails.</p></li><li><p>Set relay without verifying local recipients (in domain profile page, under tab &quot;Relay&quot;).</p></li><li><p>New password schemes: SSHA, SSHA512. Note: SSHA512 requires Dovecot-2.0 (and later), Python-2.5 (or later).</p></li><li><p>Show breadcrumb links in account creation pages, remove duplicate links in Users/Lists/Aliases list pages.</p></li></ul><h5>Fixed issues</h5><ul><li><p>Can use primary domain as alias domain.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot read local settings in libs/settings_local.py. Thanks Bruce MacKay &lt;bmackay _at_ razyr.net&gt; for the report.</p></li><li><p>Not update greylisting opt-in/out for alias domains. Thanks gleenj &lt;glenn _at_ neondigital.com&gt; for the report.</p></li><li><p>Not update account status in `alias` table while updating account status of mail user. Thanks Mickey Everts &lt;mickey.everts _at_ otcorp.com&gt; for the report.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot delete older SQL records in Amavisd database. Thanks broth &lt;broth _at_ roth-itk.de&gt; for the report in forum.</p></li><li><p>Cannot store default domain transport setting if user submits empty value in domain profile (relay) page.</p></li><li><p>Not assign new user to default mail groups. Thanks Matteo Fracassetti &lt;info _at_ drgiorgini.it&gt; for the report.</p></li><li><p>Not show number of existing alias accounts in domain profile. Thanks thatday &lt;win3c _at_ 126.com&gt; for the report.</p></li><li><p>Not update domain/user bcc records while adding/removing alias domains.</p></li><li><p>Not update mailbox.enablesieve, mailbox.enablesievesecured correctly. Thanks thatday &lt;win3c _at_ 126.com&gt; for the report.</p></li><li><p>Incorrectly unset domainGlobalAdmin status in session after updating admin profile. Thanks Tue &lt;tt _at_ atorbital.com&gt; and escu &lt;cosmin.necula@gmail&gt; for the report.</p></li></ul><h5>New and updated translations</h5><ul><li><p>Czech (cs_CZ). Thanks Roman Pudil &lt;roman _at_ webhosting.fm&gt;.</p></li><li><p>Finnish (fi_FI). Thanks Teemu Harjula &lt;teemu.harjula _at_ tietovirta.fi&gt;.</p></li><li><p>French (fr_FR). Thanks Shafeek Sumser &lt;shafeeks _at_ gmail.com&gt;.</p></li><li><p>German (de_DE). Thanks Ivo Schindler &lt;ivo.schindler _at_ i-web.ch&gt;, and Martin &lt;info _at_ netzwerk-design.net&gt;.</p></li><li><p>Itilian (it_IT). Thanks Nicolas Cauchie &lt;nicolas _at_ franceoxygene.fr&gt;, Riccardo Raggi &lt;riccardo _at_ raggi.eu&gt;, and Alberto Baudacci &lt;a.baudacci _at_ me.com&gt;.</p></li><li><p>Netherlands (nl_NL). Thanks Luc Verhoeven &lt;lverhoeven _at_ vcn.nl&gt;.</p></li><li><p>Polish (pl_PL). Thanks Adrian Grygier &lt;adi _at_ zwami.pl&gt;.</p></li><li><p>Portuguese (Brazilian, pt_BR). Thanks Wendell Martins Borges &lt;perlporter _at_ gmail.com&gt;.</p></li><li><p>Russian (ru_RU). Thanks Taylor D &lt;hoper.me _at_ gmail.com&gt;.</p></li><li><p>Serbian (Cyrillic, sr_CS). Thanks Robert Bogdan &lt;rbogdan _at_ color.rs&gt;.</p></li><li><p>Slovenian (sl_SI). Thanks Marko Kobal &lt;marko.kobal _at_ arctur.si&gt;.</p></li><li><p>Spain (es_ES). Thanks Luis Armando Perez Marin.</p></li><li><p>Traditional Chinese (zh_TW). Thanks Ho ho &lt;ho.iredmail _at_ gmail.com&gt;.</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 26 Mar 2013 08:50:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4649-iredadminpromysql160-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-LDAP-1.9.0 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic4647-iredadminproldap190-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedAdmin-Pro-LDAP-1.9.0 (<em>a.k.a. iRedAdmin-Pro for OpenLDAP backend</em>) is now available for your upgrade or purchase. Thanks all who made this new release possible, our customers who purchased iRedAdmin-Pro, contributors who help translate it, bug reporters, feature requestors, etc.</p><h5>Download the latest iRedAdmin-Pro</h5><p>All customers can get download link of this new release with below steps if you have iRedAdmin-Pro-LDAP-1.7.0 or later releases installed:</p><ul><li><p>Login to iRedAdmin-Pro as global admin</p></li><li><p>Click &quot;License&quot; on the top-right corner, it will show you basic license info and a &quot;Download&quot; button if new version is available for upgrading.</p></li></ul><p>If you&#039;re running older release, please mail to <span style="color: blue"><em>support @ iredmail.org</em></span> to get download link of the latest release.</p><h5>Improvements</h5><ul><li><p>Show content type (spam/virus/banned) of quarantined mails.</p></li><li><p>Set relay without verifying local recipients (in domain profile page, under tab &quot;Relay&quot;).</p></li><li><p>Manage first/last name in user/admin profile page (in user profile page, under tab &quot;General&quot;).</p></li><li><p>Unmark users as domain admin in domain admin page.</p></li><li><p>Mark/Unmark users as domain admin or global admin in user list page.</p></li><li><p>Move &#039;Domain Admins&#039; setting in domain profile page to separate page: /admins/[domain].</p></li><li><p>Show breadcrumb links in account creation pages, remove duplicate links in Users/Lists/Aliases list pages.</p></li></ul><h5>Fixed issues</h5><ul><li><p>Cannot mail to external mail list members when using alias domain as recipient (user@[alias_domain]). Thanks Soundar Rajan &lt;soundarajan _at_ take10.in&gt; for the report.</p></li><li><p>Can use primary domain as alias domain.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot read local settings in libs/settings_local.py. Thanks Bruce MacKay &lt;bmackay _at_ razyr.net&gt; for the report.</p></li><li><p>Not update greylisting opt-in/out for alias domains. Thanks gleenj &lt;glenn _at_ neondigital.com&gt; for the report.</p></li><li><p>Incorrect pagination in user list page. Thanks Soundar Rajan &lt;soundarajan _at_ take10.in&gt; for the report.</p></li><li><p>Script tools/cleanup_amavisd_db.py cannot delete older SQL records in Amavisd database. Thanks broth &lt;broth _at_ roth-itk.de&gt; for the report in forum.</p></li><li><p>Cannot store default domain transport setting if user submits empty value in domain profile (relay) page.</p></li><li><p>Normal user can login and update their own profile, includes mail quota. Thanks Wesley MOUEDINE ASSABY &lt;wesley _at_ aise.re&gt; for the report.</p></li><li><p>Not correctly add/remove value of shadowAddress while adding or removing alias domains. NOTE: You have to delete existing alias domains first, then re-add them.</p></li><li><p>Cannot delete/disable mail user admin in Admins page. Thanks Tomislav Mihaliček &lt;tomislav.mihalicek@gmail&gt; for the report.</p></li></ul><h5>New and updated translations</h5><ul><li><p>Czech (cs_CZ). Thanks Roman Pudil &lt;roman _at_ webhosting.fm&gt;.</p></li><li><p>Finnish (fi_FI). Thanks Teemu Harjula &lt;teemu.harjula _at_ tietovirta.fi&gt;.</p></li><li><p>French (fr_FR). Thanks Shafeek Sumser &lt;shafeeks _at_ gmail.com&gt;.</p></li><li><p>German (de_DE). Thanks Ivo Schindler &lt;ivo.schindler _at_ i-web.ch&gt;, and Martin &lt;info _at_ netzwerk-design.net&gt;.</p></li><li><p>Itilian (it_IT). Thanks Nicolas Cauchie &lt;nicolas _at_ franceoxygene.fr&gt;, Riccardo Raggi &lt;riccardo _at_ raggi.eu&gt;, and Alberto Baudacci &lt;a.baudacci _at_ me.com&gt;.</p></li><li><p>Netherlands (nl_NL). Thanks Luc Verhoeven &lt;lverhoeven _at_ vcn.nl&gt;.</p></li><li><p>Polish (pl_PL). Thanks Adrian Grygier &lt;adi _at_ zwami.pl&gt;.</p></li><li><p>Portuguese (Brazilian, pt_BR). Thanks Wendell Martins Borges &lt;perlporter _at_ gmail.com&gt;.</p></li><li><p>Russian (ru_RU). Thanks Taylor D &lt;hoper.me _at_ gmail.com&gt;.</p></li><li><p>Serbian (Cyrillic, sr_CS). Thanks Robert Bogdan &lt;rbogdan _at_ color.rs&gt;.</p></li><li><p>Slovenian (sl_SI). Thanks Marko Kobal &lt;marko.kobal _at_ arctur.si&gt;.</p></li><li><p>Spain (es_ES). Thanks Luis Armando Perez Marin.</p></li><li><p>Traditional Chinese (zh_TW). Thanks Ho ho &lt;ho.iredmail _at_ gmail.com&gt;.</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 26 Mar 2013 08:14:14 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4647-iredadminproldap190-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.8.4 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic4646-iredmail084-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedMail-0.8.4 has been released. This is a bug fix release.<br /></p><ul><li><p>Upgrade tutorial is available here: <a href="http://www.iredmail.org/doc.html#upgrade_tutorial">http://www.iredmail.org/doc.html#upgrade_tutorial</a></p></li><li><p>Download now for a new installation: <a href="http://www.iredmail.org/download.html">http://www.iredmail.org/download.html</a></p></li><li><p>Subscribe to our mailing list to get news about iRedMail project: <a href="https://groups.google.com/forum/#!forum/iredmail">https://groups.google.com/forum/#!forum/iredmail</a></p></li></ul><h5>New features</h5><ul><li><p>It now works on openSUSE-12.3 (Dartmouth).</p></li><li><p>Supports the OpenBSD built-in LDAP daemon: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&amp;manpath=OpenBSD%20Current&amp;sektion=8&amp;format=html">ldapd(8)</a>. Note: Please do check addition notes about ldapd(8) below if you want to use it in production.</p></li><li><p>Enable Dovecot Master User by default, but no pre-defined account. Refer to Dovecot wiki for more details about Master User: <a href="http://wiki2.dovecot.org/Authentication/MasterUsers">http://wiki2.dovecot.org/Authentication/MasterUsers</a></p></li><li><p>[SQL] New SQL columns in `vmail.mailbox` for per-user restriction, used by iRedAPD-1.4.0: allowedsenders, rejectedsenders, allowedrecipients, rejectedrecipients.</p></li></ul><h5>It also fixes some issues:</h5><ul><li><p>Misses alias user &#039;virusalert&#039; in Postfix (/etc/postfix/aliases) for Amavisd. Thanks Frankstar &lt;frankstar.at _at_ gmail.com&gt; for the report.</p></li><li><p>[ldap] Cannot mail to external members of mailing list if we use alias domain as recipient (user@[alias_domain). Thanks Soundar Rajan &lt;soundarajan _at_ take10.in&gt; for the report.</p></li><li><p>[ldap] Cannot handle alias domain in Postfix per-user bcc. Thanks Ward De Backer &lt;wdb _at_ stabe.be&gt; for the report.</p></li><li><p>[ldap] Not enable OpenLDAP TLS/SSL support on OpenBSD by default.</p></li></ul><h5>Package update:</h5><ul><li><p>iRedAPD -&gt; 1.4.0. Upgrade tutorial is available here: <a href="http://iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.iRedAPD">http://iredmail.org/wiki/index.php?titl … de.iRedAPD</a></p></li><li><p>iRedAdmin (open source edition) -&gt; 0.2.1. Upgrade tutorial is available here: <a href="http://iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.iRedAdmin.Open.Source.Edition">http://iredmail.org/wiki/index.php?titl … ce.Edition</a></p></li><li><p>Roundcube webmail -&gt; 0.8.5. Upgrade tutorial is available here: <a href="http://iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.Roundcube.Webmail">http://iredmail.org/wiki/index.php?titl … be.Webmail</a></p></li><li><p>phpMyAdmin -&gt; 3.5.5</p></li><li><p>phpLDAPadmin -&gt; 1.2.3</p></li></ul><h5>Addition notes about the OpenBSD built-in LDAP server: ldapd(8)</h5><ul><li><p>Currently, ldapd(8) doesn&#039;t support replication like <a href="http://www.openldap.org/doc/admin24/replication.html">OpenLDAP replication</a>, that means you cannot setup master-slave LDAP server cluster with ldapd(8).</p></li></ul><p>Please reply below to share your feature requests, feedback. <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>Tue, 26 Mar 2013 07:53:38 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4646-iredmail084-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Help translate iRedAdmin-Pro (coming next week)]]></title>
			<link>http://www.iredmail.org/forum/topic4586-help-translate-iredadminpro-coming-next-week-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>We plan to release new versions of iRedMail (v0.8.4), iRedAPD (v1.4.0) and iRedAdmin-Pro next week, we need your help to translate iRedAdmin-Pro to your local language.</p><p>Below is translation status of existing translations, we need your help to verify existing ones and translate new ones.</p><p>* Deutsch (Deutsch, de_DE). <span style="color: green">COMPLETED</span><br />* Simplified Chinese (zh_CN). <span style="color: green">COMPLETED</span></p><p>* Čeština (cs_CZ), 8 untranslated messages.<br />* Español (es_ES), 41 untranslated messages.<br />* Finnish (fi_FI), 41 untranslated messages.<br />* Français (fr_FR), 43 untranslated messages.<br />* Italiano (it_IT), 40 untranslated messages.<br />* Netherlands (nl_NL), 43 untranslated messages.<br />* Polski (pl_PL), 38 untranslated messages.<br />* Portuguese (Brazilian, pt_BR), 8 untranslated messages.<br />* Русский (ru_RU), 41 untranslated messages.<br />* Slovenian (sl_SI), 41 untranslated messages.<br />* Traditional Chinese (zh_TW), 40 untranslated messages.</p><p>You can download existing ones below:<br /><a href="https://bitbucket.org/zhb/iredmail/src/default/extra/translations?at=default">https://bitbucket.org/zhb/iredmail/src/ … at=default</a></p><p>If your language is not listed above, you&#039;re welcome to translate it from scratch. Simply copy file &quot;iredadmin.po&quot; in the root directory of above URL, then translate it and mail us (support _at_ iredmail.org). Newest translations will be uploaded to above URL too.</p><p>All credit goes to:</p><p>* Deutsch (Deutsch, de_DE):<br />&nbsp; + Jan Zude (caparcona _at_ web.de)<br />&nbsp; + info _at_ netzwerk-design.net<br />&nbsp; + Sascha Wolski | cognitics<br />&nbsp; + Ivo Schindler &lt;ivo.schindler _at_ i-web.ch&gt;</p><p>* Čeština (cs_CZ):<br />&nbsp; + Roman Pudil &lt;roman _at_ webhosting.fm&gt;</p><p>* Español (es_ES):<br />&nbsp; + yrjc2004 _at_ gmail.com<br />&nbsp; + Lucas &lt;lucas _at_ landm.net&gt;</p><p>* Finnish (fi_FI):<br />&nbsp; + Teemu Harjula &lt;teemu.harjula _at_ tietovirta.fi&gt;</p><p>* Français (fr_FR):<br />&nbsp; + Olivier PLOIX &lt;olivier.ploix _at_ isma-fr.com&gt;</p><p>* Italiano (it_IT):<br />&nbsp; + Alberto &lt;alberto _at_ graphite.eu&gt;</p><p>* Netherlands (nl_NL):<br />&nbsp; + Luc Verhoeven &lt;lverhoeven _at_ vcn.nl&gt;</p><p>* Polski (pl_PL):<br />&nbsp; + Marcin Oleksiński &lt;marcin.oleksinski _at_ cskmswia.pl&gt;<br />&nbsp; + Krzysztof Skurzyński &lt;k.skurzynski _at_ kospel.pl&gt;<br />&nbsp; + Adrian (adi _at_ zwami.pl)</p><p>* Portuguese (Brazilian, pt_BR):<br />&nbsp; + Julio C. Oliveira &lt;julioc _at_ paranet.com.br&gt;<br />&nbsp; + Fabricio Caseiro &lt;fcaseiro _at_ tic.ufrj.br&gt;</p><p>* Русский (ru_RU):<br />&nbsp; + Dmitry Sukharev &lt;suds77 _at_ gmail.com&gt;</p><p>* Slovenian (sl_SI):<br />&nbsp; + Marko Kobal &lt;marko.kobal _at_ arctur.si&gt;</p><p>* Traditional Chinese (zh_TW):<br />&nbsp; + Ho ho &lt;ho.iredmail _at_ gmail.com&gt;<br />&nbsp; + Wayne &lt;wayneliao38 _at_ gmail.com&gt;</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 13 Mar 2013 07:12:37 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4586-help-translate-iredadminpro-coming-next-week-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Roundcube plugin allows self-registering new user accounts]]></title>
			<link>http://www.iredmail.org/forum/topic4570-roundcube-plugin-allows-selfregistering-new-user-accounts-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>Just found this forum post[1] and YouTube video[2], it clearly explains how to add a third-party Roundcube plugin, &quot;register&quot;[3] (from <a href="http://myroundcube.com/)">http://myroundcube.com/)</a> to allow self-registering new mail user accounts for SQL backends, work well with iRedMail-0.8.3 in production.</p><p>[1] Register plugin Driver for iRedmail: <a href="http://myroundcube-plugins.40634.n3.nabble.com/Register-plugin-Driver-for-iRedmail-FIXED-Read-the-solution-tp4024576p4024584.html">http://myroundcube-plugins.40634.n3.nab … 24584.html</a></p><p>[2] iRedmail Server – register plugin installation tutorial (postfix driver): <a href="http://www.youtube.com/watch?v=ozhFt5ILWr8">http://www.youtube.com/watch?v=ozhFt5ILWr8</a></p><p>[3] Register plugin: <a href="http://myroundcube.com/myroundcube-plugins/register-plugin">http://myroundcube.com/myroundcube-plug … ter-plugin</a></p><p>Notes:</p><p>*) PostfixAdmin is not required.<br />*) This plugin should work with iRedMail for both MySQL and PostgreSQL backends.<br />*) There&#039;re many more Roundcube plugins available on myroundcube.com, includes a calendar plugin.</p><p>Hope it helps. <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>Sun, 10 Mar 2013 14:00:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4570-roundcube-plugin-allows-selfregistering-new-user-accounts-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[The easiest way to upgrade Dovecot 1.x to 2.0 on RHEL/CentOS 5.]]></title>
			<link>http://www.iredmail.org/forum/topic4493-the-easiest-way-to-upgrade-dovecot-1x-to-20-on-rhelcentos-5-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>Just want to show you how easy to upgrade Dovecot-1.x to 2.0 on RHEL/CentOS 5.</p><h5>Summary</h5><p>We are going to setup a new virtual machine with RHEL/CentOS 6, so that we have a working config file for Dovecot-2.0. Then simply copy it after we upgraded Dovecot packages.</p><p>Note: If you don&#039;t want to setup a new virtual machine, we have a sample Dovecot-2.0 config file available for your use: <a href="https://bitbucket.org/zhb/iredmail/raw/default/extra/samples/dovecot2.conf">https://bitbucket.org/zhb/iredmail/raw/ … ecot2.conf</a></p><h5>Important notes before you start</h5><p>[+] The latest iRedMail forces clients to use secure connection for POP3 and IMAP services, if you don&#039;t want to do this, please check this tutorial: <a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Allow.Insecure.POP3.IMAP.Connection.without.STARTTLS">How to allow insecure POP3/IMAP connection</a></p><h5>Steps</h5><p>*) Download Dovecot-2.0 from below URLs:</p><p>[+] Dovecot-2.0.x: <a href="http://packages.atrpms.net/dist/el5/dovecot-2.0.x/">http://packages.atrpms.net/dist/el5/dovecot-2.0.x/</a><br />[+] dovecot-managesieve and dovecot-pigeonhole: <a href="http://packages.atrpms.net/dist/el5/dovecot-pigeonhole/">http://packages.atrpms.net/dist/el5/dovecot-pigeonhole/</a></p><p>*) Backup Dovecot config file first.</p><p>[+] WARNING: Please copy files with &#039;-p&#039; option to keep file owner and permission.<br />[+] Note: We backup /etc/dovecot.conf, but we don&#039;t use it for upgrading at all. it&#039;s useful if you want to downgrade from Dovecot-2.0 to 1.x.</p><div class="codebox"><pre><code># mkdir /root/dovecot-backup/
# cp -p /etc/dovecot.conf /root/dovecot-backup/old.dovecot.conf
# cp -p /etc/dovecot-* /root/dovecot-backup/</code></pre></div><p>*) Setup a virtual machine (VMware/Xen/VirtualBox/KVM/etc), install RHEL/CentOS 6 on it. Then deploy iRedMail. iRedMail will install Dovecot-2.0 for you. Its config files are all placed under /etc/dovecot/. Main config file is <strong>/etc/dovecot/dovecot.conf</strong>.</p><p>Again, If you don&#039;t want to setup a new virtual machine, we have a sample Dovecot-2.0 config file available for your use: <a href="https://bitbucket.org/zhb/iredmail/raw/default/extra/samples/dovecot2.conf">https://bitbucket.org/zhb/iredmail/raw/ … ecot2.conf</a></p><p>Note: iRedMail doesn&#039;t use config files under /etc/dovecot/conf.d/.</p><p>[+] Copy /etc/dovecot/dovecot.conf to your iRedMail server which running Dovecot-1.x. assume it&#039;s /root/dovecot2.conf.<br />[+] Now open /root/dovecot2.conf, make sure you have the same values for below parameter as Dovecot-1.x.</p><div class="codebox"><pre><code># Make sure Dovecot has right owner/permission to store received emails.
mail_uid = 
mail_gid =
first_valid_uid =
last_valid_uid =

# Make sure Dovecot will delivers email to correct mailboxes.
mail_location = maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/

# Append this domain name if client gives empty realm (no &#039;@domain.com&#039; part in login username).
auth_default_realm = 

# Make sure per-user sieve filters can be read/write.
sieve_dir = /%Lh/sieve
sieve = /%Lh/sieve/dovecot.sieve</code></pre></div><p>After you sync above parameters in new config file, it&#039;s ready to upgrade Dovecot-1.x.</p><p>*) Stop Dovecot service and remove RPM packages.</p><div class="codebox"><pre><code># /etc/init.d/dovecot
# rpm -e dovecot dovecot-managesieve dovecot-pigeonhole</code></pre></div><p>*) Install Dovecot-2.0 you download. it&#039;s mentioned above (step 1).<br /></p><div class="codebox"><pre><code># rpm -ivh dovecot-2.0.xxx dovecot-pigeonhole-xxx dovecot-managesieve-xxx</code></pre></div><p>*) Copy sample config file to /etc/dovecot/:<br /></p><div class="codebox"><pre><code># cp /root/dovecot2.conf /etc/dovecot/dovecot.conf
# chown root:root /etc/dovecot/dovecot.conf
# chmod 0664 /etc/dovecot/dovecot.conf</code></pre></div><p>*) Restore backup files to /etc/dovecot/. Again, copy files with &#039;-p&#039; option to keep file owner and permission.<br /></p><div class="codebox"><pre><code># cp -p /root/dovecot-backup/dovecot-* /etc/dovecot/</code></pre></div><p>*) It&#039;s now ok to restart Dovecot service and testing:<br /></p><div class="codebox"><pre><code># /etc/init.d/dovecot restart</code></pre></div><p>Dovecot logs to /var/log/dovecot.log by default, so please send some testing emails and make sure no error occur.</p><h5>After upgrading</h5><p>[+] You may want to move /etc/dovecot*.conf (used by Dovecot-1.x) to another place to avoid confusion.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 21 Feb 2013 04:07:35 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4493-the-easiest-way-to-upgrade-dovecot-1x-to-20-on-rhelcentos-5-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[New password schemes support in iRedAdmin: SSHA, SSHA512.]]></title>
			<link>http://www.iredmail.org/forum/topic4220-new-password-schemes-support-in-iredadmin-ssha-ssha512-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>New release of iRedAdmin (both open source edition and iRedAdmin-Pro) supports two new password schemes for MySQL and PostgreSQL backends: SSHA, SSHA512. Currently, MD5 is the default password scheme for MySQL/PostgreSQL backends (SSHA for OpenLDAP) in iRedMail. You can set <span style="color: blue">SQL_DEFAULT_PASSWD_SCHEME = &#039;SSHA512&#039;</span> in iRedAdmin config file (libs/settings.py or libs/settings_local.py (recommended)) so that new users&#039; passwords will be hashed with SSHA512.</p><p>Sample passwords:<br /></p><ul><li><p>SSHA: {SSHA}bfxqKqOOKODJw/bGqMo54f9Q/iOvQoftOQrqWA==</p></li><li><p>SSHA512: {SSHA512}FxgXDhBVYmTqoboW+ibyyzPv/wGG7y4VJtuHWrx+wfqrs/lIH2Qxn2eA0jygXtBhMvRi7GNFmL++6aAZ0kXpcy1fxag=</p></li></ul><p>Notes:<br /></p><ul><li><p>SSHA512 requires Dovecot-2.0 (or later) and Python-2.5 (or later).</p></li><li><p>SSHA512 requires more CPU from your server, which means it will slightly (maybe huge, depends on how many active users you are serving) slow down user authentication (IMAP/POP3/SMTP authentication).</p></li></ul><p>References:<br /></p><ul><li><p>Reasons why SHA512 is superior to MD5: <a href="http://stackoverflow.com/questions/2117732/reasons-why-sha512-is-superior-to-md5">http://stackoverflow.com/questions/2117 … ior-to-md5</a></p></li><li><p>Dovecot password schemes: <a href="http://wiki2.dovecot.org/Authentication/PasswordSchemes">http://wiki2.dovecot.org/Authentication/PasswordSchemes</a></p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 28 Nov 2012 15:04:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4220-new-password-schemes-support-in-iredadmin-ssha-ssha512-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.8.3 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic4016-iredmail083-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedMail-0.8.3 has been released. This small bug fix release fixes a critical issue on RHEL/CentOS/Scientific Linux 6.<br /></p><ul><li><p>Upgrade tutorial is <a href="http://www.iredmail.org/doc.html#upgrade_tutorial">available here</a>.</p></li><li><p><a href="http://www.iredmail.org/download.html">Download now</a> for a new installation</p></li></ul><h5>Drop support for some Linux/BSD releases</h5><ul><li><p>FreeBSD 8.x. Please use FreeBSD 9.x instead.</p></li><li><p>Ubuntu 10.04 (lucid). Please use 12.04 (precise) instead.</p></li><li><p>openSUSE 12.1 (asparagus). Please use 12.2 (mantis) instead.</p></li></ul><h5>New features</h5><ul><li><p>It now works on Ubuntu 12.10 (quantal). Tested with Ubuntu 12.10 beta2.</p></li><li><p>Dovecot will send an email to postmaster@ if user&#039;s mailbox is larger than or equal to 95% full.</p></li></ul><h5>It also fixes some issues:</h5><ul><li><p>Critical issue on RHEL/CentOS/Scientific Linux 6: Cron job will delete Amavisd DKIM file, caused by incorrect quarantine path used in &quot;find&quot; command.</p></li><li><p>Incorrect SQL table name in Cluebringer httpd config file.</p></li><li><p>amavisLocal=true should be amavisLocal=TRUE (upper cases) in tools/create_mail_user_OpenLDAP.sh. Thanks soxgoon @https://bitbucket.org/ (issue #6)</p></li></ul><h5>Package update:</h5><ul><li><p>Roundcube webmail -&gt; 0.8.2</p></li><li><p>iRedAdmin (open source edition) -&gt; 0.2</p></li><li><p>phpMyAdmin -&gt; 3.5.3</p></li></ul><p>Please reply below to share your feature requests, feedback. <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>Sat, 13 Oct 2012 06:03:43 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic4016-iredmail083-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-PGSQL-1.1.1 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic3988-iredadminpropgsql111-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedAdmin-Pro-PGSQL-1.1.1 (<em>AKA iRedAdmin-Pro for PostgreSQL backend</em>) is now available for your upgrading and purchasing. It addresses a bug and updates two translations.</p><h5>Fixed bug</h5><ul><li><p>Normal users will be listed in Admins page.</p></li></ul><h5>Updated translations</h5><ul><li><p>German translation (de_DE). Thanks &quot;Sascha Wolski | cognitics GmbH&quot; &lt;wolski _at_ cognitics.de&gt;.</p></li><li><p>Brazilian (pt_BR). Thanks &quot;Julio C. Oliveira&quot; &lt;julioc _at_ paranet.com.br&gt;.</p></li></ul><h5>Download the latest iRedAdmin-Pro</h5><p>All customers can get download link with below steps if you have iRedAdmin-Pro-PGSQL-1.0 installed:</p><ul><li><p>Login to iRedAdmin-Pro as global admin</p></li><li><p>Click &quot;License&quot; on the top-right corner, it will show you basic license info and a &quot;Download&quot; button if new version is available for upgrading.</p></li></ul><p>If you&#039;re running older release, please mail to <span style="color: blue"><em>support @ iredmail.org</em></span> to get download link of the latest release.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 07 Oct 2012 13:00:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic3988-iredadminpropgsql111-has-been-released-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-MySQL-1.5.1 has been released.]]></title>
			<link>http://www.iredmail.org/forum/topic3987-iredadminpromysql151-has-been-released-new-posts.html</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedAdmin-Pro-MySQL-1.5.1 (<em>AKA iRedAdmin-Pro for MySQL backend</em>) is now available for your upgrading and purchasing. It addresses a bug and updates two translations.</p><h5>Fixed bug</h5><ul><li><p>Normal users will be listed in Admins page.</p></li></ul><h5>Updated translations</h5><ul><li><p>German translation (de_DE). Thanks &quot;Sascha Wolski | cognitics GmbH&quot; &lt;wolski _at_ cognitics.de&gt;.</p></li><li><p>Brazilian (pt_BR). Thanks &quot;Julio C. Oliveira&quot; &lt;julioc _at_ paranet.com.br&gt;.</p></li></ul><h5>Download the latest iRedAdmin-Pro</h5><p>All customers can get download link with below steps if you have iRedAdmin-Pro-MySQL-1.4.0 installed:</p><ul><li><p>Login to iRedAdmin-Pro as global admin</p></li><li><p>Click &quot;License&quot; on the top-right corner, it will show you basic license info and a &quot;Download&quot; button if new version is available for upgrading.</p></li></ul><p>If you&#039;re running older release, please mail to <span style="color: blue"><em>support @ iredmail.org</em></span> to get download link of the latest release.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 07 Oct 2012 12:57:51 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic3987-iredadminpromysql151-has-been-released-new-posts.html</guid>
		</item>
	</channel>
</rss>
