postfix-book.schema 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # $Id$
  2. #
  3. # State of Mind
  4. # Private Enterprise Number: 29426
  5. #
  6. # OID prefix: 1.3.6.1.4.1.29426
  7. #
  8. # Attributes: 1.3.6.1.4.1.29426.1.10.x
  9. #
  10. attributetype ( 1.3.6.1.4.1.29426.1.10.1 NAME 'mailHomeDirectory'
  11. DESC 'The absolute path to the mail user home directory'
  12. EQUALITY caseExactIA5Match
  13. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  14. attributetype ( 1.3.6.1.4.1.29426.1.10.2 NAME 'mailAlias'
  15. DESC 'RFC822 Mailbox - mail alias'
  16. EQUALITY caseIgnoreIA5Match
  17. SUBSTR caseIgnoreIA5SubstringsMatch
  18. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  19. attributetype ( 1.3.6.1.4.1.29426.1.10.3 NAME 'mailUidNumber'
  20. DESC 'UID required to access the mailbox'
  21. EQUALITY integerMatch
  22. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  23. attributetype ( 1.3.6.1.4.1.29426.1.10.4 NAME 'mailGidNumber'
  24. DESC 'GID required to access the mailbox'
  25. EQUALITY integerMatch
  26. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  27. attributetype ( 1.3.6.1.4.1.29426.1.10.5 NAME 'mailEnabled'
  28. DESC 'TRUE to enable, FALSE to disable account'
  29. EQUALITY booleanMatch
  30. SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
  31. attributetype ( 1.3.6.1.4.1.29426.1.10.6 NAME 'mailGroupMember'
  32. DESC 'Name of a mail distribution list'
  33. EQUALITY caseExactIA5Match
  34. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  35. attributetype ( 1.3.6.1.4.1.29426.1.10.7 NAME 'mailQuota'
  36. DESC 'Mail quota limit in kilobytes'
  37. EQUALITY caseExactIA5Match
  38. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  39. attributetype ( 1.3.6.1.4.1.29426.1.10.8 NAME 'mailStorageDirectory'
  40. DESC 'The absolute path to the mail users mailbox'
  41. EQUALITY caseExactIA5Match
  42. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  43. #
  44. # Objects: 1.3.6.1.4.1.29426.1.2.2.x
  45. #
  46. objectclass ( 1.3.6.1.4.1.29426.1.2.2.1 NAME 'PostfixBookMailAccount'
  47. SUP top AUXILIARY
  48. DESC 'Mail account used in Postfix Book'
  49. MUST ( mail )
  50. MAY ( mailHomeDirectory $ mailAlias $ mailGroupMember
  51. $ mailUidNumber $ mailGidNumber $ mailEnabled
  52. $ mailQuota $mailStorageDirectory ) )
  53. objectclass ( 1.3.6.1.4.1.29426.1.2.2.2 NAME 'PostfixBookMailForward'
  54. SUP top AUXILIARY
  55. DESC 'Mail forward used in Postfix Book'
  56. MUST ( mail $ mailAlias ))