diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-10-03 01:07:55 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-10-03 01:07:55 (GMT) |
commit | e062ac5eafe84357f7c3e561101e41ba8b3ee418 (patch) | |
tree | 4212ed03a98021d63e81c161bd7cff8b25982c96 | |
parent | 98421eabc73de74bde4d8f6974de9d694b70856c (diff) | |
download | kolab-schema-e062ac5eafe84357f7c3e561101e41ba8b3ee418.tar.gz |
new modifier syntax + changed postfix relayhost LDAP attributes
-rw-r--r-- | kolab2.schema | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kolab2.schema b/kolab2.schema index 550343a..e21020b 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -348,6 +348,12 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.509 SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) +attributetype ( 1.3.6.1.4.1.19414.2.1.510 + NAME 'postfix-relayport' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + ########################## # cyrus imapd attributes # ########################## @@ -493,6 +499,7 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 postfix-mydestination $ postfix-mynetworks $ postfix-relayhost $ + postfix-relayport $ postfix-transport $ postfix-virtual $ postfix-enable-virus-scan $ |