Chapter 2 Setting Up XSCF 2-93
3. Check the SMTP server setting information.
Enabling or Disabling the Mail Report Function and Specifying the
Recipient Address Used for Notification
â– Command operation
1. Set the SMTP server as described in Specifying the Host Name, Port Number,
and Reply Address of the SMTP Server. Use the showemailreport(8) command
to display mail report setting information.
2. Use the setemailreport(8) command to set mail report information.
<Example 1> Specifying a host name, port number, reply address and
SMTP authentication
XSCF> setsmtp -s mailserver=192.1.4.5 -s port=25 -s replyaddress=
yyyy@example.com -s auth=smtp-auth -s usr=usr001 -s password=
xxxxxxxx
<Example 2> Specifying a host name, port number, reply address and
POP authentication
XSCF> setsmtp
Mail Server [192.1.4.2]: 192.1.4.5
Port[25]:
Authentication Mechanism [none]:pop
POP Server [192.1.4.2]:
User Name []: usr001
Password []: xxxxxxxx
Reply Address [yyyy@example.com]:
XSCF> showsmtp
Mail Server: 192.1.4.5
Port: 25
Authentication Mechanism : pop
User Name: usr001
Password: ********
Reply Address: yyyy@example.com
XSCF> showemailreport
E-Mail Reporting: disabled