Sun Java System Messaging Server 6.3 Administration Guide

ProcedureTo Create Filters

  1. Command Line. You can also specify access and deny filters at the command line as follows:

    To create or edit access filters for services:


    configutil -o service.service.domainallowed -v filter
    

    where service is pop, imap, or http and filter follows the syntax rules described in 23.7.2 Filter Syntax.

    To create or edit deny filters for services:


    configutil -o service.service.domainnotallowed -v filter
    

    where service is pop, imap, or http and filter follows the syntax rules described in 23.7.2 Filter Syntax. For a variety of examples, see 23.7.3 Filter Examples