feat: add mailSendOnly possibility
This commit is contained in:
parent
133d031386
commit
6072d13dc0
3 changed files with 12 additions and 6 deletions
|
|
@ -376,6 +376,12 @@ in
|
|||
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256})
|
||||
''
|
||||
''
|
||||
(1.3.6.1.4.1.12461.1.1.9 NAME 'mailSendOnly'
|
||||
DESC 'If TRUE, account can only send mail, not receive'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
||||
''
|
||||
];
|
||||
olcObjectClasses = [
|
||||
''
|
||||
|
|
@ -383,14 +389,14 @@ in
|
|||
SUP top AUXILIARY
|
||||
DESC 'Mail account objects'
|
||||
MUST ( mail $ userPassword )
|
||||
MAY ( cn $ description $ quota))
|
||||
MAY ( cn $ description $ quota $ mailSendOnly))
|
||||
''
|
||||
''
|
||||
(1.3.6.1.4.1.12461.1.2.2 NAME 'mailAlias'
|
||||
SUP top STRUCTURAL
|
||||
DESC 'Mail aliasing/forwarding entry'
|
||||
MUST ( mail $ maildrop )
|
||||
MAY ( cn $ description ))
|
||||
MAY ( cn $ description $ mailSendOnly ))
|
||||
''
|
||||
''
|
||||
(1.3.6.1.4.1.12461.1.2.3 NAME 'mailDomain'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue