diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-05-29 22:43:44 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-05-29 22:43:44 (GMT) |
commit | 6a9589d8b59bbe2b191c6290f7fa43999bfc7050 (patch) | |
tree | 6e00e88c729a69ed5ad4b5d325af190bd7e84efd | |
parent | f8be1838369a6f24f68256306aa923987eeee768 (diff) | |
download | kolab-schema-6a9589d8b59bbe2b191c6290f7fa43999bfc7050.tar.gz |
added postfix virtual map attribute (Issue768)2.0-pre_autoperl
-rw-r--r-- | kolab2.schema | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kolab2.schema b/kolab2.schema index 3847043..c936e3f 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -213,6 +213,12 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.508 EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) +attributetype ( 1.3.6.1.4.1.19414.2.1.509 + NAME 'postfix-virtual' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + ########################## # cyrus imapd attributes # ########################## @@ -333,6 +339,7 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 postfix-mynetworks $ postfix-relayhost $ postfix-transport $ + postfix-virtual $ postfix-enable-virus-scan $ postfix-allow-unauthenticated $ cyrus-autocreatequota $ |