Hi gurus,
I am new to qmail-ldap and trying to set up a qmail based backup box for our microsoft exchange server. I want to connect qmail-ldap to our active directory in order to enable the linux server to store mail for all company users. In case of "exchange emergency" i redirect all incoming mail to this linux box and have the user read their mail via a webmailer on this box. After the "exchange beast" is up again, the missing mail will be fetched from the linux box with an popconnect.
Okay, qmail is running, ldapsearch too and i can connect to the ADS and query for the users mail= attribute. But with qmail local delivery i get a temprary failure
from the function qldap_lookup. The ldap_search function returns with an errorcode 10 (0x0a) i.e. "Referral". Using ldapsearch with excact the same basedn, credentials, filter and attributes works fine :-(
Do you have any plan? Is this a known problem ?
delivery 20: log: mailaddr:_root@xxxxxxxxxxxxxxx
delivery 20: log: qldap_open:_init_successful/
delivery 20: log: qldap_set_option:_set_referrals_successful/
delivery 20: log: qldap_bind:_successful/
delivery 20: log: ldapfilter:_'(|(mail=root@xxxxxxxxxxxxxxx)(mailAlternateAddress=root@xxxxxxxxxxxxxxx))'/
delivery 20: log: qldap_lookup:_search_for_(|(mail=root@xxxxxxxxxxxxxxx)(mailAlternateAddress=root@xxxxxxxxxxxxxxx))_failed_(Referral)/
delivery 20: deferral: Temporary_failure_in_LDAP_lookup._(#4.4.3)./
status: local 0/10 remote 0/20
Regards
Siggi