|
From: <dwe...@us...> - 2008-12-03 16:19:55
|
Revision: 263
http://elma.svn.sourceforge.net/elma/?rev=263&view=rev
Author: dweuthen
Date: 2008-12-03 16:19:50 +0000 (Wed, 03 Dec 2008)
Log Message:
-----------
mailSpamFilter added
Modified Paths:
--------------
trunk/doc/examples/ldap/elma-0.3.schema
Modified: trunk/doc/examples/ldap/elma-0.3.schema
===================================================================
--- trunk/doc/examples/ldap/elma-0.3.schema 2008-12-03 15:50:52 UTC (rev 262)
+++ trunk/doc/examples/ldap/elma-0.3.schema 2008-12-03 16:19:50 UTC (rev 263)
@@ -11,7 +11,8 @@
DESC 'FQHN of mailstorage host'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.25287.1.1.1.3
NAME 'mailSieveFilter'
@@ -19,12 +20,21 @@
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
+attributetype ( 1.3.6.1.4.1.25287.1.1.2.4
+ NAME 'mailSpamFilter'
+ DESC 'set spamfilter action'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ SINGLE-VALUE )
+
+
# mailDomain
objectclass ( 1.3.6.1.4.1.25287.1.1.2.100
NAME 'mailDomain' SUP domain
DESC 'Mail Domain' STRUCTURAL
MUST ( dc $ mailStatus $ mailStorageserver)
- MAY ( mailSieveFilter ) )
+ MAY ( mailSieveFilter $ mailSpamFilter) )
# mailUser
attributetype ( 1.3.6.1.4.1.25287.1.1.2.201
@@ -37,7 +47,7 @@
NAME 'mailUser'
DESC 'Mail router user' SUP person STRUCTURAL
MUST ( uid $ userPassword $ homeDirectory $ mailStatus $ mailStorageserver)
- MAY ( clearpassword $ mailSieveFilter ) )
+ MAY ( clearpassword $ mailSieveFilter $ mailSpamFilter) )
# mailAlias
attributetype ( 1.3.6.1.4.1.25287.1.1.2.301 NAME 'mailAliasedName'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|