X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.schema;h=700947450d4d3cd141dc0304e229bac83c1ee6b4;hb=ab9b6db10f47351659f37b0d75acfad2d40d2493;hp=fd29592cf032c3c2e28c75464a8fac790d76e2be;hpb=7d5f5f8886893115fac555847a6f01fcbd8b529e;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.schema b/userdir-ldap.schema index fd29592..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 + 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 + mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction $ + bATVToken $ mailDefaultOptions ) )