Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

Add the com.parasoft.virtualize.listener.smtp-<version>.jar file to the system.properties.classpath property in your settings localsettings properties file. For example:

...

Scroll Table Layout
widths30%,70%

Host Name

Defines the hostname for the SMTP server. If empty, the system default hostname will be used.

PortDefines the port for the SMTP server. If empty, the listener will not start.

Security Settings

Scroll Table Layout
widths30%,70%

User Properties File

Specifies the absolute path to a properties file used to define username and password combinations. The passwords are stored in plain text. The properties file should be configured in the following format:

<username>=<password>

If this field is left empty user authentication will be disabled.

Enable Transport Layer Security

Enables/disables transport layer security. If set to true, all connections to the server will be encrypted. Enabling TLS requires a properly configured Key Store and Trust Store.

Default is false.

Key Store File

Specifies the absolute path to a keystore file. The keystore file must be in a standard format (e.g., JKS, PKCS12, etc.). If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.keyStore will be used. TLS must be enabled for this property to have any effect.

Key Store Type

Defines the type of keystore file supplied in the Key Store File setting. If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.keyStoreType will be used. TLS must be enabled for this property to have any effect.

Key Store Password

Defines the password for the keystore supplied in the Key Store File setting. If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.keyStorePassword will be used. TLS must be enabled for this property to have any effect.

Enable Client Authentication

Enables/disables client authentication when TLS is enabled. If set to true, all connections will require the server to authenticate the clients' certificate. The Trust Store File must be properly configured with the client certificate as a “Trusted” certificate. TLS must be enabled for this property to have any effect.

Default is false.

Trust Store File

Specifies the absolute path to the keystore file used for verifying the authenticity (“trust”) of client certificates. The keystore file must be in a standard format (e.g., JKS, PKCS12, etc.). If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.trustStore will be used. TLS must be enabled for this property to have any effect.

Trust Store Type

Defines the type of keystore file supplied in the Trust Store File setting. If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.trustStoreType will be used. TLS must be enabled for this property to have any effect.

Trust Store Password

Defines the password for the keystore supplied in the Trust Store File setting. If TLS is enabled and no value is defined, the JVM system property javax.net.ssl.trustStorePassword will be used. TLS must be enabled for this property to have any effect.