show configuration smtp
Syntax
show configuration smtp
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
Output Fields
Table 1 describes the output fields for the show configuration smtp command.
Field Name |
Field Description |
Level of Output |
|---|---|---|
|
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
}
}
Release Information
Command introduced in Junos OS Release 10.0 .