MobiLink provides reasonable defaults wherever possible, especially in the LDAP case. The properties that can be set vary, but following are the basic ones.
mail.pop3.host | the hostname of the server |
mail.pop3.port | the port number (can be omitted if default 110 is used) |
See http://java.sun.com/products/javamail/javadocs/com/sun/mail/pop3/package-summary.html.
mail.imap.host | the hostname of the server |
mail.imap.port | the port number (can be omitted if default 143 is used) |
See http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html.
java.naming.provider.url | the URL of the LDAP server, such as ldap://ops-yourLocation/dn=sybase,dn=com
|
For more information, see the JNDI documentation.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |