1

Topic: iRedMail-0.7.0 stable release is now available for production use.

Hi, all.

I'm proud to announce that iRedMail-0.7.0 stable release is now available for production use. We'd like to hear from you, please don't hesitate to tell us what you expect to be achieved in iRedMail-0.8.0: Wishlist for iRedMail-0.8.0.

iRedMail-0.7.0 brings many improvements, below are some highlights. Please refer to Release Notes of iRedMail-0.7.0 for more detail.

  • iRedMail now works on openSUSE 11.3 & 11.4, Debian 6.x (Squeeze).

  • Store realtime quota usage in MySQL with Dovecot. It's easy to show realtime quota usage if you have own admin panel.

  • Integrate MySQL in Amavisd. With this integration, Amavisd will log mail address of sender/recipient, mail subject, size in MySQL, quarantine SPAM and VIRUS mails in MySQL.

  • Auto create default IMAP folders (Sent/Drafts/Trash/Junk) with dovecot plugin: autocreate.

  • Roundcube will now save date of password last change.

  • New backup scripts: tools/backup_openldap.sh, tools/backup_mysql.sh. Reference: http://www.iredmail.org/wiki/index.php? … FAQ/Backup

  • MySQL backend special:

    • Check domain status in dovecot/postfix SQL lookup.

    • Catch-all account now works as expected.

    • Enable iRedAPD for mail deliver restriction of alias account.

    • Improve backup mx support with MySQL backend. Thanks tiangangnet@bbs

  • OpenLDAP backend special:

    • Alias domain support for catchall account.

    • Mailbox sharing now works as expected. Disabled by default. Thanks alexp@forum for testing and fixes.

    • Bypass user alias (shadowAddress) in postfix sender login check (smtpd_sender_login_maps).

    • Make mail list of alias domain work. Thanks for Andrea Di Dato's feedback and testing.

Links:

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iRedMail-0.7.0 stable release is now available for production use.

that's a greate news.
does policyd work with mysql backend ?

Regards

3

Re: iRedMail-0.7.0 stable release is now available for production use.

bulend wrote:

does policyd work with mysql backend ?

Yes.

4

Re: iRedMail-0.7.0 stable release is now available for production use.

Hi!  Congratulations!! big_smile

Thanks for new version with debian squeeze support.  smile

I founded 2 bugs in upgrade howto:

http://www.iredmail.org/wiki/index.php? … .6.1-0.7.0

In /etc/postfix/mysql_domain_alias_maps.cf:

query       = SELECT alias.goto FROM alias,alias_domain,domain WHERE alias_domain.alias_domain='%d' AND alias.address=CONCAT('%u', '@',     alias_domain.target_domain) AND alias_domain.target_domain=domain.domain AND alias.active=1 AND alias_domain.active=1 AND domain.backu    pmx=0

Exist an error on end of line. The correction is:

query       = SELECT alias.goto FROM alias,alias_domain,domain WHERE alias_domain.alias_domain='%d' AND alias.address=CONCAT('%u', '@',     alias_domain.target_domain) AND alias_domain.target_domain=domain.domain AND alias.active=1 AND alias_domain.active=1 AND domain.backupmx=0

Another error:

-- Table: domain_admins
ALTER TABLE  domain ADD INDEX (username);
ALTER TABLE  domain ADD INDEX (domain);
ALTER TABLE  domain ADD INDEX (active);

Change for:

-- Table: domain_admins
ALTER TABLE  domain_admins ADD INDEX (username);
ALTER TABLE  domain_admins ADD INDEX (domain);
ALTER TABLE  domain_admins ADD INDEX (active);

big_smile

5

Re: iRedMail-0.7.0 stable release is now available for production use.

gondim wrote:

I founded 2 bugs in upgrade howto:

Fixed. Thanks smile

6 (edited by Casa.it 2011-04-01 16:08:51)

Re: iRedMail-0.7.0 stable release is now available for production use.

Hi

I see the backup_ldap script in the new version of iRedMail, that use slapcat to backup the data, today I upgrade slapd package
and slapcat without parameter don't visualize nothing.
for run normal output of slapcat you must use -f /etc/ldap/slapd.conf

this for information.

Bye

Enrico

7

Re: iRedMail-0.7.0 stable release is now available for production use.

Casa.it wrote:

for run normal output of slapcat you must use -f /etc/ldap/slapd.conf

Fixed moment ago, thanks. smile
http://code.google.com/p/iredmail/sourc … 1833ab0b75

8

Re: iRedMail-0.7.0 stable release is now available for production use.

Hi!

Any idea howto upgrade from 0.7.0-beta6 to 0.7.0-stable?

9

Re: iRedMail-0.7.0 stable release is now available for production use.

FoggeR wrote:

Any idea howto upgrade from 0.7.0-beta6 to 0.7.0-stable?

Sorry, there's no upgrade tutorial available for beta/rc versions. You have to find related upgrade steps according to ChangeLog file.