[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: sendmail+LDAP



On Thursday 21 February 2002 12:50 pm, you wrote:
> hello,
>
> i'm trying to use openldap with sendmail for mail routing but when i run
> openldap in configuration file processing mode (level 64)
> these is the output:
>
> /usr/etc/openldap-2.0.7/etc/openldap/schema/mail-routing.oc.conf: line
> 10: old attribute type format not supported.
> line 11 (attribute mailHost            cis)
> /usr/etc/openldap-2.0.7/etc/openldap/schema/mail-routing.oc.conf: line
> 11: old attribute type format not supported.
> line 12 (attribute mailLocalAddress    cis)
> /usr/etc/openldap-2.0.7/etc/openldap/schema/mail-routing.oc.conf: line
> 12: old attribute type format not supported.
> line 20 (objectClass inetLocalMailRecipient
> requires                      objectClass
> allows                       mailLocalAddress,
> mailRoutingAddress,                      mailHost)
> /usr/etc/openldap-2.0.7/etc/openldap/schema/m' line
> 20: old objectclass format not supported.
> line 9 (index mailLocalAddress)
> /usr/etc/openldap-2.0.7/etc/openldap/slapd.conf: line 9: unknown
> directive "index" outside backend info and database definitions
> (ignored)
>
> i using the sendmail+LDAP howto as my reference, and i just noticed that
> the version of ldap used/specified there is openldap-1.2.11.
> me, i'm using openldap-2.0.7(as seen above). guess it's obviously not
> being supported. can anyone tell me what to do to?
> i really need this to work.
> i really appreciate any help.
>
> cathy

It's wrong.You must use new schema (openldap v 1.2.x support schema 2 but 
openldap v2.x support schema 3), so you must re-configure script 
'mail-routing.oc.conf' and adapt it to schema 3 (it's based on schema 2)
Best regards, Francesco