Page 1 of 1

scalix, sendmail and the ldap mapper

Posted: Tue Dec 23, 2008 8:29 am
by Dilyan Palauzov
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

Posted: Tue Dec 23, 2008 12:48 pm
by schmoe90
You don't say what version you're using, but this sounds like:
https://bugzilla.scalix.com/show_bug.cgi?id=17373

this was fixed in 11.4.2.

ldap mapper and CN=

Posted: Sun Dec 28, 2008 10:51 am
by Dilyan Palauzov
Hello,

We use Server Version 11.4.2.12068 . The problem was solved, when a "CN=something" was attached to each entry:

sendmail -bv A-B@C.D
A-B@C.D... User unknown

ommodent -e "S=+BB/OU1=server/DDT1=BB/DDV1=A>B/INTERNET-ADDR=A-B@C.D/EX-CDA-DIRECTORY=1" -n "CN=A-B@C.D"

sendmail -bv A-B@C.D
A-B@C.D ... deliverable: mailer scalix_mime, host scalix-pf, user A-B@C.D

Greetings,
Dilyan Palauzov