[Dovecot] 1.0.rc18 released

It will be in the build script today :) For these who don't want to wait:

Code:
# cd /usr/local/directadmin/customapache
# perl -pi -e 's/1.0.rc17/1.0.rc18/' build
# wget http://dovecot.org/releases/dovecot-1.0.rc18.tar.gz
# ./build dovecot

Good luck!
 
A new version of dovecot is included in the build script now.

Use this to update:
Code:
# cd /usr/local/directadmin/customapache
# ./build update
# ./build update_dovecot
# ./build dovecot
 
Last edited:
Big thumb up to the DA team!

A new version of dovecot is included in the build script now.

Use this to update:
Code:
# cd /usr/local/directadmin/customapache
# ./build update
# ./build dovecot

dont forget to run this first before building;)
Code:
./build update_dovecot
 
Back
Top