diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-06-06 23:46:16 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-06-06 23:46:16 (GMT) |
commit | 55e5f79e537f4a682478b572726c63f6427713e6 (patch) | |
tree | 9e75175e37faf3942edbcc8cece95ed58592b082 | |
parent | 6a9589d8b59bbe2b191c6290f7fa43999bfc7050 (diff) | |
download | kolab-schema-55e5f79e537f4a682478b572726c63f6427713e6.tar.gz |
Moved kolabfilter settings verify_from and allow_sender to LDAP
-rw-r--r-- | kolab2.schema | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/kolab2.schema b/kolab2.schema index c936e3f..441da42 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -302,6 +302,23 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.702 EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) +########################## +# kolabfilter attributes # +########################## + +# enable trustable From: +attributetype ( 1.3.6.1.4.1.19414.2.1.750 + NAME 'kolabfilter-verify-from-header' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) + +# should Sender header be allowed instead of From +# when present? +attributetype ( 1.3.6.1.4.1.19414.2.1.751 + NAME 'kolabfilter-allow-sender-header' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) + ###################### # proftpd attributes # ###################### @@ -332,7 +349,7 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 DESC 'Kolab server configuration' SUP top STRUCTURAL MUST k - MAY ( kolabHost $ + MAY ( kolabHost $ postfix-mydomain $ postfix-relaydomains $ postfix-mydestination $ @@ -341,7 +358,7 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 postfix-transport $ postfix-virtual $ postfix-enable-virus-scan $ - postfix-allow-unauthenticated $ + postfix-allow-unauthenticated $ cyrus-autocreatequota $ cyrus-quotawarn $ cyrus-autocreatequota $ @@ -352,7 +369,9 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 cyrus-pop3s $ cyrus-sieve $ apache-http $ - apache-allow-unauthenticated-fb $ + apache-allow-unauthenticated-fb $ + kolabfilter-verify-from-header $ + kolabfilter-allow-sender-header $ proftpd-ftp $ proftpd-defaultquota $ kolabFreeBusyFuture $ @@ -392,13 +411,13 @@ objectclass ( 1.3.6.1.4.1.19414.3.2.2 SUP top AUXILIARY MAY ( c $ alias $ - kolabHomeServer $ + kolabHomeServer $ kolabHomeMTA $ unrestrictedMailSize $ kolabDelegate $ kolabEncryptedPassword $ - cyrus-userquota $ - kolabInvitationPolicy $ + cyrus-userquota $ + kolabInvitationPolicy $ kolabFreeBusyFuture $ calFBURL $ kolabDeleteflag ) ) |