epsm.schema
changeset 30 39045909d979
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/epsm.schema	Thu Nov 03 10:21:17 2005 +0000
@@ -0,0 +1,50 @@
+# $Id:$
+# $URL:$
+# © Heiko Schlittermann
+#
+# 1.3.6.1.4.1.23297		schlittermann OID
+# ...
+# 1.3.6.1.4.1.23297.10.		other
+# ...
+# 1.3.6.1.4.1.23297.10.4	- Epsilon Data - München
+
+objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
+objectIdentifier epsmRoot schlittermannRoot:10.4
+objectIdentifier epsmAttribute epsmRoot:1
+objectIdentifier epsmObjectClass epsmRoot:2
+
+attributetype (
+    epsmAttribute:1 NAME ('epsmMailPrimaryAddress' 'epsmMailOfficialAddress') DESC 'official mail address'
+    SUP mail
+    SINGLE-VALUE )
+
+attributetype (
+    epsmAttribute:2 NAME 'epsmMailForwardingAddress' DESC 'forwarding information for this recipient'
+    EQUALITY caseIgnoreIA5Match
+    SUBSTR caseIgnoreIA5SubstringsMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+attributetype (
+    epsmAttribute:3 NAME ('epsmMailGroup') DESC 'mail group we are member of'
+    SUP mail )
+
+attributetype (
+    epsmAttribute:4 NAME ('epsmMailAddress') DESC 'mail address'
+    SUP mail )
+
+####
+
+objectClass (
+    epsmObjectClass:2 NAME 'epsmMailAlias' DESC 'Alias'
+    SUP top
+    STRUCTURAL
+    MUST ( mail )
+    MAY ( epsmMailForwardingAddress $ description ) )
+
+objectClass (
+    epsmObjectClass:3 NAME 'epsmMailRecipient' DESC 'mail attributes associated to person'
+    SUP top
+    AUXILIARY
+    MAY ( epsmMailPrimaryAddress $ epsmMailAddress $ epsmMailGroup $ epsmMailForwardingAddress $ description ) )
+
+# vim:sts=4 sw=4 aw ai sm: