Re: [Courier-imap] Saving space with Maildir format

2006-02-18 Thread Brian Candler
On Fri, Feb 17, 2006 at 10:42:52AM +0100, Giuliano Gavazzi wrote: as far as I know what you are proposing is the way cyrus works. It is whatever delivers locally your mail that has to use hard links, and has to be clever enough to deal with possible mailstore on separate file systems.

[Courier-imap] Build error with FAM on Debian

2006-02-18 Thread Yves Goergen
Hello, I'm trying to build Courier-IMAP 4.0.6 with FAM on a Debian 3.1 system. I have installed the packages fam, libfam-dev and all dependencies. Courier-IMAP's configure script seems to find fam.h anf the FAMOpen function. But make fails at some point with this error:

[Courier-imap] I get and error when try to make courier-authlib-0.58

2006-02-18 Thread rober
Hi all I have a problem when I try make courier-authlib, the next error is displayed: mail:/home/jose/courier-authlib-0.58 # make echo #define AUTHLDAPRC \\ authldaprc.h echo #define AUTHMYSQLRC \/usr/local/etc/authlib/authmysqlrc\ authmysqlrc.h echo #define AUTHPGSQLRC

Re: [Courier-imap] Build error with FAM on Debian

2006-02-18 Thread Yves Goergen
On 18.02.2006 19:13 (+0100), Yves Goergen wrote: /usr/lib/libfam.a(fam.o)(.text+0x39): In function `FAMOpen2': : undefined reference to `operator new(unsigned)' I have found a whole lot of occurances for a more generic part of the error message, and found two solutions that worked for others

Re: [Courier-imap] Build error with FAM on Debian

2006-02-18 Thread Sam Varshavchik
Yves Goergen writes: Hello, I'm trying to build Courier-IMAP 4.0.6 with FAM on a Debian 3.1 system. I have installed the packages fam, libfam-dev and all dependencies. Courier-IMAP's configure script seems to find fam.h anf the FAMOpen function. But make fails at some point with this error:

Re: [Courier-imap] I get and error when try to make courier-authlib-0.58

2006-02-18 Thread Sam Varshavchik
[EMAIL PROTECTED] writes: g++ -DHAVE_CONFIG_H -I. -I. -I. -fhandle-exceptions -c -o testgdbm.o testgdbm.C ./../depcomp: line 504: exec: g++: not found make[3]: *** [testgdbm.o] Error 127 make[3]: Leaving directory `/home/jose/courier-authlib-0.58/gdbmobj' make[2]: *** [all] Error 2

Re: [Courier-imap] Build error with FAM on Debian

2006-02-18 Thread Yves Goergen
On 18.02.2006 23:04 (+0100), Sam Varshavchik wrote: Your FAM installation is broken. You should be linking against the shared FAM library, libfam.so, instead of the static libfam.a Aha, and where do I get that? I used the only fam thing that came with Debian. Do I need to build my own one?

[Courier-imap] How to enable debug logging?

2006-02-18 Thread Yves Goergen
Next problem: I installed Courier-IMAP without FAM for now because I needed to get further with my server installation. I have installed Courier-IMAP 3 on my old server and found that version 4 is current. So I downloaded all the stuff for it, read the INSTALL files, compiled and installed it

Re: [Courier-imap] How to enable debug logging?

2006-02-18 Thread Sam Varshavchik
Yves Goergen writes: Next problem: I installed Courier-IMAP without FAM for now because I needed to get further with my server installation. I have installed Courier-IMAP 3 on my old server and found that version 4 is current. So I downloaded all the stuff for it, read the INSTALL files,