http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc1.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc1.tar.gz.sig
I think it's time to get v1.2.0 out soon. Shared mailbox code is beginning to look like it's working and other features should work fine also. I don't really see any reasons to delay it, so please start testing and let's get the last bugs found and fixed quickly.
I'm also going to start v1.3 branch soon with configuration rewrite and multi-dbox support.
Changes since beta4:
- Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft)
- When a process is killed, show the signal code and the sending process's pid and uid.
- quota-fs: Added support for NFS group quota.
- Several fixes to shared mailboxes and ACLs
- Removed umask setting. We're nowadays creating practically all files with proper umasks.
- acl: Dropped default ACL cache timeout from 5 minutes to 30 seconds.
- fts-solr fixes
- virtual mailbox fixes
- Write to main index file less often.
I got the following error when compiling 1.2rc1.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-dict -I../../../src/lib-index -I../../../src/lib-mail
-I../../../src/lib-storage -I../../../src/lib-storage/index
-I../../../src/lib-storage/index/maildir -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -MT
quota-count.lo -MD -MP -MF .deps/quota-count.Tpo -c quota-count.c -o
quota-count.o >/dev/null 2>&1
mv -f .deps/quota-count.Tpo .deps/quota-count.Plo
make[4]: *** No rule to make target rquota.x', needed by
rquota.h'. Stop.
make[4]: Leaving directory /usr/local/src/dovecot-1.2.rc1/src/plugins/quota' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
/usr/local/src/dovecot-1.2.rc1/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /usr/local/src/dovecot-1.2.rc1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/usr/local/src/dovecot-1.2.rc1'
make: *** [all] Error 2
This is on a Debian Testing machine.
Jeff