X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=userdir-ldap.schema;h=700947450d4d3cd141dc0304e229bac83c1ee6b4;hp=1be2c2923703cc6ba28f40a5a3bc390a0a63ce89;hb=0d0ec9c38991f84768628eee0de17888f29d48ea;hpb=116dbd7f78aff162fb4ba9f9739e4b70a8de9341 diff --git a/userdir-ldap.schema b/userdir-ldap.schema index 1be2c29..7009474 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -128,6 +128,7 @@ # .12 - RHS RBL # .13 - whitelist # .14 - bATVToken +# .15 - mailDefaultOptions # Public attribute types attributetype ( 1.3.6.1.4.1.9586.100.4.2.1 @@ -490,6 +491,12 @@ attributetype ( 1.3.6.1.4.1.9586.100.4.4.14 EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) +attributetype ( 1.3.6.1.4.1.9586.100.4.4.15 + NAME 'mailDefaultOptions' + DESC 'Whether or not to use a default set of anti-spam options' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) + attributetype ( 1.3.6.1.4.1.9586.100.4.2.38 NAME 'mailContentInspectionAction' DESC 'what to do on content inspection hits' @@ -536,7 +543,8 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.1 jabberJID $ keyFingerPrint $ latitude $ longitude $ mn $ onVacation $ privateSub $ sshRSAAuthKey $ supplementaryGid $ access $ gender $ birthDate $ mailCallout $ mailGreylisting $ - mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction $ bATVToken + mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction $ + bATVToken $ mailDefaultOptions ) ) objectclass ( 1.3.6.1.4.1.9586.100.4.3.2 @@ -557,5 +565,6 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.3 SUP account STRUCTURAL MAY ( emailForward $ supplementaryGid $ allowedHost $ labeledURI $ mailCallout $ mailGreylisting $ mailRBL $ mailRHSBL $ - mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction $ bATVToken + mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction $ + bATVToken $ mailDefaultOptions ) )