[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ggsn>
            <service-identification>
                <smtp-rule>
                    <term>
                        <name>name</name> <!-- identifier -->
                        <from>...</from> <!-- mandatory -->
                        <then>...</then> <!-- mandatory -->
                    </term>
                </smtp-rule>
            </service-identification>
        </ggsn>
    </services>
</configuration>

Description

Define a service identification term.

Contents

<from>—Define match criteria.

<name>—Term name.

<then>—Action to take if the 'from' condition is matched.


[Contents] [Prev] [Next] [Index] [Report an Error]