User Guide
Appendix A 83
The [path] section contains options that define the path to the critical files, which
are necessary for the application to work properly:
BasesPath – full path to the directory containing the anti-virus databases.
Required parameter.
LicensePath – full path to the directory containing license keys. 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 change the date format to be displayed in email
messages, e.g.: %y/%m/%d or %m/%d/%y.
TimeFormat – format used by the components to display time in the report
(strftime).
You can alter the time presentation to 12-hour format (a.m.,
p.m.) using the string: %I:%M:%S %P
The [smtpgw.access] section includes the following options used to control the
access for SMTP clients:
ConnectRule – defines application behaviour during establishment of an
SMTP session.
Syntax:
ConnectRule=allow|deny from in_dnsbl|out_dnsbl to
<rcpt>|<rcpt_mask>
or
ConnectRule=allow|deny from has_name|no_name to
<rcpt>|<rcpt_mask>
or
ConnectRule=allow|deny from any to <rcpt>|<rcpt_mask>
where has_name|no_name corresponds to a situation, when the
program can/cannot obtain host name at the specified address,
in_dnsbl|out_dnsbl corresponds to the situation, when host address is
included/not included into the black lists of DNS BL services specified
by the DNSBlackList parameter. The <rcpt>|<rcpt_mask> value
determines the mail recipient or a mask for email addresses of
recipients. You can use the "*" and "?" wildcards to specify a mask for
recipients' mail addresses; "*" stands for any address. The any keyword
allows any sender's address. During rule selection from a list the
program will use the first one matching the recipient’s address mask.










