IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

EmailServer configurable service

Select the objects and properties that you want to change for the EmailServer configurable service.

For EmailServer configurable services, you must stop and start the integration server for a change of property value to take effect.

Supplied configurable services that are created for each broker Properties for each configurable service that is defined Description of properties
None serverName

The URL of the email server where the email messages exist for retrieving. The URL allows you to specify a protocol, host name, and port number, which is the minimum information you need to connect to the email server.

The URL must be made up of the following structure:

protocol://hostname:port

Where:

  • protocol can be pop3, pop3s, imap, or imops.
  • hostname is the Internet Protocol version 4 (IPv4) TCP/IP address or DNS-resolvable host name of the email host.
  • port is the port number that the email server is listening on for connections over Post Office Protocol 3 (POP3) or Internet Message Access Protocol (IMAP). You can enter an integer in the range 1 - 65535.

For example: pop3://myemailserver.com:12345 or imap://myemailserver.com:56789.

You can configure secure pop3/imap with the following example: pop3s://myemailserver.com:12345 or imaps://myemailserver.com:56789. Then you must configure your JVM with the keystore/truststore credentials. See Viewing and setting keystore and truststore runtime properties at broker level

There is no default value for this property, however this property is mandatory, and therefore must be configured with a URL.

You can obtain the hostname and port values from the email server or email server administrator.

securityIdentity The name of the security identity object that is created and configured by the mqsisetdbparms command, which contains the user ID and password to be used by the broker to authenticate the connection to the email server. Use the mqsisetdbparms command to set the security identity user ID and password to be accessed by the broker.

This property is optional. There is no default value for this property. If a value is not entered, the security identity object is taken from the Security identity property value that is configured on the EmailInput node.

For more information about email server security identity support, see mqsisetdbparms command.


bn28730_.htm | Last updated Friday, 21 July 2017