Adding Business Terms How to Add or Remove User Messaging Preferences Business Terms

Configuring Oracle User Messaging Service 11-9 ■ Indirect password, create new user default option—specify the username and real password; the password will be stored in the credential store with the username as part of the key. The key and a fixed folder map name will be stored in the driver deployments driverconfig.xml. ■ Indirect password, use existing user—choose an existing usernamekey in the credential store to reference the password you stored previously. ■ User a clear text password—specify the password, and it will be stored directly in driverconfig.xml.

4. Click on Apply to save the changes.

5. Restart the driver application or the container for the changes to take effect. You can check the password in the driver deployment directorys driverconfig.xml. For an indirect password, the format will be: value=-mapName:keyName mapName is the driver target name, and the key is parameter_name.username For example, here is a sample entry in driverconfig.xml for an Email Drivers OutgoingPassword property: Property value=-gt;Farm_base_domainbase_domainserver_ soausermessagingdriver-email:OutgoingPassword.ouser encodedCredential=true type=java.lang.String mandatory=no name=OutgoingPassword description=oracle.sdp.messaging.EmailDriverConfig.outgoingPassword

11.4.1.3 Configuring the E-Mail Driver

The E-Mail Driver both sends and receives messages that is, its Capability property is set to BOTH by default. The E-Mail Driver sends messages over SMTP and uses either IMAP and POP3 for receiving messages.

11.4.1.3.1 E-Mail Driver Interoperability This section details interoperability features of the

E-Mail Driver. The E-Mail driver is compatible with these protocols: POP3, IMAP4, and SMTP. E-Mail Driver features include: ■ Automatic connection retry ■ SMTP for message sending ■ IMAP4 and POP3 for message receiving using polling ■ Scalable, highly available ■ Prevents message loss and avoids duplication The Gateway Vendors and Versions in Table 11–2 have been verified. Table 11–2 E-Mail Driver Gateway Vendors and Versions Vendor Version Oracle Beehive Release 1 1.4.3 Oracle Collaboration Suite 10g Release 1 10.1.2 Microsoft Exchange 2003 Dovecot IMAP4POP3 0.99.11 sendmail SMTP 8.13.1 11-10 Oracle Fusion Middleware Administrator’s Guide for Oracle SOA Suite

11.4.1.3.2 Common Properties These are common driver properties that are indicative of

the capabilities of this driver for use by the engine when routing outbound messages. Some properties are set by the driver developer and do not normally require modification, while others can be modified by the administrator to change the routing behavior. Some properties such as SendingQueuesInfo are for advanced use and only require modification for advanced deployment topologies. For a complete description of these properties and available values refer to the javadoc of DriverConfigPropertyNames. Table 11–3 Common Email Properties Name Description Mandatory Default Value InstanceName Instance Name for internal use only Yes Email-Driver Capability Message sending and receiving capability Yes Both SupportedDeliveryTypes Supported Delivery Types Yes Email SupportedContentTypes Supported Content Types Yes textplain, texthtml, multipartmixed, multipartalternative, multipartrelated SupportedStatusTypes Supported Status Types No DELIVERY_TO_ GATEWAY_ SUCCESS, DELIVERY_TO_ GATEWAY_ FAILURE, USER_ REPLY_ ACKNOWLEDGEME NT_SUCCESS, USER_ REPLY_ ACKNOWLEDGEME NT_FAILURE Cost Cost No NA Speed Speed No NA SupportedCarriers Supported Carriers No NA Supported Protocols Supported Protocols No NA SupportsCancel Supports Cancel Operation on the Message No False SupportsReplace Supports Replace Operation on the Message No False SupportsTracking Supports Tracking Operation on the Message No False SupportsStatusPolling Supports Status Polling Operation on the Message No False SenderAddresses Sender Addresses No NA DefaultSenderAddress Default Sender Address No NA SendingQueuesInfo Driver Sending Queue Info Yes OraSDPMQueueCon nectionFactory:OraSD PMQueuesOraSDP MDriverDefSndQ1