feat: add mailSendOnly possibility

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-18 14:15:48 +01:00
parent 133d031386
commit 6072d13dc0
3 changed files with 12 additions and 6 deletions

View file

@ -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'