show configuration smtp
Syntax
show configuration smtp
Release Information
Command introduced in Junos OS Release 10.0 .
Description
Display complete SMTP information.
Options
apply-groups—Groups from which SMTP inherits configuration data.
apply-groups-except—Groups from which SMTP restricts inheriting configuration data.
Required Privilege Level
view
Related Documentation
List of Sample Output
show configuration smtpOutput Fields
Table 1 describes the output fields for the show configuration smtp command.
Table 1: show configuration smtp
Field Name | Field Description | Level of Output |
---|---|---|
address | SMTP server's IPv4 address | All levels |
login | Configure a mail sender account to the server | All levels |
password | Default sender password for user authentication | All levels |
Sample Output
show configuration smtp
user@host> show configuration smtp
primary-server { address 218.102.48.213; login "dayone@example.com" { password "$ABC123"; ## SECRET-DATA } }