Reordering attributes
This commit is contained in:
parent
e7f7759458
commit
04c7f5a41d
1 changed files with 5 additions and 5 deletions
|
@ -34,11 +34,6 @@ attributetype ( 1.3.6.1.4.1.39196.2.1.7 NAME 'mailRelayed'
|
|||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.39196.2.1.10 NAME 'mailRelay'
|
||||
DESC 'A boolean value directing postfix to relay mail for this domain'
|
||||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.39196.2.1.8 NAME 'mailAcceptingAddressPrimary'
|
||||
DESC 'RFC822 primary email address of this recipient'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
|
@ -49,6 +44,11 @@ attributetype ( 1.3.6.1.4.1.39196.2.1.9 NAME 'mailHosted'
|
|||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.39196.2.1.10 NAME 'mailRelay'
|
||||
DESC 'A boolean value directing postfix to relay mail for this domain'
|
||||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.39196.2.1.11 NAME 'mailQuota'
|
||||
DESC 'Quotas (FileSystem:BlocksSoft,BlocksHard,InodesSoft,InodesHard)'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
|
|
Loading…
Reference in a new issue