Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the SRC VTA Mailer Processor to Send E-Mail Notifications (SRC CLI)
Use the SRC VTA mailer processor to specify the SMTP server to use for e-mail messages that the SRC VTA sends to subscribers.
Use the following statement to configure the mailer processor:
shared vta group name processor mailer
{smtp-server smtp-server;smtp-server-password smtp-server-password;smtp-server-port smtp-server-port ;smtp-server-user smtp-server-user;}
- From configuration mode, access the statement that configures
the SRC VTA mailer processor. For example, to configure the mailer
processor for the SRC VTA group called vta1:[edit]user@host# edit shared vta group vta1 processor mailer
- Configure the SMTP server used for outgoing e-mail by
specifying the host name or IP address of the SMTP server. For example,
set the SMTP server to a host called mail.example.com:[edit shared vta group vta1 processor mailer]user@host# set smtp-server mail.example.com
- Configure the password used to access the SMTP server. [edit shared vta group vta1 processor mailer]user@host# set smtp-server-password smtp-server-password
- Configure the port used to connect to the SMTP server. [edit shared vta group vta1 processor mailer]user@host# set smtp-server-port smtp-server-port
- Configure the username for accessing the SMTP server.
mail.example.com:[edit shared vta group vta1 processor mailer]user@host# set smtp-server-user smtp-server-user
- Commit your configuration.[edit shared vta group vta1 processor mailer]user@host# commit