This file is indexed.

/usr/share/sendmail/examples/ldap/sendmail.schema.v1 is in sendmail-base 8.14.4-4.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
#	All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
# $Id: sendmail.schema,v 8.6 2001/02/14 05:03:22 gshapiro Exp $
#
# sendmail specific schemas
#

attribute sendmailMTAMapName			cis
attribute sendmailMTAMapHost			cis
attribute sendmailMTAMapDescription		cis

attribute sendmailMTAMapKey			cis
attribute sendmailMTAMapValue			cis
attribute sendmailMTAMapObjectDescription	cis

objectClass sendmailMTAMap
   requires
      objectClass,
      sendmailMTAMapName,
      sendmailMTAMapHost,
   allows
      sendmailMTAMapDescription

objectClass sendmailMTAMapObject
   requires
      objectClass,
      sendmailMTAMapKey,
      sendmailMTAMapValue
   allows
      sendmailMTAMapObjectDescription

#
# The default aliases LDAP schema is used when the AliasFile option is set
# to something like:
#
# O AliasFile=ldap:
#
# That schema is simply:
#

attribute sendmailMTAAliasHost			cis
attribute sendmailMTAAliasDescription		cis

attribute sendmailMTAAliasKey			cis
attribute sendmailMTAAliasValue			cis

objectClass sendmailMTAAlias
   requires
      objectClass,
      sendmailMTAAliasHost,
      sendmailMTAAliasKey,
      sendmailMTAAliasValue
   allows
      sendmailMTAAliasDescription