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

Re: sendmail.schema (ITS#2144)



Folks,

	Just found the thread at 
<http://www.openldap.org/lists/openldap-bugs/200210/msg00064.html> in 
the archive.  I was getting exactly the same error.  It turns out 
that the cf/sendmail.schema file in sendmail-8.12.6 had a slight 
error (and perhaps earlier).  In particular, it had the following 
definition:

		# attribute sendmailMTAAliasGrouping    cis
		attributetype ( 1.3.6.1.4.1.6152.10.3.1.18
			NAME 'sendmailMTAAliasGrouping'
			DESC 'name that identifies a particular aliases grouping'
			EQUALITY caseIgnoreMatch
			SUBSTR caseIgnoreSubstringsMatch
			SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

	This error is fixed with sendmail-8.12.7, which changes this 
slightly, to be:

		# attribute sendmailMTAAliasGrouping    cis
		attributetype ( 1.3.6.1.4.1.6152.10.3.1.18
			NAME 'sendmailMTAAliasGrouping'
			DESC 'name that identifies a particular aliases grouping'
			EQUALITY caseIgnoreIA5Match
			SUBSTR caseIgnoreIA5SubstringsMatch
			SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )


	Note that "EQUALITY caseIgnoreMatch" was changed to "EQUALITY 
caseIgnoreIA5Match", and "SUBSTR caseIgnoreSubstringsMatch" was 
changed to "SUBSTR caseIgnoreIA5SubstringsMatch".

-- 
Brad Knowles <brad.knowles@asml.nl>   Tel/Fax: +31 40 268 3729/4218
   ASML ITM&S Unix Competence Center   Veldhoven, The Netherlands