1 # SOURCE: https://github.com/variablenix/ldap-mail-schema/
2 # DOC: http://www.postfix.org/LDAP_README.html
3 dn: cn=postfix2,cn=schema,cn=config
4 objectClass: olcSchemaConfig
5 olcAttributeTypes: ( 1.3.6.1.4.1.4203.666.1.200
6 NAME 'mailacceptinggeneralid'
7 DESC 'Postfix mail local address alias attribute'
8 EQUALITY caseIgnoreMatch
9 SUBSTR caseIgnoreSubstringsMatch
10 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
11 olcAttributeTypes: ( 1.3.6.1.4.1.4203.666.1.201
13 DESC 'Postfix mail final destination attribute'
14 EQUALITY caseIgnoreMatch
15 SUBSTR caseIgnoreSubstringsMatch
16 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
17 olcObjectClasses: ( 1.3.6.1.4.1.4203.666.1.100
19 DESC 'Postfix mail user class'
21 MAY ( mailacceptinggeneralid $ maildrop ) )