X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fldap%2Fschema%2Fqmail-reduced.schema;fp=etc%2Fldap%2Fschema%2Fqmail-reduced.schema;h=1a659911e3b458109706919092376e13973e1735;hb=69608f04d4132ee8909f1d9b17f74948ad035242;hp=0000000000000000000000000000000000000000;hpb=ad47c2bb160b56dcc151fe73e872b059ffd0ce37;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/ldap/schema/qmail-reduced.schema b/etc/ldap/schema/qmail-reduced.schema new file mode 100644 index 0000000..1a65991 --- /dev/null +++ b/etc/ldap/schema/qmail-reduced.schema @@ -0,0 +1,25 @@ +# This is a selection of attribute types from the qmail.schema file. + + attributetype ( 1.3.6.1.4.1.7914.1.2.1.4 NAME 'mailAlternateAddress' + DESC 'Secondary (alias) mailaddresses for the same user' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + + attributetype ( 1.3.6.1.4.1.7914.1.2.1.6 NAME 'mailHost' + DESC 'On which qmail server the messagestore of this user is located.' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE) + + attributetype ( 1.3.6.1.4.1.7914.1.2.1.7 NAME 'mailForwardingAddress' + DESC 'Address(es) to forward all incoming messages to.' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + + attributetype ( 1.3.6.1.4.1.7914.1.3.1.2 NAME 'rfc822member' + DESC 'Group member specified as normal rf822 email address.' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )