<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[iRedMail - News & Announcements]]></title>
		<link>http://www.iredmail.org/forum/</link>
		<description><![CDATA[The most recent topics at iRedMail.]]></description>
		<lastBuildDate>Fri, 05 Mar 2010 08:01:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[What's new in iRedAdmin-Pro: External user as mail list member.]]></title>
			<link>http://www.iredmail.org/forum/topic682-whats-new-in-iredadminpro-external-user-as-mail-list-member-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>We&#039;ve improved iRedAdmin-Pro so that you can add external user as mail list member. Add external user as mail list moderator will come soon.</p><p><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_external.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_external.png" /></span></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Fri, 05 Mar 2010 08:01:17 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic682-whats-new-in-iredadminpro-external-user-as-mail-list-member-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[What's new in iRedMail: per-user Shadow Address in LDAP solution]]></title>
			<link>http://www.iredmail.org/forum/topic197-whats-new-in-iredmail-peruser-shadow-address-in-ldap-solution-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>As you may know, we added a new feature in LDAP solution: per-user Shadow Address.</p><p>Shadow address, hmm, a little confused. In Google App, it is called Nickname.</p><p>What does it used for?</p><p>User can have as many mail addresses as he want. He can use POP3/IMAP/SMTP services with either mail address with same password, and all mails sent to these addresses will be delivered to the same mailbox.</p><p>Let me explain the LDIF structure first:</p><p>For user www@example.com:<br /></p><div class="codebox"><pre><code>dn: mail=www@example.com,ou=Users,domainName=example.com,XXX
mail: www@example.com
shadowAddress: user01@example.com
shadowAddress: user02@example.com
shadowAddress: user03@example.com
userPassword: {SSHA}xxxxxxxx
storageBaseDirectory: /var/vmail/vmail01
mailMessageStore: example.com/w/ww/www/www-2009.08.26.11.16.25/</code></pre></div>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Wed, 03 Mar 2010 15:48:21 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic197-whats-new-in-iredmail-peruser-shadow-address-in-ldap-solution-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Security fix in Roundcube: Disable DNS prefetching. (CVE-2010-0464)]]></title>
			<link>http://www.iredmail.org/forum/topic673-security-fix-in-roundcube-disable-dns-prefetching-cve20100464-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><h5>Vulnerability description</h5><p>Roundcube 0.3.1 and earlier does not request that the web browser avoid DNS prefetching of domain names contained in e-mail messages, which makes it easier for remote attackers to determine the network location of the webmail user by logging DNS requests.</p><h5>References</h5><ul><li><p><a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-0464">http://web.nvd.nist.gov/view/vuln/detai &#133; -2010-0464</a></p></li><li><p><a href="http://trac.roundcube.net/changeset/3293">http://trac.roundcube.net/changeset/3293</a></p></li></ul><h5>Affected iRedMail versions</h5><ul><li><p>iRedMail-0.4.0 (Roundcube-0.2-stable)</p></li><li><p>iRedMail-0.5.0 (Roundcube-0.2.1)</p></li><li><p>iRedMail-0.5.1 (Roundcube-0.2.1)</p></li></ul><h5>Steps to fix it</h5><ul><li><p>Please confirm you are using Roundcube-0.2-stable, 0.2.1, 0.2.2 before we go further.</p></li><li><p>Download patch for roundcube-0.2-stable,&nbsp; 0.2.1:</p></li></ul><div class="codebox"><pre><code># cd /root
# wget http://iredmail.googlecode.com/hg/extra/patches/roundcube/roundcube-CVE-2010-0464.patch</code></pre></div><ul><li><p>Change current directory to roundcube installation directory and use patch command with &#039;--dry-run&#039; option to test patch.&nbsp; If command output doesn&#039;t show <span style="color: red"><strong>succeeded</strong></span>, please do <span style="color: red"><strong>NOT</strong></span> try further steps, and post a new topic in this forum.</p></li></ul><div class="codebox"><pre><code># ---- RHEL/CentOS ----
# cd /var/www/roundcubemail/

# ---- Debian/Ubuntu ----
# cd /usr/share/apache2/roundcubemail/

