scalix, sendmail and the ldap mapper
Posted: Tue Dec 23, 2008 8:29 am
Hello,
We want to accept mails from outside of scalix and store them in public folders. We achieved this with the command omaddent, e.g.
omaddent -e "S=+BB/OU1=server/DDT1=BB/DDV1=A>B/IA=A-B@C.de/EX-CDA-DIRECTORY=1"
It worked fine. Then we installed the ldap mapper in sendmail, so that mails for non-existing recipients are rejected, instead of bounced (sendmail.cf)
# Scalix LDAP mapper
Kldapsx ldap -h localhost -p 5757 -M simple
-T<TMPF> -1 -b "" -v scalixInstanceName -k (mail=%0)
Unfortunately, the ldapsx table is not aware of the A-B@C.de address and mails for it are rejected. What shall we change, so that ldapsx reports the address A-B@C.de as existing and mails for it are accepted?
Thank in advance for your answer,
Dilyan Palauzov
TelePower GmbH
We want to accept mails from outside of scalix and store them in public folders. We achieved this with the command omaddent, e.g.
omaddent -e "S=+BB/OU1=server/DDT1=BB/DDV1=A>B/IA=A-B@C.de/EX-CDA-DIRECTORY=1"
It worked fine. Then we installed the ldap mapper in sendmail, so that mails for non-existing recipients are rejected, instead of bounced (sendmail.cf)
# Scalix LDAP mapper
Kldapsx ldap -h localhost -p 5757 -M simple
-T<TMPF> -1 -b "" -v scalixInstanceName -k (mail=%0)
Unfortunately, the ldapsx table is not aware of the A-B@C.de address and mails for it are rejected. What shall we change, so that ldapsx reports the address A-B@C.de as existing and mails for it are accepted?
Thank in advance for your answer,
Dilyan Palauzov
TelePower GmbH