martin: doc/architecture server.sgml,1.19,1.20

cvs at intevation.de cvs at intevation.de
Fri May 21 17:31:29 CEST 2004


Author: martin

Update of /kolabrepository/doc/architecture
In directory doto:/tmp/cvs-serv24229

Modified Files:
	server.sgml 
Log Message:
Martin K.: Added explaination of delegate and strictedMailSize attribute types


Index: server.sgml
===================================================================
RCS file: /kolabrepository/doc/architecture/server.sgml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- server.sgml	27 Apr 2004 18:10:23 -0000	1.19
+++ server.sgml	21 May 2004 15:31:27 -0000	1.20
@@ -389,13 +389,6 @@
     SUBSTR caseIgnoreIA5SubstringsMatch
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
-attributetype ( XXXXX
-	NAME ( 'delegate' 'rfc822Mailbox for delegation' )
-	DESC 'rfc822Mailbox for delegation'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
    
 attributetype ( 0.9.2342.19200300.100.1.37
 	NAME 'associatedDomain'
@@ -820,6 +813,15 @@
 	
 </programlisting>
 </para>
+<sect3><title>attribute type delegate</title>
+<para>With Kolab a user (kInetOrgPerson) may define who is allowed to act on behalf of herself. The optional multiple delegate attributes 
+contain the UIDs of the persons. This property is checked when using the Kolab smtp daemon (Postfix) to send emails.
+</para>
+</sect3>
+<sect3><title>attribute type unrestrictedMailSize</title>
+<para>This attribute is currently unused.
+</para>
+</sect3>
 </sect2>
 
 <sect2><title>LDAP Object Classes</title>





More information about the commits mailing list