Show TOC

MailRemoteLoggerLocate this document in the navigation structure

The MailRemoteLogger implementation uses the Java Mail API.

The CLASSPATH requires mail.jar and activation.jar. For adapter A, set:

A.Logging.RemoteLogSetting = FATAL A.Logging.RemoteLogger.ClassName =
org.openadapter.adapter.mail.MailRemoteLogger A.Logging.RemoteLogger.Mailhost = mailhost@foo.com
A.Logging.RemoteLogger.To = fred@openadaptor.org A.Logging.RemoteLogger.FilterPattern = failed to connect
Note FilterPattern is an optional property but requires a regular expression. Refer to Java documentation for additional properties.

The standard Open Adapter Controller offers an OASecurityManager interface that is responsible for all security related issues. Select an implementation of OASecurityManager by setting the controller property SecurityManager.ClassName in the controller property file.