Changing how often to check for new mail

Control how often the Connections Mail Plug-in checks the server for new mail. Changing these settings can reduce the load on your server infrastructure, or allow you to check for new mail more frequently.

About this task

If this is your first time installing the Connections Mail Plug-in, these settings are enabled automatically. After completing all installation and configuration steps, you can change the settings using the following steps.

If you installed a previous version of the Connections Mail Plug-in, you must change the MailPollInterval and MailCheckOnLoadInterval preferences and add the MailPollOnBadge preference to enable the new settings. After you uninstall previous versions and install the current version, complete the following steps.

Procedure

  1. In the WAS-root/AppServer/profiles/Dmgr01/config/cells/cell-name/LotusConnections-config directory, open the socialmail-discovery-config.xml file.
  2. Inside the GadgetConfig tag, add or change the following preferences:
    OptionDescription
    Change how often, in milliseconds, to check for new mail. Enter an integer inside the <GadgetPreference id="MailPollInterval"></GadgetPreference> tag. Do not use commas (,). The recommended value is 1800000, which is 30 minutes.
    Check for new mail when users go to a new page in Connections Enter an amount of time in milliseconds within the <GadgetPreference id="MailCheckOnLoadInterval"></GadgetPreference> tag. If this amount of time has passed since the last new mail check, the Connections Mail Plug-in checks for new mail when users reload the page or go to a new page. Do not use commas (,). The recommended value is 300000, which is 5 minutes.
    Check for new mail when the new mail icon shows <GadgetPreference id="MailPollOnBadge"></GadgetPreference>To stop checking for new mail when the new mail icon is showing, enter false, which is the recommended value. To check for new mail even when the new mail icon is showing, enter true.
  3. Save and close the socialmail-discovery-config.xml file.
  4. Synchronize the changes from the deployment manager to the nodes. Complete the steps in the following topic: Applying common configuration property changes.