60inetmail.ldif 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # 60inetmail.ldif - From the Lachman Intranet Mail Routing - The mailRecipient
  2. # Object Class
  3. ################################################################################
  4. #
  5. dn: cn=schema
  6. #
  7. ################################################################################
  8. #
  9. attributeTypes: (
  10. 1.3.6.1.4.1.15347.2.102
  11. NAME 'transport'
  12. SUP name
  13. )
  14. #
  15. ################################################################################
  16. #
  17. attributeTypes: (
  18. 2.16.840.1.113730.3.1.24
  19. NAME 'mailRoutingAddress'
  20. SUP mail
  21. )
  22. #
  23. ################################################################################
  24. #
  25. attributeTypes: (
  26. 1.3.6.1.4.1.15347.2.110
  27. NAME 'maildest'
  28. DESC 'Restricted to send only to local network'
  29. EQUALITY caseIgnoreMatch
  30. SUBSTR caseIgnoreSubstringsMatch
  31. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768}
  32. )
  33. #
  34. ################################################################################
  35. #
  36. attributeTypes: (
  37. 1.3.6.1.4.1.15347.2.111
  38. NAME 'mailaccess'
  39. DESC 'Can be mailed to restricted groups'
  40. EQUALITY caseIgnoreMatch
  41. SUBSTR caseIgnoreSubstringsMatch
  42. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768}
  43. )
  44. #
  45. ################################################################################
  46. #
  47. attributeTypes: (
  48. 1.3.6.1.4.1.15347.2.100
  49. NAME ( 'maildrop' )
  50. DESC 'RFC1274: RFC822 Mailbox'
  51. EQUALITY caseIgnoreIA5Match
  52. SUBSTR caseIgnoreIA5SubstringsMatch
  53. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  54. )
  55. #
  56. ################################################################################
  57. #
  58. attributeTypes: (
  59. 1.3.6.1.4.1.10018.1.1.1
  60. NAME 'mailbox'
  61. DESC 'The absolute path to the mailbox for a mail account in a non-default location'
  62. EQUALITY caseExactIA5Match
  63. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  64. SINGLE-VALUE
  65. )
  66. #
  67. ################################################################################
  68. #
  69. objectClasses: (
  70. 1.3.6.1.4.1.15347.2.1
  71. NAME 'mailUser'
  72. DESC 'E-Mail User'
  73. SUP top
  74. AUXILIARY
  75. MUST ( uid $ mail $ maildrop )
  76. MAY ( cn $ mailbox $ maildest $ mailaccess )
  77. )
  78. #
  79. ################################################################################
  80. #
  81. objectClasses: (
  82. 2.16.840.1.113730.3.2.4
  83. NAME 'mailGroup'
  84. DESC 'E-Mail Group'
  85. SUP top
  86. STRUCTURAL
  87. MUST ( cn $ mail )
  88. MAY ( mailRoutingAddress $ member $ description )
  89. )
  90. #
  91. ################################################################################
  92. #
  93. objectClasses: (
  94. 1.3.6.1.4.1.15347.2.3
  95. NAME 'transportTable'
  96. DESC 'MTA Transport Table'
  97. SUP top
  98. STRUCTURAL
  99. MUST ( cn $ transport )
  100. )
  101. #
  102. ################################################################################
  103. #