MTC operation | Description and Command |
Start mail tracking | When mail tracking is enabled in the Configuration Settings document, tracking automatically starts when the Router starts. If you stop the MTC task, you can restart it by entering the following command at the server console:
load mtc |
Stop mail tracking | By default, the MTC task automatically stops when the Router stops. To stop the task without stopping the Router, enter the following command at the server console:
tell mtc quit |
Collect new data from mail tracking logs | If mail tracking is enabled on the Router/SMTP - Mail Tracking tab of the Configuration Settings document, the MTC task collects data from mail tracking log files at the interval specified in the "Message tracking collection interval" field. If there is new data to report, it creates an entry in the MailTracker Store database. To instruct the MTC task to collect data immediately, enter the following command at the server console:
tell mtc process
Performing a manual collection resets the automatic collection interval to its full value. For example, if the collection interval is set to 15 minutes (900 seconds), after you run the collection manually, the next automatic collection occurs in 15 minutes.
To check the collection interval that is currently in effect, as well as the time remaining to the next collection, enter the Show Tasks command at the console. |
Establish a different collection interval | If mail tracking is enabled on the Router/SMTP - Mail Tracking tab of the Configuration Settings document, the MTC task collects data from mail tracking log files at the interval specified in the "Message tracking collection interval" field. If there is new data to report, it creates an entry in the MailTracker Store database. To specify a different interval, enter the following command at the server console:
tell mtc interval value
where value is the desired interval, in seconds.
The specified value remains in effect until the next Router restart. At that time the value specified in the Configuration Settings document again goes into effect.
To check the collection interval that is currently in effect, as well as the time remaining to the next collection, enter the Show Tasks command at the console. |
Compact the MailTracker Store database | By default, the MTC task compacts the Domino MailTracker Store nightly at 2 am. To compact the database immediately, enter the following command at the server console:
tell mtc compact
You can also change the default time for compacting the database, by setting the variable MTCDailyTasksHour in the server's NOTES.INI file. |
Reindex the MailTracker Store database | To assist message tracking tools and mail usage reports in searching for information, the Domino MailTracker Store database is full-text indexed. New documents added to the database are available to full-text searches only after the index has been updated to account for them. Data contained in an unindexed document is omitted from search results.
To determine if the index needs to be updated, display the total of unindexed documents in a database by clicking the "Count unindexed documents" button on the Full Text tab of the Database Properties box.
To ensure that the full-text index of the Domino MailTracker Store database remains current, use the Full Text Index tool available from the Domino Administrator client to schedule automatic updates to occur on an hourly or daily basis. You can also update the database manually from a Notes client or Domino Administrator client, using the update tool on the Full Text tab of the Database Properties box, or by entering the following command at the server console:
tell mtc reindex |
Purge old entries from the MailTracker Store database | By default, the MTC task purges documents from the MailTracker Store database after 30 days. To purge documents less than 30 days old from the database, enter the following command at the server console:
tell mtc purge value
where value is the maximum number of days to retain documents in the Mail Tracker Store database. The MTC task removes all documents older than value from the database. |