Displaying 20 results from an estimated 300 matches similar to: "dovecot 1.1rc1 deliver linker error without mbox"
2008 Nov 12
2
dovecot 1.2 link error
Hello list,
I need/want to build imaptest -- and I can only build it against at least 
dovecot 1.2 .
dovecot 1.2 actually builds just fine but at the end I get the following 
linker error:
/bin/sh ../../libtool --tag=CC --mode=link gcc  -std=gnu99 -O2 -pipe 
-std=gnu99 -Wall  -ftree-dce -ftree-dse -ftree-loop-optimize 
-ftree-loop-linear -I/usr/lib/gcc/i386-redhat-linux/4.1.1/include -Wall -W 
2008 May 01
1
Need Help! (Bug Report)
Need Help!!
 
 
Server : AIX 5.3
 
Compile Error Message
configure
---------------------------------
checking jfs/quota.h usability... no
checking jfs/quota.h presence... yes
configure: WARNING: jfs/quota.h: present but cannot be compiled
configure: WARNING: jfs/quota.h:     check for missing prerequisite headers?
configure: WARNING: jfs/quota.h: see the Autoconf documentation
2007 Mar 14
4
solaris 10 + dovecot (1)
hi...
i try to make dovecot (v1.0.r26) in solaris 10 and i have the following
problem
# ./configure --with-ldap
...
...
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support ..........
2007 Apr 04
3
solaris 10 dovecot-1.0.rc29 - building issue
Hi all,
I'm having terrible time, and a lot of core dumps, building dovecot on
Solaris 10.
My environment:
gcc 3.3.2
LDFLAGS=-L/usr/local/ssl/lib -lssl -lcrypto \
-L/usr/local/BerkeleyDB.4.2/lib -ldb -L/usr/local/lib -lldap
CPPFLAGS=-I/usr/local/BerkeleyDB/include \
-I/usr/local/include -I/usr/local/ssl/include
my configure:
./configure --prefix=/usr/local --with-ldap
...that is:
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2006 Jun 17
1
1.0 beta 9 problems
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 \
2006 Sep 20
0
Help problem compiling dovecot-1.0.rc7 on Solaris 10x86
Hi,
    I hope someone can help point me in the right direction.
I have a Sunfire x4100 running Solaris 10x86 06/06 with the Sun Studio 
11 compiler.
I am just trying to do a stock compile of dovecot-1.0.rc7
Ran the ./configure fine. See Below.
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change
2006 Feb 18
2
"undefined reference to `yes_storage'"
Well after the 'issues' with Compaq C, I decided to attempt compile using
GCC-3.4.3... To put it short, that didn't fair well either.  Will L G.
Redhat 7.2 [Alpha]
GCC 3.4.3
Binutils-2.16.x
Kernel-2.6.13.4
ccache gcc-3.4.3 -std=gnu99 -g -O5 -finline -fstrict-aliasing
-fomit-frame-pointer -mieee -w -mtune=ev56 -mmax -pipe -D_BSD_SOURCE
-Wl,-lots -Wl,-lcpml -Wall -W
2006 Feb 08
1
Latest snapshot: ./configure does not finish normally
Hi,
OS: FreeBSD 6.0-RELEASE-p2
latest dovecot snapshot does not configurable. ./configure script fails:
# ./configure --prefix=/usr/local/dovecot --with-passwd --with-passwd-file --without-shadow --with-pam --without-bsdauth --without-ldap --without-vpopmail --with-static-userdb --without-pgsql --with-mysql --with-pop3d --disable-ipv6 --with-storages
[... skip ...]
config.status: creating
2003 Jun 26
0
Help with new install on Mac OSX
Can anyone tell me what's going on and how I can fix it?
 
