forked from johnstonjs/easyldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
12-postfix.ldif
10 lines (10 loc) · 888 Bytes
/
12-postfix.ldif
1
2
3
4
5
6
7
8
9
10
# Schema as required by Postfix: http://www.postfix.org/LDAP_README.html
# Use with ~$ sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f 12-postfix.ldif
# Source: https://github.com/credativ/postfix-ldap-schema
#
dn: cn=postfix,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: postfix
olcAttributeTypes: ( 1.3.6.1.4.1.4203.666.1.200 NAME 'mailacceptinggeneralid' DESC 'Postfix mail local address alias attribute' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
olcAttributeTypes: ( 1.3.6.1.4.1.4203.666.1.201 NAME 'maildrop' DESC 'Postfix mail final destination attribute' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
olcObjectClasses: ( 1.3.6.1.4.1.4203.666.1.100 NAME 'postfixUser' DESC 'Postfix mail user class' SUP top AUXILIARY MAY ( mailacceptinggeneralid $ maildrop ) )