Displaying 20 results from an estimated 200 matches similar to: "Dovecot fails to compile --with-cdb (and attempted fix)"
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> Dovecot version: 2.2.15
>> Tinycdb: 0.78
>>
>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
>> problem with cdb:
>>
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> Dovecot version: 2.2.15
> Tinycdb: 0.78
>
> I'm attempting to compile dovecot --with-cdb, but keep getting into a
> problem with cdb:
> ========================
> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> -Wmissing-declarations -Wpointer-arith
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
On 10 Mar 2015, at 16:24, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote:
>
> On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
>> wrote:
>>
>>> Dovecot version: 2.2.15
>>> Tinycdb: 0.78
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Thu, Mar 12, 2015 at 9:43 PM, Timo Sirainen <tss at iki.fi> wrote:
> On 10 Mar 2015, at 16:24, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote:
> >
> > On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> > wrote:
> >
> >> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at
2013 Jan 19
1
CDB support (with patch)
Hello!
Is there anybody interested in CDB support for auth dicts?
I've implemented simple patch for it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-dict-cdb.patch
Type: text/x-diff
Size: 6342 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130119/919cd071/attachment-0004.bin>
2011 Jul 06
1
Compiling on Mac OS X
Hi,
I'm having some problems compiling on Mac OS X:
nekomimi:xapian samuel$ sudo port install libiconv
---> Configuring gperf
---> Building gperf
---> Staging gperf into destroot
---> Installing gperf @3.0.4_0+universal
---> Deactivating gperf @3.0.4_0
---> Cleaning gperf
---> Activating gperf @3.0.4_0+universal
---> Cleaning gperf
---> Computing
2015 Apr 01
2
Dovecot keeps creating info files in mail directory instead of home
I've been trying to troubleshoot this for a while now, and I'm really at a
loss.
My userdb is set up correctly to return home, and mail, and a test with
'doveadm user' verifies this:
# doveadm user user at domain
field value
uid 1000
gid 1000
home /var/domain/user
mail maildir:/var/mail/user at domain
I've reloaded, restarted, stopped and started dovecot
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 22
2
issues compiling omega
James,
That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding
a -L/lib took care of this. This was also an issue with -lpcre, which
adding -L/lib fixed as well. Of course, I'm now running up against
something else. from make
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security
2005 Aug 31
0
[PATCH] tiny signed char fix in arch/x86/cdb.c
build fix for gcc 4.0.1
Signed-off-by: Christopher Clark <firstname.lastname@cl.cam.ac.uk>
diff -r 8af8ddf91078 xen/arch/x86/cdb.c
--- a/xen/arch/x86/cdb.c Wed Aug 31 14:53:43 2005
+++ b/xen/arch/x86/cdb.c Wed Aug 31 15:39:43 2005
@@ -21,7 +21,7 @@
debugger. so avoid it. */
#define dbg_printk(...)
-static unsigned char opt_cdb[30] = "none";
+static char
2015 Mar 11
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On 11/03/2015 14:19, Michael S. Tsirkin wrote:
> QEMU wants to use virtio scsi structures with
> a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
> let's add ifdefs to allow overriding them.
>
> Keep the old defines under new names:
> VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
> since that's what these values really are:
> defaults for
2015 Mar 12
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On Wed, Mar 11, 2015 at 02:19:03PM +0100, Michael S. Tsirkin wrote:
> QEMU wants to use virtio scsi structures with
> a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
> let's add ifdefs to allow overriding them.
>
> Keep the old defines under new names:
> VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
> since that's what these values really are:
2015 Mar 11
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On 11/03/2015 14:19, Michael S. Tsirkin wrote:
> QEMU wants to use virtio scsi structures with
> a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
> let's add ifdefs to allow overriding them.
>
> Keep the old defines under new names:
> VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
> since that's what these values really are:
> defaults for
2015 Mar 12
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On Wed, Mar 11, 2015 at 02:19:03PM +0100, Michael S. Tsirkin wrote:
> QEMU wants to use virtio scsi structures with
> a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
> let's add ifdefs to allow overriding them.
>
> Keep the old defines under new names:
> VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
> since that's what these values really are:
2017 Jan 05
0
CDB tables in Centos7 Postfix ?
On Thu, Jan 05, 2017 at 04:25:16PM +0000, Tim Smith wrote:
> Hi,
>
> It seems the default binaries don't have CDB tables compiled into them ?
>
> Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional
> package in the main distribution "postfix-cdb - CDB map support for
> Postfix". I can't find anything similar using "yum
2017 Jan 06
0
CDB tables in Centos7 Postfix ?
On 06/01/17 05:25, Tim Smith wrote:
> Hi,
>
> It seems the default binaries don't have CDB tables compiled into them ?
The GhettoForge postfix3 Packages have CDB support for CentOS 7 if you
install the postfix3-cdb package:
http://ghettoforge.org/index.php/Postfix3
Please note that the latest version is currently in the gf-testing repo,
it should be pushed out to gf-plus in a day
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
On 12 Mar 2015, at 16:49, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote:
>
> On Thu, Mar 12, 2015 at 9:43 PM, Timo Sirainen <tss at iki.fi> wrote:
>
>>
>> Well, it was never supposed to be linked to anything except the dict
>> binary, allowing it to be used via the dict proxy. Changed:
>> http://hg.dovecot.org/dovecot-2.2/rev/16ff063e3588
2017 Jan 05
4
CDB tables in Centos7 Postfix ?
Hi,
It seems the default binaries don't have CDB tables compiled into them ?
Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional
package in the main distribution "postfix-cdb - CDB map support for
Postfix". I can't find anything similar using "yum search", so I'm
guessing that's not an option.
Unless anyone else here corrects me
2010 Apr 29
3
CDB Authentication database
Hello,
I'd be interested in seeing a CDB based backend for the userdb/passdb
lookups.
Is anyone working on this? Is there any documentation (other than the
wiki Design section and the code itself) on implementing database
backends?
thanks
Luca
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
Hi list,
I tried to build rpm based on dovecot-2.2.2-2.fc20.src.rpm on Centos 6.4
rpmbuild --define 'rhel 64' -ba dovecot-2.2.spec
I get this error:
checking for C compiler default output file name...
configure: error: in `/home/builder/rpmbuild/BUILD/dovecot-2.2.2':
configure: error: C compiler cannot create executables
See `config.log' for more details.
(config.log