bash-2.05a# make
make  all-recursive
Making all in src
Making all in lib
make[3]: Nothing to be done for `all'.
Making all in lib-settings
make[3]: Nothing to be done for `all'.
Making all in lib-charset
make[3]: Nothing to be done for `all'.
Making all in lib-mail
make[3]: Nothing to be done for `all'.
Making all in
2010 Oct 27
1
deliver + quota
Hi list,
can someone please explain me the following behaviour of deliver in
combination with fs-quota and reading from stdin:
> # repquota -a | grep ud_3p5
> ud_3p5    --    4464   10240   12288             10     0     0
> # stat -c "%s" /tmp/mymail
> 4524853
so there's enough space for this mail
> # su ud_3p5 -s/bin/sh -c "cat /tmp/mymail |
2009 Feb 04
1
location of temporary files in deliver
deliver has the following:
-- -- --
/* After buffer grows larger than this, create a temporary file to /tmp
   where to read the mail. */
#define MAIL_MAX_MEMORY_BUFFER (1024*128)
...
static struct istream *create_raw_stream(int fd, time_t *mtime_r)
...
        input = i_stream_create_seekable(input_list, MAIL_MAX_MEMORY_BUFFER,
                                        
2009 Feb 23
1
pkgsrc-ing sieve and managesieve
I'm trying to integrate both the new sieve implementation and managesieve into pkgsrc.
Managesieve seems to need some dovecot libraries that dovecot doesn't install (lib-storage/libstorage.a, lib-auth/libauth.a, lib-imap/libimap.a, lib-index/libindex.a, lib-mail/libmail.a, lib-charset/libcharset.a, lib-dict/libdict.a and lib-charset/libcharset.a). There seems to be no provision in pkgsrc
2004 Sep 21
3
Dovecot 1.0-test45 indexing issues
We're currently on dovecot 0.99.10 with a few modifications (including one
very nasty hack for the blank line at the beginning of the mailbox bug).
We're using mbox all around.
Everything works smoothly but we still ocasionally get corrupt mailboxes
and indexes that need to be wiped out.
I setup 1.0-test45 on one of our mailservers to start testing it and ran
into a few issues.  The
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
hi,
i can't compile managesieve-0.11.11 on Solaris 10 against Sieve 0.1.17
and Dovecot 1.2.13:
[...]
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/sfw/include -o managesieve-login client.o
client-authenticate.o managesieve-capability.o managesieve-proxy.o
cmd-noop.o 
2010 Jan 30
0
Pigeon hole sieve binaries and dovecot header install
Stephan,
I've recently been playing around with packaging dovecot 2.0 and
dovecot-2.0-pigeonhole, as well as the --enable-header-install configure
options of both. This lead me to the following question. Should pigeonhole's
sieve binaries rely on static libstorage / other dovecot libraries? It seems
like they should instead use shared libraries, but I couldn't find a
configure option
2009 Dec 01
0
Managesieve RC with dovecot 1.2.8 from atrpm
Hi list
I'm trying to get managesieve running (which seem to include the
managesieve patches) on centos5, but compilation fails. What I did:
mkdir /work
cd /work
wget http://dl.atrpms.net/all/dovecot-devel-1.2.8-0_103.el5.x86_64.rpm
wget http://dl.atrpms.net/all/dovecot-1.2.8-0_103.el5.x86_64.rpm
wget http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.14pre.tar.gz
wget
2018 Feb 18
0
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
hmm down graded to 2.2.19 and dont see the issue .. other issues
particularly a segfault in libstorage to do with virtual .. but at least
mails seem to be appearing correctly and cant seem to replicate what I
have seen in 2.2.33.2
as an aside .. outlook on mac doesnt appear to like 2.2.33.2 either ..
seeing same kind of issue where some messages not appearing in inbox ..
but could be some
2009 May 21
2
compile error with patched dovecot-1.2.rc4
Hi,
I just downloaded the dovecot-1.2.rc4.tar.gz to do some tests.
I coud compile it and generate the package with no trouble on my Slackware 
12.2.0
Then as I wanted to try the patchs available at 
http://hg.dovecot.org/dovecot-1.2/#
I downloaded them and applied at once. When I tried to compile once again I 
got this error:
cmd-thread.o: In function `cmd_thread':
2013 Jun 05
2
dovecot and time
I found something interesting via strace.  lda is writing a timestamp  
with utime before doign the fsync, but I'm really not a C guy, so I  
have no idea why that's going on via procmail and not via commandline.  
  I assume it's related to the choice of pread64 vs read.
when called from commandline (working):
read(0, "July 14-20, 2013\n10 courses. Bon"..., 4096) = 4096