]> Git — Sourcephile - sourcephile-nix.git/blob - install/logical/friot/openldap/schema/postfix2.schema
postfix: add LDAP support.
[sourcephile-nix.git] / install / logical / friot / openldap / schema / postfix2.schema
1 # Schema as required by Postfix: http://www.postfix.org/LDAP_README.html
2
3 attributetype (
4 1.3.6.1.4.1.4203.666.1.200
5 NAME 'mailacceptinggeneralid'
6 DESC 'Postfix mail local address alias attribute'
7 EQUALITY caseIgnoreMatch
8 SUBSTR caseIgnoreSubstringsMatch
9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024}
10 )
11
12 attributetype (
13 1.3.6.1.4.1.4203.666.1.201
14 NAME 'maildrop'
15 DESC 'Postfix mail final destination attribute'
16 EQUALITY caseIgnoreMatch
17 SUBSTR caseIgnoreSubstringsMatch
18 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024}
19 )
20
21 objectclass (
22 1.3.6.1.4.1.4203.666.1.100
23 NAME 'postfixUser'
24 DESC 'Postfix mail user class'
25 SUP top
26 AUXILIARY
27 MAY (
28 mailacceptinggeneralid $ maildrop
29 )
30 )