[Dovecot] 1.0 beta 9 problems

Peter Chiu pc8888 at gmail.com
Sat Jun 17 23:52:40 EEST 2006


Two problems with this new beta not found in beta 8.

1. mbox_from_create error

This is the configure string I use, and I paste the make error message
below. I have to use "--with-storages=maildir,mbox" to get around the error.


./configure \
--prefix=/opt1/dovecot \
--localstatedir=/var \
--without-shadow \
--without-cyrus-sasl2 \
--without-pop3d \
--without-gssapi \
--disable-ipv6 \
--disable-debug \
--with-storages=maildir \
--with-ssl=openssl


mkdir .libs
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver auth-client.o deliver.o duplicate.o
mail-send.o smtp-client.o ../lib/mountpoint.o ../lib/str-sanitize.o
-Wl,--export-dynamic  ../lib-storage/register/libstorage-register.a
../../src/lib-storage/index/maildir/libstorage_maildir.a
../../src/lib-storage/index/libstorage_index.a
../../src/lib-index/libindex.a ../lib-storage/libstorage.a
../lib-storage/subscription-file/libstorage_subscription_file.a
../lib-imap/libimap.a ../lib-mail/libmail.a ../lib-dict/libdict.a
../lib-charset/libcharset.a ../lib/liblib.a
deliver.o(.text+0xa28): In function `main':
/opt1/source/dovecot-1.0.beta9/src/deliver/deliver.c:301: undefined
reference to `mbox_from_create'
*** Error code 1

Stop in /opt1/source/dovecot-1.0.beta9/src/deliver.
*** Error code 1

Stop in /opt1/source/dovecot-1.0.beta9/src.
*** Error code 1

Stop in /opt1/source/dovecot-1.0.beta9.
*** Error code 1

Stop in /opt1/source/dovecot-1.0.beta9.


2. I have to specify the following in the dovecot.conf or server wont
start as others have pointed out alreay.

protocol imap {
  ssl_listen = *:993
}




More information about the dovecot mailing list