Sorry, I didnt mention my LDAP server. This is MS ActiveDir... my attributes for mailAlternateAddress from ldiff file: -------------------------------- dn: CN=qmailAlternateAddress,CN=Schema,CN=Configuration,DC=academy,DC=sumy,DC=ua changetype: add objectClass: attributeSchema ldapDisplayName: qmailAlternateAddress adminDisplayName: qmailAlternateAddress adminDescription: Secondary (alias) mailaddresses for the same user attributeId: 1.3.6.1.4.1.7914.1.2.1.4 attributeSyntax: 2.5.5.5 omSyntax: 22 isSingleValued: FALSE systemOnly: FALSE searchFlags: 1 ---------------------------------- attributeSyntax: 2.5.5.5 (IA5-String) seems to be case sensitive. Thanks Jason!
Does anybody work with MS ActiveDir as a qmail-ldap backend? On Wednesday 20 August 2003 23:38, you wrote: > I believe you're supposed to configure case insensitivity in the > open-ldap schema for qmailUser. I am looking into but don't currently > use the verifyrcptto patch. > > attributetype ( 1.3.6.1.4.1.7914.1.2.1.4 NAME 'mailAlternateAddress' > DESC 'Secondary (alias) mailaddresses for the same user' > EQUALITY caseIgnoreIA5Match > SUBSTR caseIgnoreIA5SubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) >
