Clean up can be very useful in order to have good and fast MassTransit performance. It is recommended to set up a scheduled clean up task to run on a regular bases. To do that, follow one or more of these steps:
Using the FileExpirationAndDeletion.vbs script set up a scheduled task to run on a regular basis. This script can be configured to notify users via email that they have files that have not been picked up after a specified interval and to delete files. Configuration instructions are in the script comments.
Using the CleanSentFolders.vbs script set up a scheduled task to run on a regular basis (once per week is a good starting point). This script will delete files located in the "Sent" mailbox folders of the contacts. The files deletion interval can be set by editing the script (this will specify the number of days the files will be kept before they are deleted). Configuration instructions are in the script comments
In the Setup window, select the Special tab and setup the "Log and File Handling" options. The "Clear log entries older than __ days" option will remove log entries from the MySQL database and the "Clear file entries older than __ days" option will remove file entries from the MySQL database.