jwma Configuration - configuration.xml Specification | |
Main | Deployment | Configuration | Architecture | Development | Screenshots | SF Project Site | |
Index | configuration.xml Specs | textproc.properties Specs | Preferences Template |
Properties (P) | Nested Tags (NT) | Description | Default |
auto-create-account (NT) | (true|false) True if jwma should create a jwma user account automatically, false otherwise. This does not affect in any form the existance of an account on the IMAPD. | true |
<auto-create-account>true</auto-create-account>
Properties (P) | Nested Tags (NT) | Description | Default |
system-language (NT) | The language that will be used by the system (logs for example). | en |
view-languages (NT) | A comma seperated list of available view languages. | en,es,de |
default-view-language (NT) | The default language to be used for the view (should be part of the list given as view languages). | en |
<internationalization> <system-language>en</system-language> <default-view-language>en</default-view-language> <view-languages>de,en,es</view-languages> </internationalization>
Properties (P) | Nested Tags (NT) | Description | Default |
postofficeallowoverride (NT) | (true|false) True if the postoffice host can be selected at login time, false otherwise. | false |
<postofficeallowoverride>true</postofficeallowoverride>
Properties (P) | Nested Tags (NT) | Description | Default |
name (P) | The name identifying this postoffice. | |
type (P) | (plain|mixed) The type of
postoffice you are using, i.e. defines if mixed mode folders exist in the
store. Mixed
folders are folders that can hold messages and subfolders at once. For more information, see the IMAP related document. |
mixed |
secure (P) | (true|false) Use a secure connection to the postoffice service. | false |
protocol (NT) | Protocol of the post office host.Only IMAP is supported at the moment. | imap |
address (NT) | Address of the postoffice host (IP address or DNS name). | localhost |
port (NT) | Port the postoffice service is listening to. -1 translates to the default IMAP port 143. For using IMAPS (IMAP over SSL) the port should be 993. | -1 |
rootfolder (NT) | his should be
used to configure a standard prefix for the mail folder. Basically this is useful for UW imapd's, where the store is actually equal to the users home directory. When left empty, the root folder will automatically be the default folder of the store. In case the folder does not exist, the root folder will be automatically set to the default folder of the store. |
<postoffice name="Secondary PostOffice" type="plain" secure="false"> <protocol>imap</protocol> <address>localhost</address> <port>-1</port> <rootfolder>mail</rootfolder> </postoffice>
Properties (P) | Nested Tags (NT) | Description | Default |
name (P) | The name identifying the MTA. | |
authenticated (P) | (true|false) Authenticatin is required for sending messages via this MTA. | false |
secure (P) | (true|false) Use a secure connection to the MTA. | false |
protocol (NT) | Protocol of the mail transport host. Only SMTP is supported at the moment. | smtp |
address (NT) | Name of the mail transport
service host. |
localhost |
port (NT) | Port of the mail transport agent service. |
25 |
transport-limit (NT) | Maximum size of a message to be send via this MTA (in kB). | 2048 |
<mta name="Default MTA" authenticated="false" secure="false"> <protocol>smtp</protocol> <address>localhost</address> <port>-1</port> </mta>
Properties (P) | Nested Tags (NT) | Description | Default |
default-message-processor (NT) | This configures the default message processor used for plaintext messages. This has to be defined in the jtextproc configuration. |
cleanmessages |
<default-message-processor>cleanmessage</default-message-processor>
Properties (P) | Nested Tags (NT) | Description | Default |
preferencespersistence-plugin | The fully qualified name of the class file that implements the PerferencePersistencePlugin interface. | dtw.webmail.plugin.std.CastorXMLPreferences |
contactmanagement-plugin | The fully qualified name of the class file that implements the ContactManagementPlugin interface. | dtw.webmail.plugin.std.CastorXMLContactManagement |
randomappend-plugin | The fully qualified name of the class file that implements the RandomAppendPlugin interface. |
<preferencepersistence-plugin>dtw.webmail.plugin.std.CastorXMLPreferencesPersistence</preferencepersistence-plugin> <contactmanagement-plugin>dtw.webmail.plugin.std.CastorXMLContactManagement</contactmanagement-plugin>
© 2000-2003 jwma team |