PDA

View Full Version : [Dovecot-news] v1.2.11 released



Meesterlijk
03-08-2010, 11:15 AM
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz.sig

mbox users really should upgrade, because by sending a message with a
huge header you could basically cause a DoS (this problem exists only
with v1.2.x, not with v1.0 or v1.1).

- mbox: Message header reading was unnecessarily slow. Fetching a
huge header could have resulted in Dovecot eating a lot of CPU.
Also searching messages was much slower than necessary.
- mbox, dbox, cydir: Mail root directory was created with 0770
permissions, instead of 0700.
- maildir: Reading uidlist could have ended up in an infinite loop.
- IMAP IDLE: v1.2.7+ caused extra load by checking changes every
0.5 seconds after a change had occurred in mailbox

nobaloney
03-08-2010, 12:54 PM
DirectAdmin only uses Dovecot with Maildir.

Jeff

smtalk
03-08-2010, 02:41 PM
Update:


cd /usr/local/directadmin/custombuild
./build update
./build set autover no
wget -O dovecot-1.2.11.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz
perl -pi -e 's/dovecot:1.2.10:b7d0081b17ff6afae85e8dc14157fa57/dovecot:1.2.11:bdac013fd57aa616ea4bdd9ac34557c6/' versions.txt
./build dovecot

DirectAdmin Support
03-08-2010, 04:26 PM
Updated in the custombuild.

John