Property |
Description |
Default |
jwma.postoffice.protocol |
Protocol of the
post office host.Only IMAP is supported. |
imap |
jwma.postoffice.host |
Name of the postoffice
service host.
(localhost is translated to the primary dns name) |
localhost |
jwma.postoffice.port |
Port the postoffice service
is listening to. |
143 |
jwma.postoffice.allowoverride |
True if the postoffice
host can be given when logging in, false otherwise. |
false |
jwma.postoffice.type |
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. If this
value is set to anything else but the case insensitive mixed, then jwma
assumes that your postoffice is UW style (folders and mailboxes).
For more information, see the IMAP related
document. |
mixed |
jwma.postoffice.secure |
Use a secure connection to
the postoffice service. |
false |
jwma.postoffice.securesocketfactory |
The factory to
be used for the secure connection. |
|
Property |
Description |
Default |
jwma.mailtransport.protocol |
Protocol of the
mail transport host. Only SMTP is supported at the moment. |
smtp |
jwma.mailtransport.host |
Name of the mail transport
service host.
(localhost is translated to the primary dns name) |
localhost |
jwma.mailtransport.port |
Port of the
mail transport agent service. |
25 |
jwma.mailtransport.authenticated |
Determines if the mail
transport service will be used authenticated or not. When set to true,
jwma will authenticate the user with the same credentials as used for
the postoffice host. |
false |
jwma.mailtransport.maxsize |
Maximum size of
mail's send via jwma (in kB). |
1024 |
Property |
Description |
Default |
jwma.view.login |
Name of the login
view template. |
login.jsp |
jwma.view.logout |
Name of the logout
view template. |
logout.jsp |
jwma.view.error |
Name of the error
view template. |
error.jsp |
jwma.view.folder |
Name of the folder
view template. |
folder.jsp |
jwma.view.mailbox |
Name of the mailbox
view template. |
mailbox.jsp |
jwma.view.message |
Name of the message
view template. |
message.jsp |
jwma.view.compose |
Name of the compose
view template. |
compose.jsp |
jwma.view.preferences |
Name of the preferences
view server template. |
settings.jsp |
jwma.view.firsttime |
Name of the first
time view server template. |
firsttime.jsp |
jwma.view.contacts |
Name of the contacts view
template. |
contacts.jsp |
jwma.view.contact |
Name of the contact view template. |
contact.jsp |
jwma.view.contactedit |
Name of the contact edit view
template. |
contact_edit.jsp |
jwma.view.contactgroup |
Name of the contact group
view template. |
contactgroup.jsp |
jwma.view.contactgroupedit |
Name of the contact
group edit view template. |
contactgroup_edit.jsp |