User Guide

74 Kaspersky
®
SMTP-Gateway 5.0
/usr/local/share/kav/5.0/smtpgw/man – directory containing application
manual pages.
A.2. Kaspersky SMTP-Gateway
configuration file
The Kaspersky SMTP-Gateway default installation package includes
smtpgw.conf file that contains configuration settings for the application.
This configuration file is divided into sections that describe parameters/options of
the operation of a separate application functional groups.
Each section is described the following way: first line – the heading [section
name], the line containing the description of the parameter
parameter=description, default value. The description of the section of the
configuration file is completed by the header of the next section.
The configuration file for binary settings that may accept true|false
values may also accept equivalent values: yes|no, y|n or 1|0.
The options described as “required parameters” are critical for the ap-
plication. Without these parameters, the configuration file is invalid!
The [path] section contains options that define the path to the critical files,
without which the application will not work:
BasesPath – Full path to the anti-virus database. Required parameter.
LicensePath – Full path to the license key directory. Required parameter.
The [locale] section contains date and time formats:
DateFormat – Format used by the components to display date in the report
(strftime).
You can alter the time format to 12 hour format (a.m., p.m.),
enter the string: %I:%M:%S %P
TimeFormat – Format used by the components to display time in the report
(strftime)
You can change the date format to be displayed in e-mail mes-
sages, for example, %y/%m/%d or %m/%d/%y.