X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.schema;h=e4ef4cb359c3ed4e7ec51e7b5a8078e638c33f5a;hb=80085a3c2d7e2f3243d62588022c1b93a85eb6f3;hp=76afce6439e1e6bf387b76957319c998f72dbd71;hpb=34c5d26cd16f3e10dc9a6275068e9dc74e35c8c4;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.schema b/userdir-ldap.schema index 76afce6..e4ef4cb 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -120,6 +120,7 @@ # .11 - DNS RBL # .12 - RHS RBL # .13 - whitelist +# .14 - OptOut Spamfiltering # Public attribute types attributetype ( 1.3.6.1.4.1.9586.100.4.2.1 @@ -478,6 +479,12 @@ attributetype ( 1.3.6.1.4.1.9586.100.4.4.13 SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) +attributetype ( 1.3.6.1.4.1.9586.100.4.4.14 + NAME 'mailSpamOptOut' + DESC 'I dont like the debian anti spam setup, i want no spam filtering' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) + # Experimental objectclasses: objectclass ( 1.3.6.1.4.1.9586.100.4.3.1 @@ -510,5 +517,5 @@ 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 + mailWhitelist $ mailSpamOptOut ) )