On Thu, Aug 24, 2006 at 05:13:18PM -0300, Felipe Augusto van de Wiel wrote:
>       Anybody has a sucessfull installation of qmail-ldap and
> dovecot, and is willing to share the experience? :-)

dovecot is great software. I only use its IMAP capabilities. dovecot
is doing a great job for me and is extremly usefull for those, who
have huge IMAP directories.
(I am still not sure if dovecot is able to be an IMAP-proxy with ldap
as backend.)

>       So far, I couldn't find any documentation of qmail-ldap
> and dovecot-imapd together. I would like to change some ideas and
> references and maybe come up with useful docs to qmail-ldap wiki.

I am using rc7. dovecot is running pretty standalone. If you wish to put
DJB and dovecot together, you can set "log_path = /dev/stderr" and use 
a run script like this:

#!/bin/sh

INSTDIR="/opt"
SOFTLIMIT_IMAP="-m 536870912" # 512MB
IMAPD_CONF="$INSTDIR/etc/dovecot/root/dovecot.conf"

exec /command/softlimit $SOFTLIMIT_IMAP \
        $INSTDIR/sbin/dovecot -F -c $IMAPD_CONF 2>&1

Bye,
    Aiko
-- 
Aiko Barz <[EMAIL PROTECTED]>
Web: http://www.haeckser.de

Attachment: pgpKNpa9Wgz0U.pgp
Description: PGP signature

Reply via email to