/usr/share/dirsrv/data/60sendmail.ldif is in 389-ds-base 1.3.7.10-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 | #
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
X-ORIGIN 'draft-lachman-laser-ldap-mail-routing-02.txt'
)
#
################################################################################
#
attributeTypes: (
2.16.840.1.113730.3.1.18
NAME 'mailHost'
DESC 'FQDN of the SMTP/MTA of this recipient'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE
X-ORIGIN 'draft-lachman-laser-ldap-mail-routing-02.txt'
)
#
################################################################################
#
attributeTypes: (
2.16.840.1.113730.3.1.47
NAME 'mailRoutingAddress'
DESC 'RFC822 routing address of this recipient'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE
X-ORIGIN 'draft-lachman-laser-ldap-mail-routing-02.txt'
)
#
################################################################################
#
objectClasses: (
2.16.840.1.113730.3.2.147
NAME 'inetLocalMailRecipient'
DESC 'Internet local mail recipient'
SUP top
AUXILIARY
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress )
X-ORIGIN 'draft-lachman-laser-ldap-mail-routing-02.txt'
)
#
################################################################################
#
|