From 50be1a2bfc02d77e29b26c6d3fe84e73f3c1f7ab Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 27 Jul 2006 13:00:02 +0000 Subject: [PATCH] Added spam server descriptions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4329 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goserver.schema | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index 1293be67b..8e917854d 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -339,6 +339,44 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.61 NAME 'goCupsServerStatus' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.9.62 NAME 'saRewriteHeader' + DESC 'Text to place in front of mail subjects' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.63 NAME 'saTrustedNetworks' + DESC 'List of trusted networks' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.64 NAME 'saRequiredScore' + DESC 'Required score to tag a mail as SPAM' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE) + +#saFlags B: Enable use of bayes filtering +# b: Enable bayes auto learning +# C: Enable RBL checks +# R: Enable use of Razor +# D: Enable use of DDC +# P: Enable use of Pyzor +attributetype ( 1.3.6.1.4.1.10098.1.1.9.65 NAME 'saFlags' + DESC 'Flags for spamassassin' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.66 NAME 'saRule' + DESC 'Base64 encoded rule text for spamassassin' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.67 NAME 'saStatus' + DESC 'Server status container - on / off / fail' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + ## ## Objectclasses @@ -438,3 +476,12 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.37 NAME 'goGlpiServer' SUP top AUXILIARY DESC 'Glpi server definition (v2.4)' MUST ( cn $ goGlpiAdmin $ goGlpiDatabase) MAY ( description $ goGlpiPassword $ goGlpiServerStatus ) ) + +# Spamassassin definitions +objectclass (1.3.6.1.4.1.10098.1.2.1.38 NAME 'goSpamServer' SUP top AUXILIARY + DESC 'Glpi server definition (v2.5)' + MUST ( cn ) + MAY ( saRewriteHeader $ saTrustedNetworks $ saRequiredScore $ saFlags $ + saRule $ saStatus ) ) + + -- 2.30.2