diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2009-01-07 09:18:54 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2009-01-07 09:18:54 (GMT) |
commit | 57af2d555cb832355abb81878e9e5f69a56a8c71 (patch) | |
tree | 5cd7120ff49de39f07c95ad55d8cbe9b8a9528bd | |
parent | e5fe6127da08609d90e91086e8041e7944eceb54 (diff) | |
download | kolab-schema-57af2d555cb832355abb81878e9e5f69a56a8c71.tar.gz |
Martin Konold: Made postfix message size limit configurable via LDAP while remaining backwards compatible. Gunnar will do the final testing
-rw-r--r-- | kolab2.schema | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kolab2.schema b/kolab2.schema index 4987032..8a22642 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -405,6 +405,11 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.510 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.511 + NAME 'postfix-message_size_limit' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) + ########################## # cyrus imapd attributes # ########################## |