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:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify the domain and next-hop.
hostname (config) # email-analysis domain <domainName> next-hop <nextHopAddress>
Verify your changes.
hostname (config) # show email-analysis
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 ... .