ESR series service routers.ESR-Series. User manual
•
•
•
•
Step Description Command Keys
16 Enable a rule in the Antispam 
service profile (optional).
esr(config-antispam-profile-
rule)# enable
17 Create mail domain. esr(config)# mailserver domain 
<DOMAIN-NAME>
<DOMAIN-NAME>- up to 31 
characters.
18 Set the description of the email 
domain (optional).
esr(config-mailserver-domain)# 
description <DESCRIPTION>
<DESCRIPTION> – up to 255 
characters.
19 Set the name of the email domain 
to be served.
esr(config-mailserver-domain)# 
mail domain <NAME>
<NAME>- up to 63 characters.
20 Set the IP address of the mail 
server for which the Antispam 
service on ESR acts as SMTP 
Proxy.
esr(config-mailserver-domain)# 
mail server ip <ADDR>
<ADDR> – in the format of 
AAA.BBB.CCC.DDD, where each part 
takes values from 0 to 255.
21 Set the Antispam service profile, 
the settings of which will be 
applied to the current email 
domain.
esr(config-mailserver-domain)# 
profile antispam <NAME>
<NAME>- up to 63 characters.
22 Enable mail domain. esr(config-mailserver-domain)# 
enable
23 Proceed to the mail server 
configuration.
esr(config)# mailserver
24 Set the name of the email 
domain.
esr(config-mailserver)# domain 
<NAME>
<NAME> – up to 63 characters.
25 Specify certificates and keys for 
the TLS protocol (optional).
esr(config-mailserver)# tls 
keyfile <TYPE> <NAME>
<TYPE> – type of certificate or key file. 
Possible values:
ca – certificate authority;
server-key – private server key;
server-crt – public server 
certificate;
dh – Diffie-Hellman key.
<NAME> – certificate file name, set by 
the string of up to 31 characters.
26 Enable TLS support on the mail 
server (optional). If TLS is 
enabled, the configuration must 
include a preset CA certificate, 
server private key and public 
server certificate.
esr(config-mailserver)# tls 
enable