User Guide

Appendix A 115
name – profile name shown by WebConfigurator in the profile list. This is the
same name as the name contained in the profile description file.
active – the attribute that defines whether or not this profile is active, using
yes or no values.
A.4.4. Set of e-mail addresses lists
(
emails.xml
)
A set of the existing e-mail addresses lists is contained in the emails.xml file.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<EMailLists>
<EMailListRef file="emaillist1.xml" name="List
1"/>
<EMailListRef file="emaillist2.xml" name="List
2"/>
...
</EMailLists>
The
EMailListRef tag defines a link to a file from the CONFSRC/emails folder,
which contains the e-mail addresses list:
file – name of the file with the list (without path).
name – list name. This is the same name as the name contained in the
profile description file.
A.4.5. Set of IP address lists (
Iplists.xml
)
A set of the following IP addresses is contained in the iplists.xml. file.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<IPLists>
<IPListRef file="iplist1.xml" name="List 1"/>
<IPListRef file="iplist2.xml" name="List 2"/>
...
</IPLists>
The
IPListRef tag defines a link to a file from the CONFSRC/iplists folder that
contains the IP address list:
file Name of the file with the list (without path).