deleteRestrictedDomain

Deletes a restricted or blacklisted domain.

Syntax

deleteRestrictedDomain "domain_name"
Parameter Desription
domain_name A Fully qualified domain name or IP address.

Purpose

The deleteRestrictedDomain command deletes a blacklisted domain from the IBM® Sametime® Gateway Server. When the Sametime Gateway Server receives a subscription request, the Sametime Gateway Server checks the blacklist domains and rejects messages when either the destination or source domain is a member of the blacklist.

Data type: String

Sample

This sample deletes a blacklisted domain to the Sametime Gateway Server:
set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
$AdminControl invoke $ons deleteRestrictedDomain "spamalot.com"