When application integration with an external directory service via LDAP is enabled, users are able to maintain their personal black and white lists of senders' addresses.
To add a personal black or white list of addresses:
personal_user1.xml, with the following command:# /opt/kaspersky/klms/bin/klms-control --personal --sample > personal_user1.xml
Sample rule settings file.
Example:
|
item> subsection of the <blackList> section to add senders' addresses to the black list of addresses, and the <item> subsection of the <whiteList> section to add senders' addresses to the white list of addresses.If you need to add several senders' addresses, each new email address must be specified in a separate <item> section in a new line of the settings file.
Example:
|
cn=user1001,ou=users,dc=site user account) using the command:# /opt/kaspersky/klms/bin/klms-control --personal \
--set-settings 'cn=user1001,ou=users,dc=site' -f personal_user1.xml
You can specify the e-mail address of a user instead of the user’s account.
# /opt/kaspersky/klms/bin/klms-control --personal \
--set-settings <email> -f personal_user1.xml