Re: [Dovecot] v1.0.0 released

2007-04-13 Thread Rich, Whidbey Telecom


On Apr 13, 2007, at 5:04 AM, Timo Sirainen wrote:


http://dovecot.org/releases/dovecot-1.0.0.tar.gz
http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig

It took almost 5 years, but it's finally ready. I'm not expecting to
release v1.0.1 anytime soon, unless someone's been sitting on a major
bug just waiting for v1.0 to be released. :)

People wanting new features should start testing the upcoming v1.1.
http://dovecot.org/nightly/ contains now snapshots from CVS HEAD. It
already has tons of new features. I've been using it myself for half a
year, so it should be mostly stable too. I'll write a separate mail
about this later.


It's fantastic!!!




smime.p7s
Description: S/MIME cryptographic signature


[Dovecot] Adding , S=size to new message files when using dirsize

2007-03-19 Thread Rich, Whidbey Telecom
When APPENDing new message files to an IMAP Maildir, Dovecot 1.0 rc27  
can be configured to add ,S=size to the filename.  That allows it  
to be calculated with the dirsize quota plugin (and MTA's such as  
Exim).


However, Dovecot only seems to do that when the maildir quota  
plugin is specified (from quota-maildir.c):


/* For newly generated filenames add ,S=size. */
storage-save_size_in_filename = TRUE;

Shouldn't save_size_in_filename be included in quota-dirsize.c,  
since dirsize is the one that actually needs S=?


Maybe I'm missing something?  Here're some relevant parts of our test  
config:


--
mail_location = maildir:/var/mail/%u/Maildir:INDEX=MEMORY
maildir_copy_with_hardlinks = yes
maildir_copy_preserve_filename = yes

protocol imap {
  mail_executable = /usr/local/libexec/dovecot/rawlog /usr/local/ 
libexec/dovecot/imap

  mail_plugins = quota imap_quota
  imap_client_workarounds = delay-newmail outlook-idle
}

plugin {
  quota = dirsize:storage=10240
}

--
Thanks!

Rich

smime.p7s
Description: S/MIME cryptographic signature