User Guide
Appendix A 87
.c_db_reload
Application restart with anti-virus database reloading.
To initiate an action, create a file with the corresponding name in the directory
specified as the value for the ControlPath parameter in the [smtpgw.path]
section. The application will periodically check this directory for known
management files, execute the corresponding command from this file, and then
deletes the file.
A.5. Application statistics
Following the administrator's command, the application logs its performance
statistics (from the moment of application startup till its current state) to a text file,
which name is specified by the StatFileName option in the [smtpgw.options]
section of configuration file.
This txt file contains a set of lines in the following format:
parameter_name=parameter_value
The table below lists the names and values of the application status parameters.
Parameter name: Value:
time_initialized
Time of the server initialization
time_processing
Server operation time (in seconds).
mta_received_messages
Number of incoming messages successfully
received by the server since its initialization
mta_received_bytes
Number of bytes successfully received by
the server since its initialization.
mta_received_recipients
Number of recipients of incoming messages
successfully received by the server since its
initialization.
mta_sent_messages
Number of outgoing messages successfully
sent by the server since its initialization.
mta_sent_bytes
Number of bytes successfully sent by the
server since its initialization.










