1

Topic: iRedMail-0.8.2 has been released.

Dear all,

iRedMail-0.8.2 bugfix release has been released.

Highlight changes since iRedMail-0.8.1
  • It now works on openSUSE-12.2 with all 3 backends available.

  • Drop support for Ubuntu-11.10 (oneiric).

  • It now works well with FreeBSD Jail (sysutils/ezjail). Tutorial is available here: http://www.iredmail.org/wiki/index.php? … eeBSD.Jail

  • With the latest iRedAdmin, you can now mark mail user as domain admin. It requires 3 new columns in MySQL/PGSQL database (vmail.mailbox): isadmin, isglobaladmin, language. For OpenLDAP, you have to update to the latest LDAP scheme.

  • [PGSQL] Add shell script to backup PostgreSQL databases in cron. Script is /var/vmail/backup/backup_pgsql.sh, backup directory is /var/vmail/backup/pgsql/ by default.

  • [LDAP] Allow to use LDAP attribute shadowAddress for mail list account. Thanks chrisjrob <cjr _at_ tridentgarages.co.uk> for the report.

  • [LDAP] Add checkpoint setting in OpenLDAP for data recovery, used to define the time between BDB checkpoint operations. Default is whenever 128kb data bytes written or 5 minutes has elapsed whichever occurs first.

  • Rotate Dovecot log files on OpenBSD and FreeBSD.

It also fixes some issues:
  • Don't orerride default SpamAssassin score of SPF_PASS, SPF_FAIL. Thanks brandon <brandon _at_ brandonbianchi.com> and imknight <ian _at_ imknight.co.uk> for the feedback.

  • [LDAP] Incorrect maildir path while using Postfix built-in 'virtual' transport.

  • Incorrect log rotate setting of iRedAPD log file on FreeBSD. Thanks openbsdnoob <w-chi _at_ gmx.de> for the report.

Package update:
  • Roundcube webmail -> 0.8.1

  • iRedAdmin (open source edition) -> 0.1.9

  • phpMyAdmin -> 3.5.2.2

  • iRedAPD -> 1.3.8

Draft plan for next iRedMail release: iRedMail-0.9.0
  • Drop support for Ubuntu 10.04 LTS, 11.10.

  • Drop support for openSUSE-12.1.

  • Improve iRedAPD: Merge src/iredapd.py and src/iredapd-rr.py, listen on only one port (7777).

Please reply below to share your feature requests, feedback. smile

----

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.8.2 has been released.

Thanks.. smile

3

Re: iRedMail-0.8.2 has been released.

can u tell me how do i perform catch all emails in free edition?

4

Re: iRedMail-0.8.2 has been released.

hebrew878 wrote:

can u tell me how do i perform catch all emails in free edition?

References:
- http://www.iredmail.org/wiki/index.php? … /Catch-all
- http://www.iredmail.org/wiki/index.php? … /Catch-all

It's better to post technical questions/issues in a new topic.

5

Re: iRedMail-0.8.2 has been released.

I have dovecot.sieve in my roundcubemail-0.7.2 config folder...do i need that too?

-rw-r--r--  1 apache apache  2912 Sep 22 09:28 db.inc.php
-rw-r--r--  1 root   root    2887 Aug 18 03:32 db.inc.php.dist
-rw-r-----  1 apache apache   283 Sep 22 09:39 dovecot.sieve
-rw-r--r--  1 root   root      31 Aug 18 03:32 .htaccess
-rw-r--r--  1 apache apache 38774 Sep 22 11:17 main.inc.php
-rw-r--r--  1 root   root   35827 Aug 18 03:32 main.inc.php.dist
-rw-r--r--  1 root   root    2451 Aug 18 03:32 mimetypes.php

PS: I am having problem upgrading the new roundcubemail main.inc.php and db.inc.php...but a simple command that compare the old config files can help a lot...double check the config.diff to see the different and amend your new config accordingly smile

diff -u oldconfig newconfig > config.diff

6 (edited by gondim 2012-09-23 09:10:14)

Re: iRedMail-0.8.2 has been released.

Hi. Problem with upgrading iredapd from 1.3.6 for 1.3.8. When starting service:
I'm using FreeBSD 9 amd64 and iRedMail 0.8.1.

root@zeus:/opt# /usr/local/etc/rc.d/iredapd start
Starting iredapd ...
Traceback (most recent call last):
  File "/opt/iredapd/src/iredapd.py", line 37, in <module>
    plugins = cfg.get('sql', 'plugins', '')
  File "/usr/local/lib/python2.6/ConfigParser.py", line 532, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'sql'

7

Re: iRedMail-0.8.2 has been released.

I resolved change section [mysql] for [sql] in iredapd.ini.  smile

8

Re: iRedMail-0.8.2 has been released.

hata_ph wrote:

I have dovecot.sieve in my roundcubemail-0.7.2 config folder...do i need that too?

It's used in plugins/managesieve/config.inc.php. If you need roundcube plugin "managesieve", then it's strongly recommended to copy it.

9

Re: iRedMail-0.8.2 has been released.

Hello Zhang.

I saw the tutorial on the freebsd jail ( http://www.iredmail.org/wiki/index.php? … eeBSD.Jail ),
but it is still a draft.
Do you have any estimate of when we can use this tutorial?

Thank you.

10

Re: iRedMail-0.8.2 has been released.

Hi Jorge,

You can use it now. I tested it many times with VMware, let me know if it doesn't work for you.

11

Re: iRedMail-0.8.2 has been released.

Hi Zhang.

I'll try it on a real server with valid ip's and post to you later.
Iredmail is incredible.

Thanks a lot.

12

Re: iRedMail-0.8.2 has been released.

Hi Zang. Please update upgrade tutorial with info at post number 6 of this thread. I encountered the same error upgrading to 0.8.2 with MySql back-end.

Thanks gondim.

13

Re: iRedMail-0.8.2 has been released.

Hi Emidio,

Updated, mentioned in upgrade tutorial:

Important Notes:

* There's a section named "[mysql]" in iRedAPD config files if you're running old version, it was renamed to [sql] in new release.

Thanks for your report.