diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2007-07-02 21:17:34 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2007-07-02 21:17:34 (GMT) |
commit | 746a8bee3ddd9a89c9e0f4b2a5701108b6d08a32 (patch) | |
tree | 7496746ce63f53d2b67c2d614e696a061ecf3d81 | |
parent | ed64bb039faf5ee13f662c6d3239a54874175743 (diff) | |
download | kolab-schema-746a8bee3ddd9a89c9e0f4b2a5701108b6d08a32.tar.gz |
Martin Konold: Access control to 'kolabAllowSMTPRecipient' is limited to domain maintainers and
administrators.
-rw-r--r-- | kolab2.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab2.schema b/kolab2.schema index 240173e..7d44def 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -299,7 +299,7 @@ attributetype ( 1.3.6.1.4.1.19419.1.1.1.17 # describes the allowed or disallowed smtp addresses for # recipients. If this attribute is not set for a user no # kolab recipient policy does apply. -# entry examples: +# example entries: # .tld - allow mail to every recipient for this tld # domain.tld - allow mail to everyone in domain.tld # .domain.tld - allow mail to everyone in domain.tld and its subdomains |