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
- Execute the showsmtp command to display SMTP server setting information.
XSCF> showsmtp Mail Server: Port : 25 Authentication Mechanism: none Reply address: |
- 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 |
- 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]: |
- 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 |
< Previous Page | Next Page >