diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-06-10 23:54:37 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-06-10 23:54:37 (GMT) |
commit | 150fb64488409a54614e4becc1260fc03b56ba71 (patch) | |
tree | 68e4991557d16990e78167e74cde902c68267672 | |
parent | 55e5f79e537f4a682478b572726c63f6427713e6 (diff) | |
download | kolab-schema-150fb64488409a54614e4becc1260fc03b56ba71.tar.gz |
rewite from header (Issue783)
-rw-r--r-- | kolab2.schema | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/kolab2.schema b/kolab2.schema index 441da42..b8f0d32 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -319,6 +319,13 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.751 EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) +# Should reject messages with From headers that dont match +# the envelope? Default is to rewrite the header +attributetype ( 1.3.6.1.4.1.19414.2.1.752 + NAME 'kolabfilter-reject-forged-from-header' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) + ###################### # proftpd attributes # ###################### @@ -372,6 +379,7 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 apache-allow-unauthenticated-fb $ kolabfilter-verify-from-header $ kolabfilter-allow-sender-header $ + kolabfilter-reject-forged-from-header $ proftpd-ftp $ proftpd-defaultquota $ kolabFreeBusyFuture $ @@ -451,4 +459,4 @@ objectclass ( 1.3.6.1.4.1.19414.3.2.5 DESC 'Kolab group of names (DNs) derived from RFC2256' SUP groupOfNames STRUCTURAL MAY ( mail $ - kolabDeleteflag ) )
\ No newline at end of file + kolabDeleteflag ) ) |