mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] a mailAlias without maildrop attribute is a nonsense
This commit is contained in:
parent
e19e7c5710
commit
40e907acf5
1 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,9 @@ objectclass ( 1.3.6.1.4.1.40328.1.1.2.2
|
|||
|
||||
# Mail Group Objectclass
|
||||
objectclass ( 1.3.6.1.4.1.40328.1.1.2.3
|
||||
NAME 'mailGroup' SUP top AUXILIARY
|
||||
NAME 'mailGroup'
|
||||
SUP top
|
||||
AUXILIARY
|
||||
DESC 'Mail Group'
|
||||
MUST ( mail )
|
||||
)
|
||||
|
@ -92,4 +94,7 @@ objectclass ( 1.3.6.1.4.1.40328.1.2.4.4
|
|||
NAME 'mailAlias'
|
||||
SUP top
|
||||
STRUCTURAL
|
||||
MUST (
|
||||
mail $ maildrop
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue