Topics |
Notes.ini Variables | Description |
SCTWaitInterval=seconds | * Obsolete - No longer be used in SecurTrac 2.2.x or later. It controls the time interval at which SecurTrac writes logs to its database. The default value is 5 seconds. This serves to distribute the I/O evenly. Unit = second The optimal value of this variable should be from 5 to 30 seconds. |
SCTLicenseKey=value | License key to control the validity and functionality of SecurTrac. |
SCTExcludeTaskList=value | List of task names which you want to be excluded by SecurTrac logging. For example, you want to exclude the logging initiated by Agent Manager, you can use: SCTExcludeTaskList=namgr |
SCTLogDBSizeLimit=value | The SecurTrac logs are accumulated in the SecurTrac Log Database unless the administrator deletes the logs. Once the logs reach a certain size, a new log database will be automatically created to continue storing the newly generated logs. Notes administrator can modify this parameter to control the maximum size of the log database. The default value is 2048 mega-bytes. Unit = MB If you set it to "0", the database size will be unlimited. |
SCTAvailabilityIndex=value SCTMinAvailabilityIndex=value | It controls when SecurTrac writes logs to the Log Database. To reduce the impact of SecurTrac to other tasks running on the Domino server, SecurTrac writes logs to Log Database only when the availability index of Domino server is above a particular level. The default value is 20. |
SCTMailClusterServer=value | If you are running Domino clustering and using SecurTrac Mail Monitor, you need to configure this field. In a cluster environment, users may access the mail file on the primary server or the failover server. In order to make SecurTrac aware of the Domino clustering, you need to add this line in the cluster server Notes.ini file. SCTMailClusterServer=ServerName where ServerName is the primary Domino server name in canonical form. |
SCTWorkDirectory=value | To reduce I/O contention with Domino, you can set the working directory of SecurTrac to a physical hard disk separate from Domino server's databases. This will increase the overall performance of the system. The default value of this parameter is: SCTLogDirectory=D:\SCTWork Make sure that the drive containing the working directory has enough storage space. In general, this should be no less than 500MB. Also make sure that the Domino server has permission to read and write to that working directory. |
SCTDeferInit=seconds | This controls when SecurTrac starts the initialization process. By default, it starts initialization when Domino starts up. However, this may take a while in a very big organization (with a large Domino Directory). By deferring the initialization of SecurTrac, this will improve the Domino server start up time. Unit=seconds |
SCTProcessLogTime=seconds | This controls how often the SecurTrac addin task cleans up the temp log files in the SctWork folder. Unit=seconds Default is 5 seconds |
SCTNILogTime=seconds | This controls how often SecurTrac will check Notes.ini for changes. Unit=seconds Default is 15 seconds |
SCTSupportDAOS=value | When set to 1, SecurTrac will enable DAOS for SecurTrac log databases |
SCTTCPIPLookupEnable=value | When set to 1 and in conjunction with the SecurTrac Windows service, SecurTrac will use an IP Address to look up the host name and MAC address of a PC where activity is originating from. |
SCTSkipLogReleasedQuarEmail=value | When an administrator releases a quarantined e-mail, the released e-mail will be copied over to mail.box for sending and SecurTrac will log it as Send Log. There is a new option to skip logging this Send action. |