System information

Operation SET MAIL 1-85
Software Release 2.0.1
C613-03018-00 REV A
Examples
To set the default download parameters to be release
28-72.rel
downloaded
into the FLASH File System from the TFTP server with IP address 172.16.8.5,
with a delay of one minute, use the command:
SET LOAD FILE=28-72.REL DESTINATION=FLASH SERVER=172.16.8.5
DELAY=60
To clear all defaults previously set with the SET LOADER command (except
the filename), and restore defaults to the loader module, use the command:
SET LOADER DELAY=DEFAULT DESTINATION=DEFAULT
HTTPPROXY=DEFAULT METHOD=DEFAULT PORT=DEFAULT
PROXYPORT=DEFAULT SERVER=DEFAULT
See Also
LOAD
SHOW LOADER
SET MAIL
Syntax
SET MAIL HOSTNAME=hostname
where:
hostname is a character string, 1 to 63 characters in length. Valid characters
are any character except spaces (“ “), control characters (ASCII 0–31 and
127) and the special characters “()<>@,;:\".[]”.
Description
This command sets the host name used by the mail system when it
communicates with other mail systems.
The HOSTNAME parameter specifies the host name used by the mail system
when it communicates with other mail systems. The host name is normally the
fully specified domain name of the router, e.g.
router1.myorg.com
. The host
name will appear in the From field of the message header when the message is
received by the remote mail system.
The mail system is not enabled until the host name has been specified
Examples
To set the mail host name to router1.myorg.com, use the command:
SET MAIL HOSTNAME=router1.myorg.com
See Also
SHOW MAIL