# ---- Test the patch ----
# patch --dry-run -p0 &lt; /root/roundcube-CVE-2010-0464.patch
patching file program/include/rcube_shared.inc
patching file program/steps/mail/get.inc
Hunk #1 succeeded at 43 (offset 1 line).
Hunk #2 succeeded at 59 (offset -9 lines).</code></pre></div><ul><li><p>Patch it</p></li></ul><div class="codebox"><pre><code># patch -p0 &lt; /root/roundcube-CVE-2010-0464.patch</code></pre></div><ul><li><p>(This step is NOT required but is recommended.) Restart Apache web server to make it work.</p></li></ul><div class="codebox"><pre><code># ---- On RHEL/CentOS ----
# /etc/init.d/httpd restart

# ---- On Debian/Ubuntu ----
# /etc/init.d/apache2 restart</code></pre></div>]]></description>
			<author><![CDATA[no-reply@iredmail.org (hoho)]]></author>
			<pubDate>Tue, 02 Mar 2010 02:39:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic673-security-fix-in-roundcube-disable-dns-prefetching-cve20100464-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.6.0-beta3 release, better support for FreeBSD.]]></title>
			<link>http://www.iredmail.org/forum/topic611-iredmail060beta3-release-better-support-for-freebsd-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>iRedMail-0.6.0-beta3 is available for testing (and here is <a href="http://www.iredmail.org/forum/topic502-iredmail060beta1-release-works-on-freebsd.html">0.6.0-beta1 release note</a>), download now:<br /></p><ul><li><p>Download: <a href="http://code.google.com/p/iredmail/downloads/list">http://code.google.com/p/iredmail/downloads/list</a></p></li></ul><p>Major changes since 0.6.0-beta1:</p><ul><li><p>Better support for FreeBSD 7.2 &amp; 8.0 -release with the newest ports tree, supports both i386 &amp; x86_64/amd64. Here is <a href="http://code.google.com/p/iredmail/wiki/Installation_on_FreeBSD">installation guide</a>.</p></li><li><p>Use yum to install packages on RHEL/CentOS, not necessary to download all binary packages now.</p></li><li><p>Software update:<br /></p><ul><li><p>phpLDAPadmin -&gt; 1.2.0.5</p></li><li><p>iRedAPD -&gt; 1.2.1 (Postfix policy daemon, used to restrict mail list access.)</p></li><li><p>iRedAdmin (Open Source Edition) -&gt; 0.1.2 (No new features, but new translations)</p></li></ul></li></ul><p><strong>Note: This is a beta version, it&#039;s NOT recommended for product use.</strong></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Thu, 25 Feb 2010 00:00:02 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic611-iredmail060beta3-release-better-support-for-freebsd-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[[ANN] iRedAPD-1.2.3 released: Postfix Policy Daemon, supports plugins.]]></title>
			<link>http://www.iredmail.org/forum/topic602-ann-iredapd123-released-postfix-policy-daemon-supports-plugins-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>iRedAPD-1.2.3 is available for download now.<br /></p><ul><li><p>Download: <a href="http://www.iredmail.org/download.html#iredapd">http://www.iredmail.org/download.html#iredapd</a></p></li><li><p>Installation Guide: <a href="http://www.iredmail.org/iredapd_installation.html">http://www.iredmail.org/iredapd_installation.html</a></p></li></ul><p>This is a rewritten version, it now supports plugins.</p><p>There&#039;re two plugins available now:<br /></p><ul><li><p><strong>maillist_access_policy</strong>: Mail list access policy management. Enabled by default.</p></li><li><p><strong>block_amavisd_blacklisted_senders</strong>: Block blacklisted senders which defined in amavisd related LDAP attributes. This is a sample plugin, but it works as expected.</p></li></ul><p><strong>Summary</strong></p><p>iRedAPD is designed to work in conjunction with Postfix as an Access Policy Delegation daemon, with plugin support. Currently, it works with only OpenLDAP, but is easy to make it support MySQL with plugins.</p><p><strong>Requirements</strong><br /></p><ul><li><p><strong>iRedMail &gt;= 0.5.0, OpenLDAP backend.</strong></p></li><li><p>Python &gt;= 2.4, core programming language.</p></li><li><p>Python-LDAP &gt;= 2.3.7. An object-oriented API to access LDAP directory servers from Python programs.</p></li></ul><p><strong>Available access policy levels</strong><br />There&#039;re four default policy rules for mail list:<br /></p><ul><li><p><strong>Public</strong>. Email is unrestricted, which means everyone can mail to this mail list.</p></li><li><p><strong>Domain Wide</strong>. Email is restricted to users under same domain.</p></li><li><p><strong>Members</strong>. Email is restricted to list members only.</p></li><li><p><strong>Announcement</strong>. Email is restricted to moderators only.</p></li></ul><p>Demo is available in our demo site: <a href="http://www.iredmail.org/admin_demo.html">http://www.iredmail.org/admin_demo.html</a><br /><strong>Note</strong>:<br /></p><ul><li><p>Please choose &#039;iRedAdmin Full-Featured Edition (Development version)&#039;.</p></li><li><p>Domain &#039;demo.iredmail.org&#039; has correct MX setting, you can use it to test mail list restrictions.</p></li></ul><p>Screenshots:</p><p>Manage mail list access policy level:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" /></span></p><p>Manage mail list members:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" /></span></p><p>Manage mail list moderators:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" /></span></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Wed, 24 Feb 2010 03:15:52 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic602-ann-iredapd123-released-postfix-policy-daemon-supports-plugins-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin-Pro-1.1.0 is available for upgrading and purchasing. $99.]]></title>
			<link>http://www.iredmail.org/forum/topic616-iredadminpro110-is-available-for-upgrading-and-purchasing-99-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>iRedAdmin-Pro-1.1.0 released.</p><ul><li><p>Users purchased before will received an email which contains source code for upgrading. Here is <a href="http://www.iredmail.org/forum/topic615-how-to-upgrade-iredadmin10x-to-v110.html">upgrade tutorial</a> (Need privilege to access our private forum).</p></li><li><p>New users can purchase it at <span style="color: red"><strong>$99</strong></span> per server.</p></li></ul><h5>We want to hear from you, feedback is the key to our serving you and to our making this admin panel better. Reply this topic or <a href="http://www.iredmail.org/contact.html">mail us</a>.</h5><h5>Major changes since iRedAdmin-1.0.2</h5><ul><li><p>Fixed: Don&#039;t allow to add invalid domain name (top-level domain name longer than 4 characters).</p></li><li><p>New: Ability to set per-domain and per-user relay settings. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/domain_profile_relay.png">Screenshot</a>, <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/user_profile_relay.png">Screenshot</a></p></li><li><p>New: Ability to manage mail list access policy level and moderators. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png">Screenshot</a></p></li><li><p>New: Log most of admin operations in SQL database and allow to view log filtered by event type, domain name, admin name. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/system_admin_log.png">Screenshot</a></p></li><li><p>New: It now will check new version after Global Admin login success. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/dashboard.png">Screenshot</a></p></li><li><p>New: Allow to switch language in login page. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/login.png">Screenshot</a></p></li><li><p>New: Ability to manage per-domain disclaimer. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/domain_profile_disclaimer.png">Screenshot</a></p></li><li><p>New: Ability to change user maildir. <a href="http://iredmail.googlecode.com/hg/screenshots/iredadmin/user_profile_maildir.png">Screenshot</a></p></li><li><p>New: Starting amavisd-new integration. Add &#039;objectClass=amavisAccount&#039; in mail user by default.</p></li><li><p>New translations:<br /></p><ul><li><p>de_DE (Deutsch) in work. Thanks Bronko (caparcona &lt;at&gt; web.de).</p></li><li><p>hu_HU (Hungarian). Thanks zolikusz@gmail.</p></li><li><p>zh_TW translation. Converted from zh_CN directly.</p></li><li><p>es_ES translation. Thanks yrjc2004@gmail.</p></li></ul></li></ul><h5>TODO list in iRedAdmin-1.2.0</h5><p>Below is MUST implemented features, of course we will add other cool new features in v1.2.0. Don&#039;t forget to feedback. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><ul><li><p>Ability to add external email addresses as mail list member or moderator.</p></li><li><p>Aassign new user to a specified mail list automatically. This will be a per-domain setting, each domain can specify its own &#039;all@&#039; mail address.</p></li></ul>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Tue, 09 Feb 2010 02:37:40 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic616-iredadminpro110-is-available-for-upgrading-and-purchasing-99-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Call for translators: iRedAdmin-1.1.0 translation]]></title>
			<link>http://www.iredmail.org/forum/topic606-call-for-translators-iredadmin110-translation-new-posts.html</link>
			<description><![CDATA[<p>hi, all.</p><p>As you may know, iRedAdmin-1.1.0 is coming, and we need your help to translate it, so that you can use iRedAdmin in your local language.</p><p>PO file is available for download here: <a href="http://iredmail.googlecode.com/hg/extra/iredadmin-i18n/">http://iredmail.googlecode.com/hg/extra/iredadmin-i18n/</a></p><p>You need to translate items in <strong>iredadmin-i18n/iredmail.po</strong> for a new language, or edit exist PO files to update them. Save them in UTF-8 and mail them to me (michaelbibby &lt;at&gt; gmail.com).</p><p>Big thanks for your contribution. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (Bronko)]]></author>
			<pubDate>Fri, 05 Feb 2010 20:38:27 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic606-call-for-translators-iredadmin110-translation-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[What's new in iRedAPD: It now supports plugins.]]></title>
			<link>http://www.iredmail.org/forum/topic586-whats-new-in-iredapd-it-now-supports-plugins-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>Just want to let you know, iRedAPD now supports plugins.</p><ul><li><p>Related code changeset: <a href="http://code.google.com/p/iredmail/source/detail?r=4332627b6cdfbb13159a3791b41412fd9faf0a64&amp;repo=iredapd">http://code.google.com/p/iredmail/sourc &#133; po=iredapd</a></p></li></ul><p>There&#039;re two plugins available now:<br /></p><ul><li><p>maillist_access_policy: Mail list access policy management. Enabled by default.</p></li><li><p>block_amavisd_blacklisted_senders: Block blacklisted senders which defined in amavisd related LDAP attributes. This is a sample plugin, but it works as expected.</p></li></ul><p>Try to read python source code of these two plugins, and then you will find that it&#039;s easy to write a plugin for iRedAPD.</p><p>Enjoy <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Thu, 28 Jan 2010 08:10:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic586-whats-new-in-iredapd-it-now-supports-plugins-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Fixed in 0.5.1: Incorrect crontab job of vmail user.]]></title>
			<link>http://www.iredmail.org/forum/topic418-fixed-in-051-incorrect-crontab-job-of-vmail-user-new-posts.html</link>
			<description><![CDATA[<p>This post is used to fix bug in iRedMail. if it doesn&#039;t work for you, please post a new topic in <a href="http://www.iredmail.org/forum/forum2-iredmail-general-technical-support.html">iRedMail General Technical Support</a> forum.<br />=================</p><p><strong>Abstract:</strong><br />- There will be a file permission error if you enable below crontab job (it&#039;s disabled by default) of vmail user:<br /></p><div class="codebox"><pre><code>#1   5   *   *   *   find /var/virusmails -ctime +30 | xargs rm -rf {}</code></pre></div><p>We&#039;d like to thank <a href="http://www.iredmail.org/forum/user568.html">jbou</a> for <a href="http://www.iredmail.org/forum/topic417-bad-permisions-in-vmail-cron.html">his report</a>. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><strong>Affected versions:</strong></p><p>- iRedMail-0.5.1<br />- iRedMail-0.5.0<br />- iRedOS-0.5.0</p><p><strong>Steps to fix it:</strong><br /></p><ul><li><p>Add same cron job of amavis user.</p></li></ul><div class="codebox"><pre><code># ---- Run below command in terminal ----
# sudo crontab -e -u amavis

# ---- RHEL/CentOS ----
1   5   *   *   *   find /var/virusmails -ctime +30 | xargs rm -rf {}

# ---- Debian/Ubuntu ----
1   5   *   *   *   find /var/lib/amavis/virusmails -ctime +30 | xargs rm -rf {}</code></pre></div><p>If you don&#039;t want to enable it, just prepend &#039;#&#039; in this line to comment it.</p><ul><li><p>Comment out or delete this cron job of vmail user.</p></li></ul><div class="codebox"><pre><code># ---- Run below command in terminal ----
# sudo crontab -e -u vmail</code></pre></div>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Sat, 23 Jan 2010 15:03:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic418-fixed-in-051-incorrect-crontab-job-of-vmail-user-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[What's new in iRedAdmin-v1.1: View status of mail related services]]></title>
			<link>http://www.iredmail.org/forum/topic516-whats-new-in-iredadminv11-view-status-of-mail-related-services-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>Just want to let you know, we can <strong>VIEW</strong> status of mail related services in iRedAdmin now.<br />But no plan to control (start/stop/restart) these services in iRedAdmin yet. What&#039;s your opinion? Please let me know. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><strong>-----<br />Update:<br />- 2009-12-31: This feature is disabled now, because Debian/Ubuntu&#039;s RC scripts don&#039;t support &#039;status&#039;.<br />-----</strong></p><p>Screenshot:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/system_srvstatus.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/system_srvstatus.png" /></span></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Wed, 20 Jan 2010 03:18:15 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic516-whats-new-in-iredadminv11-view-status-of-mail-related-services-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Emergency: Update ClamAV to 0.95.3 to fix Exploit.PDF-9669 issue ASAP]]></title>
			<link>http://www.iredmail.org/forum/topic541-emergency-update-clamav-to-0953-to-fix-exploitpdf9669-issue-asap-new-posts.html</link>
			<description><![CDATA[<div class="codebox"><pre><code>================= UPDATE ==================

- 2010-01-11 ClamAV fixed this issue in clamav database, so running &#039;freshclam&#039; to update clamav database should
             fix this issue too. But it&#039;s still strong recommend to update ClamAV to the lastest version.
- 2010-01-09 Fix incorrect apt-get command. Sorry :(</code></pre></div><p>Hi, all.</p><p>As you may already met, ClamAV will mark most of mails which composed in HTML format as &#039;<strong>Exploit.PDF-9669</strong>&#039; virus, this is an issue in ClamAV old version, it can be solved by update ClamAV to the lastest <strong>0.95.3</strong> version. So we suggest you update it <strong>AS SOON AS POSSIBLE</strong>.</p><p>All RHEL/CentOS users can update it via below command with iRedMail yum repository:<br /></p><div class="codebox"><pre><code># yum update clamav clamav-db clamd</code></pre></div><p>Debian/Ubuntu users can update it via apt-get (if no new version available, please push the package maintainers):<br /></p><div class="codebox"><pre><code># apt-get update
# apt-get upgrade clamav-freshclam clamav-daemon</code></pre></div><p>Big thanks to forum user <strong>hoho</strong> for his remind <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (yrjc2004)]]></author>
			<pubDate>Tue, 12 Jan 2010 15:27:31 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic541-emergency-update-clamav-to-0953-to-fix-exploitpdf9669-issue-asap-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAPD-1.1 (bug fix) released: Mail List Access Policy Daemon]]></title>
			<link>http://www.iredmail.org/forum/topic543-iredapd11-bug-fix-released-mail-list-access-policy-daemon-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>iRedAPD-1.1 is available for download now.<br /></p><ul><li><p>Download: <a href="http://www.iredmail.org/download.html#iredapd">http://www.iredmail.org/download.html#iredapd</a></p></li><li><p>Installation Guide: <a href="http://www.iredmail.org/iredapd_installation.html">http://www.iredmail.org/iredapd_installation.html</a></p></li></ul><p>This is a bug fix version, and i&#039;ve deployed it on a product server, works as expected.</p><p>Major changes since v1.0:<br /></p><div class="codebox"><pre><code>    - Fixed: return moderator list instead of the first one.
    - Fixed: remove accountStatus and enabledService in filter.
      mail list doesn&#039;t use it.
    - LDAP related attribute names and filters are now configureable.</code></pre></div><p><strong>Summary</strong></p><p>iRedAPD is a mailing list access manager which uses LDAP to check for user&#039;s rights to post messages to mail list. It&#039;s designed to work in conjunction with Postfix as an Access Policy Delegation daemon.</p><p><strong>Requirements</strong><br /></p><ul><li><p><strong>iRedMail &gt;= 0.5.0, OpenLDAP backend.</strong></p></li><li><p>Python &gt;= 2.4, core programming language.</p></li><li><p>Python-LDAP &gt;= 2.3.7. An object-oriented API to access LDAP directory servers from Python programs.</p></li></ul><p><strong>Available access policy levels</strong><br />There&#039;re four default policy rules for mail list:<br /></p><ul><li><p><strong>Public</strong>. Email is unrestricted, which means everyone can mail to this mail list.</p></li><li><p><strong>Domain Wide</strong>. Email is restricted to users under same domain.</p></li><li><p><strong>Members</strong>. Email is restricted to list members only.</p></li><li><p><strong>Announcement</strong>. Email is restricted to moderators only.</p></li></ul><p>Demo is available in our demo site: <a href="http://www.iredmail.org/admin_demo.html">http://www.iredmail.org/admin_demo.html</a><br /><strong>Note</strong>:<br /></p><ul><li><p>Please choose &#039;iRedAdmin Full-Featured Edition (Development version)&#039;.</p></li><li><p>Domain &#039;demo.iredmail.org&#039; has correct MX setting, you can use it to test mail list restrictions.</p></li></ul><p>Screenshots:</p><p>Manage mail list access policy level:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" /></span></p><p>Manage mail list members:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" /></span></p><p>Manage mail list moderators:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" /></span></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Jan 2010 09:02:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic543-iredapd11-bug-fix-released-mail-list-access-policy-daemon-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.6.0-beta1 release, works on FreeBSD.]]></title>
			<link>http://www.iredmail.org/forum/topic502-iredmail060beta1-release-works-on-freebsd-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>iRedMail-0.6.0-beta1 is available for testing, download now:<br /></p><ul><li><p>Download: <a href="http://code.google.com/p/iredmail/downloads/list">http://code.google.com/p/iredmail/downloads/list</a></p></li></ul><p>Major changes since 0.5.1 stable release:</p><ul><li><p>Works on FreeBSD 7.2 &amp; 8.0 -release now, supports both i386 &amp; x86_64/amd64. Here is <a href="http://code.google.com/p/iredmail/wiki/Installation_on_FreeBSD">installation guide</a>.</p></li><li><p>Domain alias support in MySQL backend.</p></li><li><p>Software update:<br /></p><ul><li><p>Dovecot -&gt; 1.1.20</p></li><li><p>PostfixAdmin -&gt; 2.3, supports domain alias.</p></li><li><p>phpMyAdmin -&gt; 2.11.9.6</p></li><li><p>Roundcube webmail -&gt; 0.3.1. Plus managesieve, change password plugins.</p></li><li><p>ClamAV -&gt; 0.95.3</p></li></ul></li></ul><p><strong>Note: This is a beta version, it&#039;s NOT recommended for product use.</strong></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (minimike)]]></author>
			<pubDate>Sun, 10 Jan 2010 21:47:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic502-iredmail060beta1-release-works-on-freebsd-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedAPD-1.0 released: Mail List Access Policy Daemon]]></title>
			<link>http://www.iredmail.org/forum/topic530-iredapd10-released-mail-list-access-policy-daemon-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>As we promised, iRedAPD-1.0 released now.<br /></p><ul><li><p>Download: <a href="http://www.iredmail.org/download.html#iredapd">http://www.iredmail.org/download.html#iredapd</a></p></li><li><p>Installation Guide: <a href="http://www.iredmail.org/iredapd_installation.html">http://www.iredmail.org/iredapd_installation.html</a></p></li></ul><p><strong>Summary</strong></p><p>iRedAPD is a mailing list access manager which uses LDAP to check for user&#039;s rights to post messages to mail list. It&#039;s designed to work in conjunction with Postfix as an Access Policy Delegation daemon.</p><p><strong>Requirements</strong><br /></p><ul><li><p><strong>iRedMail &gt;= 0.5.0, OpenLDAP backend.</strong></p></li><li><p>Python &gt;= 2.4, core programming language.</p></li><li><p>Python-LDAP &gt;= 2.3.7. An object-oriented API to access LDAP directory servers from Python programs.</p></li></ul><p><strong>Available access policy levels</strong><br />There&#039;re four default policy rules for mail list:<br /></p><ul><li><p><strong>Public</strong>. Email is unrestricted, which means everyone can mail to this mail list.</p></li><li><p><strong>Domain Wide</strong>. Email is restricted to users under same domain.</p></li><li><p><strong>Members</strong>. Email is restricted to list members only.</p></li><li><p><strong>Announcement</strong>. Email is restricted to moderators only.</p></li></ul><p>Demo is available in our demo site: <a href="http://www.iredmail.org/admin_demo.html">http://www.iredmail.org/admin_demo.html</a><br /><strong>Note</strong>:<br /></p><ul><li><p>Please choose &#039;iRedAdmin Full-Featured Edition (Development version)&#039;.</p></li><li><p>Domain &#039;demo.iredmail.org&#039; has correct MX setting, you can use it to test mail list restrictions.</p></li></ul><p>Screenshots:</p><p>Manage mail list access policy level:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_general.png" /></span></p><p>Manage mail list members:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_members_current.png" /></span></p><p>Manage mail list moderators:<br /><span class="postimg"><img src="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" alt="http://iredmail.googlecode.com/hg/screenshots/iredadmin/maillist_profile_moderators_current.png" /></span></p>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Tue, 05 Jan 2010 02:06:46 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic530-iredapd10-released-mail-list-access-policy-daemon-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-0.5.1 released.]]></title>
			<link>http://www.iredmail.org/forum/topic381-iredmail051-released-new-posts.html</link>
			<description><![CDATA[<p>Hi, all.</p><p>Today (2009-11-01) is iRedMail birthday, it&#039;s 2 years old. </p><p>And I&#039;m pround to announce that iRedMail-0.5.1 is available for download now.</p><p>We hope iRedMail users can donate us or buy iRedAdmin for LDAP backend to support<br />iRedMail project, make it continue exist and keep moving.</p><ul><li><p>Download iRedMail: <a href="http://code.google.com/p/iredmail/downloads/list">http://code.google.com/p/iredmail/downloads/list</a></p></li><li><p>iRedAdmin - the official web-based admin panel - is available for purchase and download too: <a href="http://www.iredmail.org/forum/topic380.html">http://www.iredmail.org/forum/topic380.html</a></p></li><li><p>Upgrade tutorial is available too: <a href="http://www.iredmail.org/upgrade_050_051.html">http://www.iredmail.org/upgrade_050_051.html</a></p></li><li><p>iRedOS-0.5.1 will be available for download later.</p></li></ul><p>Major changes since 0.5.0:</p><h5>Fixed issues</h5><ul><li><p>Fix per-user sieve setting in dovecot. Thanks Emidio Reggiani and Caliban @forum.</p></li><li><p>Fix incorrect postfix setting which will cause mail forwarding and bcc invalid after upgrade to 2.5.</p></li><li><p>Fix incorrect syslog setting on Ubuntu 8.04 with OpenLDAP backend.</p></li><li><p>Add missing pkg: altermime for RHEL/CentOS (i386). Thanks to sdaniel@bbs.</p></li><li><p>Add missing service control in postfix ldap lookup table.</p></li></ul><p>For more detail, please refer to hotfix page:<br />- <a href="http://www.iredmail.org/hotfix-050.html">http://www.iredmail.org/hotfix-050.html</a></p><h5>New features</h5><ul><li><p>iRedAdmin integration (v0.1.1). It&#039;s easy to have yet another web-based admin panel now, optional component.</p></li><li><p>Add <a href="http://www.iredmail.org/forum/topic354-whats-new-in-iredmail-domain-alias-support-with-ldap-backend.html">domain alias support</a> with new ldap attribute: domainAliasName.</p></li><li><p>Ability to restrict POP3S &amp; IMAPS now.</p></li><li><p>Add script (tools/clear_iredmail.sh) to remove main components installed by iRedMail.</p></li><li><p>Add <a href="http://www.iredmail.org/forum/topic197-whats-new-in-iredmail-peruser-shadow-address-in-ldap-solution.html">per-user shadow address support</a> in LDAP backend, and it&#039;s allowed to login with shadow address.</p></li><li><p>Add external user support in build-in mail list, LDAP backend only.</p></li></ul><h5>Improvements</h5><ul><li><p>Performance improvement. Use postfix <a href="http://www.postfix.org/proxymap.8.html">proxymap(8)</a> to reduce server load under high load.</p></li><li><p>Increase ldap server-side sizelimit to 1000.</p></li><li><p>Enable mod_deflate in apache by default.</p></li><li><p>Remove three dialog pages in installation wizard. Installation is easier and more clear now.</p></li><li><p>Use random password for ldap admin dn: cn=vmailadmin.</p></li><li><p>Allow to use multiple identities.</p></li><li><p>Make iRedMail easier to be deployed on VPS without acl package.</p></li></ul><h5>Packages update/remove</h5><ul><li><p>Update dovecot to 1.1.19 on RHEL/CentOS.</p></li><li><p>Update dovecot to 1.1.16 on Debian 5, patched to fix security holes in CMU Sieve plugin. Reference: <a href="http://marc.info/?l=dovecot&amp;m=125288621404279&amp;w=2">http://marc.info/?l=dovecot&amp;m=12528 &#133; 79&amp;w=2</a> Thanks to lidaobing@gmail for binary package.</p></li><li><p>Update postfix to 2.5.9.</p></li><li><p>Remove php-eaccelerator. it will abort installation process when php-5.2+ already installed.</p></li></ul>]]></description>
			<author><![CDATA[no-reply@iredmail.org (ZhangHuangbin)]]></author>
			<pubDate>Wed, 30 Dec 2009 23:26:33 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic381-iredmail051-released-new-posts.html</guid>
		</item>
	</channel>
</rss>
