PDA

View Full Version : [Dovecot-news] Released v1.1.5 and v1.2.alpha3



Meesterlijk
10-22-2008, 11:51 AM
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig

http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig

A combined release announcement for a change. :)

Largest changes since v1.1.4:

* Dovecot prints an informational message about authentication problems
at startup. The message goes away after the first successful
authentication. This hopefully reduces the number of "Why doesn't
my authentication work?" questions.

+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
mailboxes to avoid potential problems when recreating or renaming
mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
files in the mail root directory.
+ Many logging improvements
- In some conditions Dovecot could have stopped using existing cache
file and never used it again until it was deleted.
- pop3 + Maildir: Make sure virtual sizes are always written to
dovecot-uidlist. This way if the indexes are lost Dovecot will never
do a huge amount of work to recalculate them.
- mbox: Fixed listing mailboxes in namespaces with prefix beginning
with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
- dict quota: Don't crash when recalculating quota (when quota warnings
enabled).
- Fixes to handling "out of disk space/quota" failures.
- Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
sometimes when auth_worker_max_request_count was non-zero.
- Fixed compiling with OpenBSD

Largest changes since v1.2.alpha2:

+ Added userdb checkpassword (by Sascha Wilde)
+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
- All the same fixes as for v1.1.5

smtalk
10-22-2008, 12:55 PM
Update:


cd /usr/local/directadmin/custombuild
wget http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
perl -pi -e 's#dovecot:1.1.4:0050dd609cb456c8e52565a85373df28#dovecot:1.1.5:64e7809aeee750e7c86d81777078e434#' versions.txt
./build dovecot

donkeyKICK
10-23-2008, 05:47 AM
How can I update using customapache?

jw00dy
10-24-2008, 11:27 AM
Thanks, Updated.

donkeyKICK
10-24-2008, 11:28 AM
did you use customapache?

jw00dy
10-24-2008, 11:30 AM
No, custombuild.

donkeyKICK
10-24-2008, 11:31 AM
How can I update using customapache?

BestBoard
10-25-2008, 01:03 PM
How can I update using customapache?

why do you want to use customapache?

custombuild is newer and easier to use.

donkeyKICK
10-25-2008, 04:58 PM
Because I don't want to change over, and I need to keep FrontPage working.

Charles2
10-25-2008, 11:33 PM
Update:


cd /usr/local/directadmin/custombuild
wget http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
perl -pi -e 's#dovecot:1.1.4:0050dd609cb456c8e52565a85373df28#dovecot:1.1.5:64e7809aeee750e7c86d81777078e434#' versions.txt
./build dovecot


You could use


cd /usr/local/directadmin/custombuild
./build versions
./build update_versions


Of course this will update anything that needs an update not just Dovecot!

donkeyKICK
10-26-2008, 01:01 AM
Right, from what I understand, custombuild updates everything, and one of the problems is that it breaks FrontPage extensions. I can't have that, so until this is addressed, I need to stay with customapache.

Is there a way to update using customapache?

smtalk
10-26-2008, 01:39 AM
You could use


cd /usr/local/directadmin/custombuild
./build versions
./build update_versions
Of course this will update anything that needs an update not just Dovecot!

Yes, or you can use:


/usr/local/directadmin/custombuild
./build update
./build dovecot
But you were not able to use these methods at the time I posted my how-to, because Dovecot 1.1.5 was not uploaded to DirectAdmin servers.

smtalk
10-26-2008, 01:41 AM
Right, from what I understand, custombuild updates everything, and one of the problems is that it breaks FrontPage extensions. I can't have that, so until this is addressed, I need to stay with customapache.

Is there a way to update using customapache?



cd /usr/local/directadmin/customapache
./build update
perl -pi -e 's/DOVECOT_VER=1.1.3/DOVECOT_VER=1.1.5/' build
./build update_dovecot
./build dovecot

donkeyKICK
10-26-2008, 01:45 AM
Can always count on you smtalk!

Thanks!