http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sig As promised. No changes since v1.2.rc8 (except packaged in OS X, since CentOS 5 autotools didn't add support for configure --docdir). Below are the largest changes since v1.1: * When creating files or directories to mailboxes, Dovecot now uses the mailbox directory's permissions and GID for them. Previous versions simply used 0600 mode always. For backwards compatibility dovecot-shared file's permissions still override these with Maildir. * SQL dictionary (quota) configuration file is different than in v1.1. See doc/dovecot-dict-sql-example.conf for the new format. * deliver -m: Mailbox name is now assumed to be in UTF-8 format, not modified-UTF7. Stephan Bosch's new Sieve implementation also assumes UTF-8 format in fileinto parameters. + Full support for shared mailboxes and IMAP ACL extension. The code is mainly from Sascha Wilde and Bernhard Herzog. + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH, ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH. + SEARCH supports INTHREAD search key, but the rest of the INTHREAD draft isn't implemented yet so it's not advertised in capability. + THREAD REFS algorithm where threads are sorted by their latest message instead of the thread root message. There is also no base subject merging. + IMAP: Implemented imap-response-codes draft. + Thread indexes for optimizing IMAP THREAD command and INTHREAD search key. + Added userdb checkpassword (by Sascha Wilde) + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual + Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate + Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
On Jul 1, 2009, at 10:02 PM, Timo Sirainen wrote:> http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sigI'm going to sleep now. Try not to find horrible release mistake bugs in the next few hours ;)
> http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sig > > As promised. No changes since v1.2.rc8 (except packaged in OS X, since > CentOS 5 autotools didn't add support for configure --docdir). >Congratulation! Is gssapi auth problem fixed in this version or not yet? Regards, Michal Hlavinka
Timo Sirainen wrote:> http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sigIt is so great news! Can`t wait for FreeBSD port upgrade. -- Best regards, Proskurin Kirill
Sorry to ask again, but what's the status of the ManageSieve patch for 1.2? The rc5 version doesn't work and I would like to get 1.2 into pkgsrc.
> http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sig > > As promised. No changes since v1.2.rc8 (except packaged in OS X, since > CentOS 5 autotools didn't add support for configure --docdir).download page suggest using new dovecot sieve plugin. It's version 0.1.6 so I wonder how much stable and feature complete it is comparing to the old sieve plugin? Which one is better and why? Regards, Michal Hlavinka
On Thu, Jul 2, 2009 at 12:45 AM, Timo Sirainen<tss at iki.fi> wrote:> On Jul 2, 2009, at 6:40 AM, alexus wrote: > >> Jul ?2 00:36:09 mx1 dovecot: Dovecot v1.2.0 starting up >> Jul ?2 00:36:09 mx1 dovecot: auth(default): Fatal: passdb vpopmail: >> Unknown setting: vpopmail > > dovecot -n output? > >-bash-3.2# ./src/master/dovecot -n # 1.2.0: /usr/local/etc/dovecot.conf # OS: FreeBSD 7.2-RELEASE-p1 amd64 protocols: imap imaps pop3 pop3s ssl_cert_file: /usr/local/etc/ssl/certs/dovecot.pem ssl_key_file: /usr/local/etc/ssl/private/dovecot.pem disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login first_valid_uid: 89 last_valid_uid: 89 mail_uid: 89 mail_gid: 89 mail_location: maildir:~vpopmail/domains/%d/%n/Maildir/ mail_debug: yes mail_executable(default): /usr/local/libexec/dovecot/imap mail_executable(imap): /usr/local/libexec/dovecot/imap mail_executable(pop3): /usr/local/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/local/lib/dovecot/imap mail_plugin_dir(imap): /usr/local/lib/dovecot/imap mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3 auth default: mechanisms: plain login digest-md5 cram-md5 cache_size: 1024 debug: yes debug_passwords: yes passdb: driver: vpopmail args: cache_key=%u vpopmail -bash-3.2# -- http://alexus.org/
On Jul 2, 2009, at 2:27 PM, alexus wrote:> passdb: > driver: vpopmail > args: cache_key=%u vpopmailRemove "vpopmail" from args. v1.1 ignored it, v1.2 gives error messages about unknown settings
my point was: why waiting 2.0 ? why not doing it in 1.2 ? Charles Marcus wrote:> On 7/2/2009, Joan (jom at grosjo.net) wrote: > >> managesieve works fine for me on 1.2.0 >> >> However >> -> it would be however a nice idea to include the patch of ManageSieve directly into the branch 1.2 of dovecot. >> > > This is getting to be an FAQ (asked and answered in the archives)... > > The patch will no longer be needed for 2.0, but Sieve/Managesieve > support will still be a separate package... > >
On 7/4/2009 9:27 AM, Joan Moreau wrote:>>> -> it would be however a nice idea to include the patch of >>> ManageSieve directly into the branch 1.2 of dovecot.>> This is getting to be an FAQ (asked and answered in the archives)... >> >> The patch will no longer be needed for 2.0, but Sieve/Managesieve >> support will still be a separate package...> my point was: > why waiting 2.0 ? why not doing it in 1.2 ?Because it is a major rewrite... -- Best regards, Charles