0

dovecot Dovecot — это IMAP и POP3 сервер для Linux/UNIX подобных систем. Он удобен и интересен тем, что имеет подключаемые плагины с различными расширениями функционала.

Одним из таких плагинов является quota-fs. Он позволяет IMAP пользователям сообщать о текущем занятом ими месте в ящике, и отправлять предупреждения, при подходе свободного места к концу. К сожалению, но у него нет функционала, получать групповые квоты для ящиков, лежащих на NFS хранилище.

В списке рассылки dovecot появился патч, для реализации поддержки в quota-fs групповых квот на NFS для linux.

Автор: fandorin at rol.ru

fandorin at rol.ru Tue Feb 17 10:14:11 EET 2009 Unfortunately, the existing quota-fs does not know how to get GROUP quota with NFS storage. But there is a tool for Linux quota-tools. This patch is made on the basis quota-tools. The patch was successful alpha-testing. Suggestions and comments are welcome.

UPD: Начиная с версии 1.2.* Dovecot поддерживает групповые fs квоты.

0

Обновился UW IMAP Toolkit.

Updated: 20 December 2007

imap-2007 is a release corresponding with the release of Alpine 1.0. The primary focus of the imap-2007 release is bugfixes and reliability improvements. This includes:

  • fixes to problems discovered between the Alpine 0.99999 pre-release and Alpine 1.0
  • fixes to the mix driver to timing race problems uncovered by Timo Sirainen's imaptest suite. imap-2007 using the mix format is believed to pass imaptest completely

A new function, utf8_csvalidmap (), has been added for the benefit of Alpine to use in examining UTF-8 text and determining efficiently whether it can be downgraded to a legacy charset. If you develop an MUA, this may be useful for you too, although you'll have to read the source code to see how to use it. The purpose of the “not-CJK” bit is to prevent messages being downgraded to a CJK charset if all they have in that charset are some special punctuation.

Кстати, от себя хотел обратить внимание на несколько моментов в UW IMAP:

Читать полностью »