Skip to main content
  1. Home >
  2. Products >
  3. Computing Products >
  4. Servers >
  5. Fujitsu SPARC servers >
  6. Downloads >
  7. User Manuals >
  8. Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 System Operation and Administration Guide >
  9. 10.2.5 Setting the SMTP Server Host Name, Port Number, Reply E-mail Address, and Authentication Method

10.2.5 Setting the SMTP Server Host Name, Port Number, Reply E-mail Address, and Authentication Method


10.2.5 Setting the SMTP Server Host Name, Port Number, Reply E-mail Address, and Authentication Method
  1. Execute the showsmtp command to display SMTP server setting information.
XSCF> showsmtp
Mail Server:
Port : 25
Authentication Mechanism: none
Reply address:
  1. Execute the setsmtp command to set SMTP server information.
    The following example specifies a host name, a port number, a reply e-mail 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 user=usr001 -s
password=xxxxxxxx
  1. The following example specifies, in interactive mode, a host name, a port number, a reply e-mail 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]:
  1. Execute the showsmtp command, and confirm the SMTP server setting information.
XSCF> showsmtp
Mail Server: 192.1.4.5
Port: 25
Authentication Mechanism : pop
User Name: usr001
Password: ********
Reply Address: yyyy@example.com