Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show configuration smtp

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
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.

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

content_copy zoom_out_map
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 .

footer-navigation