Local List Antispam Filtering Configuration Overview

For each UTM feature, configure feature parameters in the following order:

  1. Configure UTM custom objects for the feature:

    user@host# set security utm custom-objects url-pattern
  2. Configure the main feature parameters, using feature profiles.

    user@host# set security utm feature-profile anti-spam
  3. Configure a UTM policy for each protocol, and attach this policy to a profile.

    user@host# set security utm utm-policy utmp1 anti-spam smtp-profile smtp1
  4. Attach the UTM policy to a security policy.

    user@host# set security policies from-zone trust to-zone untrust policy p1 then permit application-services utm-policy utmp1

Related Topics