Oracle9iAS InterConnect Adapter for SMTP Installation and User's Guide Release 2 (9.0.2) Part Number A95446-01 |
|
This chapter describes Simple Mail Transfer Protocol (SMTP) adapter installation and configuration.
This chapter contains these topics:
This section contains these topics:
The SMTP adapter must be installed in one of the following Oracle homes:
Consult the Oracle9i Application Server Installation Guide before proceeding with SMTP adapter installation. This guide includes the following information:
To install the SMTP adapter:
The File Locations screen appears.
The Installation Types screen appears.
The Available Product Components screen appears.
The Oracle9iAS Metadata Repository stores metadata used by Oracle9iAS InterConnect to coordinate communication between components.
The Oracle9iAS InterConnect SMTP Adapter Configuration screen appears.
The Oracle9iAS InterConnect SMTP Adapter usage screen appears.
adapter.ini
file.
If You Select... | Then Click Next and Go to Step... |
---|---|
Configure for both sending and receiving messages |
|
Configure for sending messages ONLY |
|
Configure for receiving messages ONLY |
The installation screen that appears next is based on the selection you made in Step 10:
If You Selected... | Then Go to Step... |
---|---|
Configure for both sending and receiving messages |
|
Configure for sending messages ONLY |
When finished, the Summary screen appears.
Platform | Directory |
---|---|
Windows |
|
UNIX |
|
Application
is the value you specified in Step 8.
SMTP adapter installation creates an adapter.ini
file that consists of configuration parameters read by the SMTP adapter at startup. These configuration parameter settings are appropriate for most SMTP application environments. You can customize some adapter.ini
file parameter settings for the SMTP application after installation. See the following sections:
Payload data is the data sent between applications. If you want to change the payload datatype from the default of XML to the data definition description language (D3L), edit the following parameters in the adapter.ini
file.
To customize the payload datatype:
ota.type
parameter to the payload type D3L
. For example:
ota.type
=D3L
adapter.ini
file is located.
ota.d3ls
parameter to specify the D3L files associated with the SMTP application. For example:
ota.d3ls=person1.xml,person2.xml
If you want to customize the behavior of the sending endpoints (destinations) for messages, edit the following parameters in the adapter.ini
file. These parameters are not automatically set to default values during installation.
To customize the sending endpoint:
smtp.sender.content_type
parameter to the message content type to use. For example:
smtp.sender.content_type
=plain/text
smtp.sender.character_set
parameter to the message character set to use. For example:
smtp.sender.character_se
t=iso-2022-jp
If you want to customize the behavior of the receiving IMAP endpoints for messages, edit the following parameters in the adapter.ini
file.
To customize the receiving endpoint:
smtp.receiver.exception_folder
to the folder name in which to place files that have not been processed successfully. For example:
smtp.receiver.exception_folder
=error_messages
This parameter is not automatically set to a default value during installation. The IMAP administrator must create this folder. Leave this setting blank if you do not want to save these files.
smtp.receiver.polling_interval
parameter to the time interval in milliseconds during which to poll the IMAP server for messages. This parameter automatically defaults to a value of 10000
during installation. For example:
smtp.receiver.polling_interval
=20000
smtp.receiver.max_msgs_retrieved
parameter to the maximum number of messages to retrieve in a polling session. This parameter automatically defaults to a value of 10
during installation. For example:
smtp.receiver.max_msgs_retrieved=30
Table 2-2, Table 2-3, and Table 2-4 describe SMTP executable files, configuration files, and directories. These files and directories are accessible from the directory shown in Table 2-1.
On... | Go to... |
---|---|
UNIX |
|
Windows |
|
See Also:
"SMTP Adapter Error Codes" for a list of error codes |
This section contains these topics:
The agent component of the SMTP adapter reads the adapter.ini
file at runtime to access SMTP adapter parameter configuration information. Table 2-5 lists the parameter name, a description for each parameter, the possible and default values, and an example.
Table 2-6 lists the parameters specific to the SMTP adapter.
Parameter | Description | Example |
---|---|---|
|
Specifies the entry class for the SMTP adapter. A value must be specified and cannot be modified later. There is no default value. A possible value is |
|
|
Specifies the sending endpoint URL for the SMTP adapter. There is no default value. The URL is of the form:
|
|
|
Specifies the SMTP host to use in sending messages. |
|
|
Specifies the content type of e-mail messages (RFC 822 header field). |
|
|
Specifies the character encoding for the message. |
|
|
Specifies the receiving endpoint URL for the SMTP adapter. There is no default value. The URL is of the form:
|
|
|
Specifies the message type the SMTP adapter handles for both incoming and outgoing messages. The options are |
|
|
User password for the IMAP server. The possible value is a valid password. There is no default value. This password can also be encrypted by running the encrypt tool and renaming this parameter to See Also: "How do I make the adapter.ini file password parameter secure?" for instructions on encrypting the user password |
|
|
Specifies the e-mail protocol to use. For this release, the only possible value is |
|
|
Specifies a mail folder in which to put e-mails that cannot be processed successfully. This mail folder must be created by the IMAP server administrator. Possible values are a valid mail folder name. There is no default value. |
|
|
Specifies the time interval during which to poll the IMAP server (in milliseconds). Possible values are any integers greater than |
|
|
Specifies the maximum number of messages to retrieve in each polling session. Possible values are any integers greater than |
|
|
Specifies the list of data definition description language (D3L) XML files used by this bridge. Each business event handled by the bridge must have its own D3L XML file. Whenever a new D3L XML file is imported in iStudio for use by an application using the SMTP adapter, the parameter must be updated and the SMTP adapter restarted. There is no default value. |
|
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|