6 messages in net.sourceforge.lists.courier-maildropRE: [maildropl] maildrop + LDAP problem
FromSent OnAttachments
Manoj SonawaneJul 7, 2005 6:13 am 
Tony EarnshawJul 7, 2005 10:24 am 
Manoj SonawaneJul 7, 2005 10:50 am 
Manoj SonawaneJul 7, 2005 11:03 am 
Manoj SonawaneJul 7, 2005 11:17 am 
Sam VarshavchikJul 9, 2005 7:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [maildropl] maildrop + LDAP problemActions...
From:Manoj Sonawane (mson@officetiger.com)
Date:Jul 7, 2005 11:03:19 am
List:net.sourceforge.lists.courier-maildrop

Tonni,

I am assuming you asked me ldd o/p . I haven’t heard lld command in unix. Here is the o/p. it dose not have the libcourierauth.so.0 file.

# ldd /usr/local/maildrop/bin/maildrop libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7f25000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7f04000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ef9000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dcb000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7feb000)

I did a search for libcourierauth.so.0 in system I did not find it.

"It seems that 1.81 doesn't support LDAP. Try to find 1.7x or 1.6x version and you will get what you want."

Thanks Jonathan. I will try to find out old versions. But it seems strange to me to remove ldap support.

Regards, Manoj

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Tony Earnshaw Sent: Thursday, July 07, 2005 7:34 PM To: cour@lists.sourceforge.net Subject: Re: [maildropl] maildrop + LDAP problem

tor, 07.07.2005 kl. 15.14 skrev Manoj Sonawane:

I am trying to use maildrop MDA to deliver emails to virtual users stored in LDAP.

I downloaded maildrop.1.81 and compiled it with

./configure --without-db --disable-userdb --enable-maildirquota --enable-maildropldap

This doesn't exist.

--with-ldapconfig=

/etc/maildrop/maildropldap.config

This doesn't exist

--with-etcdir=/etc/maildrop --prefix=/usr/local/maildrop --exec-prefix=/usr/local/maildrop

I am using Ubuntu 5.04 postfix, postfix-ldap, courier-imap are ubuntu packages

I don't know ubuntu or what it expects from *anything* (I'm a Red Hat - RHSA - person), but ...

Postfix and courier-imap play nicely to LDAP. All fails when I try to use maildrop. Its not connecting to LDAP at all. I can see slap connections log slapd –d -1

Does 'lld /path/to/maildropbinary' show libcourierauth.so.0 => //path/to/libcourierauth.so.0?

--Tonni