Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Loads and initializes the service.

Syntax:

Command

Keyword

Value

Developer notes

SERVICE_LOAD

SERVICE

POP3MailService


TRACE


Refer to Service Load Tracing for value details.

TRACE_NAME


TRACE_GROUP


Associated Service Properties File

Properties that affect the operation of the service are loaded from the POP3MailService.properties file.

...

  • server

  • secure

  • port

  • user

  • password

  • timezone

  • Session.debug

  • Client.id

  • Client.secret

  • Auth.token.endpoint

  • Auth.scope

  • Token.cache

  • Token.cache.dir

  • Timeout.read

  • Timeout.write

  • Timeout.connection

To support decrypting emails requires a keystore.{name} entry that references a key store file.

Refer to the OPEN command and the KEYSTORE keyword.

...

The key store file contains a labeled private key and certificate entry.

Example

    SERVICE_LOAD SERVICE(POP3MailService) TRACE(*YES)