Chapter 2 Setting Up XSCF 2-145
Specifying the Host Name, Port Number, and Reply Address of the
SMTP Server
â– Command operation
1. Use the showsmtp(8) command to display SMTP server setting information.
2. Use the setsmtp(8) command to set SMTP server setting information.
3. Check the SMTP server setting information.
XSCF> showsmtp
Mail Server:
Port: 25
Authentication Mechanism: none
Reply address:
<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