Table of Contents
info
The scenario definition of who can view the info page of a list.
-
info open (default)
-
info private
subscribe
(Default value: open)
The subscribe parameter is defined by an authorization scenario (see Authorization scenarios).
The subscribe parameter defines the rules for subscribing to the list. Predefined authorization scenarios are:
-
-
-
-
-
-
-
-
-
-
-
-
unsubscribe
(Default value: open)
The unsubscribe parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies the unsubscription method for the list. Use open_notify or auth_notify to allow owner notification of each unsubscribe command. Predefined authorization scenarios are:
-
-
-
-
-
-
add
(Default value: owner)
add parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who is authorized to use the ADD command. Predefined authorization scenarios are:
-
-
-
-
del
(Default value: owner)
The del parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who is authorized to use the DEL command. Predefined authorization scenarios are:
-
-
-
-
invite
(Default value: owner)
The invite command is used to invite someone to subscribe. It should be prefered to the add command in most cases. This parameter define who can use it. The privilege uses scenario specification.
review
(Default value: owner)
review parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who can use REVIEW (see User commands), administrative requests.
Predefined authorization scenarios are:
-
-
-
-
-
-
remind
(Default value: owner)
The remind parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who is authorized to use the remind command. Predefined authorization scenarios are:
-
-
shared_doc
This paragraph defines read and edit access to the shared document repository.
d_read
(Default value: private)
The d_read parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who can read shared documents (access the contents of a list's shared directory).
Predefined authorization scenarios are:
-
-
-
-
d_edit
(Default value: owner)
The d_edit parameter is defined by an authorization scenario (see Authorization scenarios).
This parameter specifies who can perform changes within a list's shared directory (i.e. upload files and create subdirectories).
Predefined authorization scenarios are:
-
-
-
-
-
Example:
shared_doc
d_read public
d_edit private
quota
quota number-of-Kbytes
This parameter specifies the disk quota for the document repository, in kilobytes. If quota is exceeded, file uploads fail.