I had the same problem.  Just didn't have time to figure out why it was looking up the 
wrong attribute.

Have you tried the change to see if it corrects it?

Gene

-----Original Message-----
From: Brendon Colby [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 03, 2002 11:13 AM
To: [EMAIL PROTECTED]
Subject: Typo?


In QLDAPINSTALL:

-DUSE_RFC822
          The differences are that while the default QmailLDAP behaviour
          uses the following attributes
                mail                    Store the mail address
                mailForwardingAddress   Where to send mail

          The RFC822 says to use the following attributes instead:
                mailLocalAddress        Store the mail address
                mailRoutingAddress      Where to send mail

In qmail-ldap.h:

#ifndef USE_RFC822
# define LDAP_MAIL                      "mailLocalAddress"
# define LDAP_FORWARDS          "mailRoutingAddress"
#else

Shouldn't that be "#ifdef USE_RFC822"?

I use the mail attribute. I therefore did not define USE_RFC822. This broke
my installation as qmail-ldap was searching on the mailLocalAddress
attribute.

This is using the newest qmail-ldap release by the way.


-- 
Brendon Colby
Systems Administrator
Midcontinent Communications

Reply via email to