Specifications

Advanced Operations 119
Installation and Operations Manual
Changing the SMTP server port:
With SMTP support enabled, the PT22 sends SMTP requests to the default SMTP port number 25. This port
number can be changed using the Set Email SMTP Port command.
To change the TACACS port:
At the Switched CDU: prompt, type set email smtp port, followed by the port number and press Enter.
Example
The following changes the SMTP port number to 5555:
Switched CDU: set email smtp port 5555<Enter>
Setting the SMTP authentication type:
NOTES:
SMTP authentication allows the mail client in the PT22 to login to the mail server during the process of sending a mail.
The mail server may require this login to relay mail to another mail server.
Supported SMTP authentication type are: None (default, no SMTP authentication); Digest-MD5; CRAM-MD5; Login;
and Plain. SMTP authentication occurs with a configured username and password, or you can use the ‘From’ address in
place of the username.
To determine the SMTP authentication type:
At the Switched CDU: prompt, type set email smtp authtype, followed by the authentication method, and
press Enter.
Examples
The following sets the SMTP authentication type to Digest-MD5:
Switched CDU: set email smtp authtype DIGESTMD5<Enter>
The following sets the SMTP authentication type to CRAM-MD5:
Switched CDU: set email smtp authtype CRAMMD5<Enter>
Setting the Email SMTP authentication username:
The Set Email SMTP Username command sets the username for SMTP authentication.
At the Switched CDU: prompt, type set email smtp username, followed by the SMTP username, and
press Enter.
Setting the Email SMTP authentication password:
The Set Email SMTP Password command sets the password for SMTP authentication with username.
At the Switched CDU: prompt, type set email smtp password, followed by the SMTP password, and
press Enter.
Setting the Email SMTP Use Username :
The Set Email SMTP Useusername command uses the SMTP username for SMTP authentication.
At the Switched CDU: prompt, type set email smtp useusername, followed by the username, and
press Enter.
Setting the ‘From’ email address:
The Set Email From command sets the ‘from’ email address. By default, this is set to ‘Sentry3_’ plus
the last three octets of the unit’s MAC address. Example: ‘Sentry3_510c90@’
To set the ‘From’ email address:
At the Switched CDU: prompt, type set email from, followed by the originating email address and
press Enter.
Example
The following command sets the ‘from’ email address to Rack14UNIT1@servertech.com:
Switched CDU: set email from Rack14UNIT1@servertech.com<Enter>