Configuring domain and next-hop settings using the CLI

Prev Next

Use the commands in this section to configure the domain and next-hop settings used to deliver emails and notices.

Note

This procedure describes the minimal configuration. For information about other settings, including domains that forward to multiple MTA hosts, see the Email Security — Server User Guide.

To configure the domain and next-hop settings:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Specify the domain and next-hop.

    hostname (config) # email-analysis domain <domainName> next-hop <nextHopAddress>
  3. Verify your changes.

    hostname (config) # show email-analysis
  4. Save your changes.

    hostname (config) # write memory

Example

This example configures "acme.com" and "mail.acme.com" as the domain and next-hop.

hostname (config) # email-analysis domain acme.com next-hop mail.acme.com

add next hop mail.acme.com to domain acme.com
Use default none for tls policy
hostname (config) # show email-analysis
Email-Analysis:
.
.
  Domain(s):
    domain: acme.com
        MX Enable: false
        next-hop mta: mail.acme.com
        TLS mode: none
        ...        .