Sakai Properties Reference - M
Sakai Properties Reference - M
Property Name |
Description |
---|---|
mail.importDir |
Used to specify the directory where email will be found when importing a non-Sakai email archive into Sakai. |
mail.support |
The email address users should contact for support. |
mailarchive.message-threshold |
The number of mail messages to return before disabling sorting, etc. for performance resaons. |
mailtool.group.aware.role |
Roles which should be group-aware in mailtool. |
mailtool.max.num.attachment |
The maximum number of attachments allowed per message. If this is not set, the default is 10000. Set to zero to disabled attachments. |
mailtool.show.renaming.roles |
Whether or not to show roles that have been renamed. |
mailtool.upload.directory |
The temporary directory to use when uploading attachments. Defaults to /tmp. |
maxActive@javax.sql.BaseDataSource |
The maximum number of active database connections (set to -1 for unlimited). |
maxIdle@javax.sql.BaseDataSource |
The maximum number of idle database connections (set to -1 for unlimited). |
maxOpenPreparedStatements@javax.sql.BaseDataSource |
The maximum number of prepared statements that can be allocated from the prepared statement pool at a single time (set to -1 for unlimited). |
maxRecipients@org.sakaiproject.email.api.EmailService |
Used to set the max recipients per outgoing?emails. It defaults to 100, which is the minimum?that the RFCs say an SMTP server should accept. If an announcement was made with notification, in a site with 500 participants, a setting of 100 results in 5 emails with 100 recipients each. |
maxWait@javax.sql.BaseDataSource |
The maximum amount of time (in milliseconds) to wait before throwing an exception when there are no available connections (set to -1 for unlimited). |
mc.default.{variable} |
The permission level for a particular role, where {variable} is replaced by an actual role name. |
mc.defaultLongDescription |
Whether or not to turn on the display of full descriptions by default. |
mc.disableLongDesc |
Whether or not to disable the display of full descriptions. |
mc.showForumLinksInNav |
Whether or not to show links to forums in message center. |
mc.threadedview |
Whether or not to display topics in a threaded view. |
melete.migrate |
Whether or not to migrate Melete content to Content Hosting. |
mercury.enabled |
Whether or not to enabled the mercury portal. Although tools should be secure when accessed through the mercury portal, the mercury portal makes it easier to find poorly secured tools and is typically only enabled for development use. |
mercury.login |
A list of eids that can be used to log in to the mercury portal. |
mercury.password |
A list of passwords associated with the eids defined using mercury.login. |
messagecenter.privacy.text |
The text of the privacy warning displayed on the private messages page. |
messagecenter.privacy.url |
A URL containing information about the site's privacy policy. This link will be associated with the text specified in messagecenter.privacy.text. |
migrateData@org.sakaiproject.content.api.ContentHostingService |
Whether or not to migrate content stored in the database to binary format. |
minEvictableIdleTimeMillis@javax.sql.BaseDataSource |
The amount of time (in milliseconds) an object may sit idle before it is eligible for eviction. |
minIdle@javax.sql.BaseDataSource |
The minimum number of Idle database connections. |
msgcntr.notification.from.address |
The email address Message Center notifications will appear to be from. |
msgcntr.notification.user.real.from |
Whether to send message center notifications using the user's email address. If set to true, notifications will appear to come from the email address of the user creating the notification. If set to false or if the user does not have an email address specified, notifications will appear to come from the address specified in msgcntr.notification.from.address. If msgcntr.notification.from.address is not set, notifications will appear to come from postmaster@(the value of the serverName property). |
myworkspace.info.url |
A page which describes the "My Workspace" site in general terms. |