Verified Commit 9838d204 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:tractor: fix(mail) Marked unused mail attributes as OBSOLETE

issue #6003
Showing with 7 additions and 4 deletions
+7 -4
......@@ -32,18 +32,21 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.7 NAME 'gosaMailForwardingAddress'
attributetype ( 1.3.6.1.4.1.10098.1.1.12.8 NAME 'gosaMailMaxSize'
DESC 'Block mails bigger than this value'
OBSOLETE
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
attributetype ( 1.3.6.1.4.1.10098.1.1.12.9 NAME 'gosaSpamSortLevel'
DESC 'Spamassassins hits'
OBSOLETE
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
attributetype ( 1.3.6.1.4.1.10098.1.1.12.10 NAME 'gosaSpamMailbox'
DESC 'Where to put spam'
OBSOLETE
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
......@@ -97,12 +100,12 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.5 NAME 'gosaMailAccount' SUP top AUXILI
MUST ( mail )
MAY ( gosaMailServer $ gosaMailDeliveryMode $ gosaMailQuota $
gosaMailAlternateAddress $ gosaMailForwardingAddress $
gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox $
gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget ))
gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget $
gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox ))
objectclass ( 1.3.6.1.4.1.38414.10.2.5 NAME 'fdGroupMail' SUP top AUXILIARY
DESC 'Basic user group mailing list'
MUST ( mail )
MAY ( gosaMailServer $ gosaMailAlternateAddress $ gosaMailForwardingAddress $
gosaMailMaxSize $ fdGroupMailLocalOnly $
fdGroupMailMembersAcl ))
fdGroupMailLocalOnly $ fdGroupMailMembersAcl $
gosaMailMaxSize ))
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment