When configuring antispam, where do you apply any local lists that are configured?
When configuring antispam, where do you apply any local lists that are configured?
When configuring antispam, local lists such as blacklists or whitelists need to be applied within the antispam UTM policy. The UTM (Unified Threat Management) policy specifies how the system should handle spam, including the application of these local lists to manage email filtering rules effectively.
user@host# set security utm custom-objects url-pattern url-pattern-name https://www.juniper.net/documentation/us/en/software/junos/utm/topics/topic-map/security-local-list-antispam-filtering.html
Antispam UTM Policy: This is where you would apply any local lists that you have configured for antispam purposes. In UTM (Unified Threat Management) configurations, the antispam UTM policy is the specific area where you define how the system should handle spam, including the use of local lists like blacklists or whitelists. This policy directly influences how the antispam system processes incoming mail and which email addresses or domains are blocked or allowed.
its c, answer
C. # set security utm feature-profile anti-spam ? Possible completions: address-blacklist Anti-spam blacklist address-whitelist Anti-spam whitelist + apply-groups Groups from which to inherit configuration data > sbl SBL settings > traceoptions Trace options for anti-spam feature
C anti-spam feature profile https://supportportal.juniper.net/s/article/SRX-Example-How-to-set-up-the-UTM-Anti-Spam-feature?language=en_US
The antispam feature-profile is where you apply any local lists that are configured. The feature-profile also includes the configuration for the default spam action. Note that when you configure the antispam profile, you must either enable or disable the SBL server.
where do you apply any local lists that are configured? >>>feature-profile ...answer is C
A is the answer
A is correct: For each Content Security feature, configure feature parameters in the following order: Configure Content Security custom objects for the feature: content_copy zoom_out_map user@host# set security utm custom-objects
Define the custom object : set security utm custom-objects dns-blacklist address name [BLACKLIST_NAME] value [DOMAIN_TO_BLOCK] set security utm custom-objects dns-whitelist address name [WHITELIST_NAME] value [DOMAIN_TO_ALLOW] configure the antispam UTM policy : set security utm feature-profile anti-spam sbl profile [PROFILE_NAME] blacklist custom-object [BLACKLIST_NAME]
sorry, it is applied on security policies same URL.. https://supportportal.juniper.net/s/article/SRX-Example-How-to-set-up-the-UTM-Anti-Spam-feature?language=en_US