[Dovecot] Dovecot Upgrade Manual for 2.0 from 1.2.14 snapshot
Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them?
Jerrale G. Jerrale G. SC Senior Admin
On 8/12/2010 11:28 PM, Jerrale G wrote:
Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them? dovecot 2.0 rc5: ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc/dovecot --enable-header-install --with-mysql --with-ssl --with-ssldir=/etc/ssl --enable-shared --enable-static
mv -f .deps/imap-login-settings.Tpo .deps/imap-login-settings.Po
mv -f .deps/client-authenticate.Tpo .deps/client-authenticate.Po
mv -f .deps/client.Tpo .deps/client.Po
mv -f .deps/imap-proxy.Tpo .deps/imap-proxy.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2
-I/usr/kerberos/include -o imap-login client.o
client-authenticate.o imap-login-settings.o imap-proxy.o
../../src/login-common/libdovecot-login.la
../../src/lib-dovecot/libdovecot.la -L/usr/kerberos/lib64 -lssl -lcrypto
-ldl -lz -lrt
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o
.libs/imap-login client.o client-authenticate.o imap-login-settings.o
imap-proxy.o ../../src/login-common/.libs/libdovecot-login.so
../../src/lib-dovecot/.libs/libdovecot.so -L/usr/kerberos/lib64 -lssl
-lcrypto -ldl -lz -lrt -Wl,-rpath -Wl,/usr/lib64/dovecot
../../src/login-common/.libs/libdovecot-login.so: undefined reference to
SSL_get_servername' ../../src/login-common/.libs/libdovecot-login.so: undefined reference to
SSL_set_SSL_CTX'
collect2: ld returned 1 exit status
make[3]: *** [imap-login] Error 1
make[3]: Leaving directory /usr/src/mail/dovecot-2.0.rc5/src/imap-login' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/usr/src/mail/dovecot-2.0.rc5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mail/dovecot-2.0.rc5'
make: *** [all] Error 2
Jerrale G. SC Senior Admin
On Thu, 2010-08-12 at 23:54 -0400, Jerrale G wrote:
../../src/login-common/.libs/libdovecot-login.so: undefined reference to
SSL_get_servername' ../../src/login-common/.libs/libdovecot-login.so: undefined reference to
SSL_set_SSL_CTX'
I guess you have some weird version of OpenSSL, or possibly newer header files than library files.. Anyway, http://hg.dovecot.org/dovecot-2.0/rev/53147e8bdaf9 should help.
On Thu, 2010-08-12 at 23:28 -0400, Jerrale G wrote:
Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them?
The config upgrade tool give a warning with a message about each change it does. You should be able to understand from the messages what had changed.
On 8/13/2010 8:58 AM, Timo Sirainen wrote:
On Thu, 2010-08-12 at 23:28 -0400, Jerrale G wrote:
Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them? The config upgrade tool give a warning with a message about each change it does. You should be able to understand from the messages what had changed.
I downloaded a snapshot since you applied a patch to the source, based on what you described in this thread, and it compiled successfully with pigeonhole. I am ready to "make install" for both pigeonhole and dovecot-2.0-bc6 (beta candidate 6). I just want to make sure my current config will suffice without using the upgrade tool. I thank you for the quick code patch you made for both issues on both stable and development versions.
Is there a wiki on the changes required in the config between 1.2.x and 2.0 rc5?
Jerrale G. SC Senior Admin
participants (2)
-
Jerrale G
-
Timo Sirainen