👨‍🔬Administrator Tips

Tips for the HCL Domino administrator to install and maintain Squirrel on the server

HCL Domino Statistics

During execution, the Squirrel add-in maintains statistics and status information. They can be displayed with the Show Stat Squirrel command:

> Show Stat Squirrel
  Squirrel.Config.IntervalMin = 3
  Squirrel.Config.Subscriptions.Limit = 5
  Squirrel.Config.Subscriptions.Used = 2
  Squirrel.Domino.Platform = 6.2 (Windows 8)
  Squirrel.Domino.Version = Release 11.0.1FP2|October 20, 2020 (Windows/64)
  Squirrel.JAddin.StartedTime = 2021-01-25T15:39:48Z
  Squirrel.JAddin.VersionDate = 2021-01-25
  Squirrel.JAddin.VersionNumber = 2.1.2
  Squirrel.JVM.GCCount = 0
  Squirrel.JVM.HeapLimitKB = 262'144
  Squirrel.JVM.HeapUsedKB = 19'482
  Squirrel.JVM.Version = 1.8.0_265 (Eclipse OpenJ9)
  Squirrel.Messages.IMAP.Processed = 32
  Squirrel.Messages.LastConnectTime = 2021-01-25T15:39:49Z
  Squirrel.Messages.POP3.Processed = 2
  Squirrel.VersionDate = 2021-01-01
  Squirrel.VersionNumber = 1.4.3

IMAP versus POP3

Whenever possible, use the TLS-secured version of the IMAP protocol (IMAPS). IMAP is generally more modern and more reliable to access your emails on the remote mail servers. TLS encryption (used in IMAPS and POP3S) prevent that the user password and the message content is sent in clear text.

The POP3 protocol does not include a specification for message read or unread indicators. To overcome this limitation, any POP3 client must access all messages at every interval and select the messages to be processed based on a last message processed indicator. This is done in Squirrel with a hidden time stamp field added to the mail account subscription document.

Full Mailbox Migration

To support customers migrating entire POP3 or IMAP mailboxes to Domino, the option Mail Migration may be used to read all messages once during the next interval. This option is then reset at the next message fetch interval.

Error Handling

If Squirrel encounters an uncorrectable error while processing a mail account subscription, it will disable this document to prevent future error messages. The last error message is saved in the mail account subscription document and an HCL Notes email message is sent to the user to inform of the error. After the error has been corrected (e.g. wrong password), the mail account subscription document must be manually enabled again to resume the processing for this subscription. Other errors (e.g. connection timeouts) are reported on the console and the operation is retried at the next interval.

Last updated