# $OpenLDAP$ # # Assorted definitions from several sources # depends on core.schema and pilot.schema # # # draft-lachman-laser-ldap-mail-routing-00.txt # attributetype ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress' DESC 'RFC 822 email address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) attributetype ( 2.16.840.1.113730.3.1.18 NAME 'mailHost' DESC 'alternate RFC 822 email address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) attributetype ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress' DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )) #objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient' # SUP top AUXILIARY # MAY ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress ) # # RFC2247 # This may need to be moved to core.schema objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc ) # # RFC2377 # This may need to be moved to core.schema objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid ) # Origin of this has not been identified. We had it and Netscape has it # too. attributetype ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )