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