PMDF System Manager's Guide


Previous Next Contents Index


SET LOCALHOST


Syntax

SET LOCALHOST host-name

Command Qualifiers Defaults
None. None.

Parameters

host-name

The local host name as far as address transformations are concerned; e.g., the name of the PMDF system itself.

Description

If it is made known to the PMDF TEST/X400 utility, the utility will use the local host name for certain address transformation purposes, such as "fixing up" bare usernames presented as putative RFC 822 addresses.


EXAMPLES

The following example illustrates how setting LOCALHOST can allow PMDF TEST/X400 to "fix up" bare usernames and thereby allow address transformation. The example assumes a PMDF-MR configuration where MILAN is the PMDF-MR node, and PMDF is the PMDF MRMAN mailbox name.


$ PMDF TEST/X400/MR
X400> TRANSLATE 822_TO_AVPL system
Syntax error. 
X400> SET LOCALHOST example.com
X400> TRANSLATE 822_TO_AVPL system
Result: 
R                    0                                         MILAN 
R                    0                                         PMDF 
R                    0                                         example.com 
U                    0                                         system 
FFN                  0                                         system 


Previous Next Contents Index