Displaying 9 results from an estimated 9 matches for "libdovecot_storage_deps".
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
...nvil'
==========================
After some troubleshooting, I've finally managed to get dovecot to compile,
albeit with a hack:
--- src/lib-dovecot/Makefile.old 2015-03-09 17:36:15.690179802 +0000
+++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000
@@ -230,7 +230,7 @@
LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/
libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/
libimap-storage.la
LIBICONV =
LIBOBJS =
-LIBS = -lrt
+LIBS = -lrt -lcdb
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBWRAP_LIBS =
LINKED_STORAGE_LDADD =
This isn't the best fix, admittedly (I wi...
2013 Aug 01
1
Antispam folder names
Is there anywhere a collection of folder names for the antispam_trash
and antispam_spam configuration?
Our problem is that in academia, you have a vast amount of different
clients, and some, like Microsoft, use language-specific folder names
*on the server*. So we're now collecting folder names to better handle
the rare cases.
Two more problems:
1. We needed to fix UTF-8 handling in the
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
...bleshooting, I've finally managed to get dovecot to
>> compile, albeit with a hack:
>>
>> --- src/lib-dovecot/Makefile.old 2015-03-09 17:36:15.690179802 +0000
>> +++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000
>> @@ -230,7 +230,7 @@
>> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/
>> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/
>> libimap-storage.la
>> LIBICONV =
>> LIBOBJS =
>> -LIBS = -lrt
>> +LIBS = -lrt -lcdb
>> LIBTOOL = $(SHELL) $(top_builddir)/libtool
>> LIBWRAP_LIBS...
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
...gt;
> After some troubleshooting, I've finally managed to get dovecot to
> compile, albeit with a hack:
>
> --- src/lib-dovecot/Makefile.old 2015-03-09 17:36:15.690179802 +0000
> +++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000
> @@ -230,7 +230,7 @@
> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/
> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/
> libimap-storage.la
> LIBICONV =
> LIBOBJS =
> -LIBS = -lrt
> +LIBS = -lrt -lcdb
> LIBTOOL = $(SHELL) $(top_builddir)/libtool
> LIBWRAP_LIBS =
> LINKED_STORAGE_LDADD =
&...
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
...nally managed to get dovecot to
>>> compile, albeit with a hack:
>>>
>>> --- src/lib-dovecot/Makefile.old 2015-03-09 17:36:15.690179802 +0000
>>> +++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000
>>> @@ -230,7 +230,7 @@
>>> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/
>>> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/
>>> libimap-storage.la
>>> LIBICONV =
>>> LIBOBJS =
>>> -LIBS = -lrt
>>> +LIBS = -lrt -lcdb
>>> LIBTOOL = $(SHELL) $(top_builddir)/libtoo...
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
...to
> >>> compile, albeit with a hack:
> >>>
> >>> --- src/lib-dovecot/Makefile.old 2015-03-09 17:36:15.690179802 +0000
> >>> +++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000
> >>> @@ -230,7 +230,7 @@
> >>> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/
> >>> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/
> >>> libimap-storage.la
> >>> LIBICONV =
> >>> LIBOBJS =
> >>> -LIBS = -lrt
> >>> +LIBS = -lrt -lcdb
> >>> LIBTOO...
2011 Jun 12
1
dovecot-metadata-8 released
Hello everyone!
I just released dovecot-metadata-8, which is an implementation of RFC 5464
(IMAP METADATA), allowing to add comments/annotations/metadata to folders of
an email account.
The major feature is that it works with Akonadi, or more specifically the
Kolab backend thereof, while being dovecot-2.0 compatible.
The module consists of 3 plugins, two IMAP frontends and one backend:
*
2014 Feb 07
1
Problem rebuilding Centos 5/6 pigeonhole RPM from mercurial version
...to determine the reason of the error since the DEPENDENCIES and
LIBADD definitions in src/lib-sieve/Makefile.am
seems to be correct
ibdovecot_sieve_la_DEPENDENCIES = \
$(plugins) \
$(top_builddir)/src/lib-sieve/util/libsieve_util.la \
$(LIBDOVECOT_LDA_DEPS) \
$(LIBDOVECOT_STORAGE_DEPS) \
$(LIBDOVECOT_DEPS)
libdovecot_sieve_la_LIBADD = \
$(plugins) \
$(top_builddir)/src/lib-sieve/util/libsieve_util.la \
$(LIBDOVECOT_LDA) \
$(LIBDOVECOT_STORAGE) \
$(LIBDOVECOT)
I apologize for the long message, hope you can help on this.
Rega...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...;
LDAP_PLUGIN_TRUE=''
LDFLAGS='-Wl,-z,now -Wl,-z,relro %{__global_ldflags}'
LIBCAP=''
LIBDOVECOT=''
LIBDOVECOT_COMPRESS=''
LIBDOVECOT_DEPS=''
LIBDOVECOT_LDA=''
LIBDOVECOT_LOGIN=''
LIBDOVECOT_SQL=''
LIBDOVECOT_STORAGE=''
LIBDOVECOT_STORAGE_DEPS=''
LIBICONV=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBWRAP_LIBS=''
LINKED_STORAGE_LDADD=''
LINKED_STORAGE_LIBS=''
LIPO=''
LN_S=''
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
M...