Invoke the pmdf test -x400 utility.
pmdf test -x400
Command Qualifiers Defaults -debug-nodebug-envelope-header-forward-reverse-header-header-image_file-image_file-lhs_orderSee text -mb400-x488-mhs-x488-restricted-norestricted-reverse-reverse-rhs_orderSee text -x484-x488-x488-x488
None.
pmdf test -x400 is a utility for testing PMDF's Attribute
Value Pair List (AVPL) address transformations, in particular those
performed by PMDF-X400 channels, though MHS address transformations may
also be tested. The utility can also be used to "dump" X.400
(P1) files or arbitrary binary files.
-debugSpecify whether to display debug output.
-nodebug(default)
-envelopeSpecify whether addresses will default to header (the default) or envelope style transformations.
-header(default)
-mb400
-mhs
-x484Specify what sort of addresses will be transformed. The specification of one of these qualifiers sets the address transformation database(s) to use, the ORNAMEs to use, and whether
-x488(default)lhs_orderorrhs_ordershould be the default. The default, if no such qualifier is explicitly set, is-x488, meaning that X.400-1988 address transformations will be used.
-forwardSpecify whether addresses will default to forward or reverse (the default) style transformations.
-reverse(default)
-image_file(default)By default, The
-noimage_filepmdf test -x400will use a PMDF compiled configuration image, if one exists. The-noimage_filequalifier may be used to cause the utility to disregard any compiled PMDF configuration and instead run directly from the PMDF configuration text files.
-lhs_orderThese qualifiers specify whether left-to-right or right-to-left ordering of attributes in the local part of an RFC 822 address will be assumed. The default will depend upon which qualifier(s) were specified on the
-rhs_orderpmdf test -x400command line: for X.400 address processing as with the-mb400,-x484, or-x488qualifiers, right-to-left ordering is the default.
-restrictedSpecified whether or not to use restricted encoding of addresses.
-norestricted(default)
#1
% pmdf test -x400 -x488 X400> ... X400> exit
#2This example shows how to invoke the
pmdf test -x400utility for testing X.400-1988 address transformations, and then exit the utility with theexitcommand. Specifying thepmdf test -x488qualifier will cause use of the following defaults:database x400,rhs_order, andorname x488.
% pmdf test -x400 -x484 X400> ... X400> exit
#3This example shows how to invoke the
pmdf test -x400utility for testing X.400-1988 address transformations, and then exit the utility with theexitcommand. Specifying thepmdf test -x484qualifier will cause use of the following defaults:database x400,rhs_order, andorname x484.
% pmdf test -x400 -mb400 X400> ... X400> exit
This example shows how to invoke the
pmdf test -x400utility for testing Mailbus 400 (X.400-1988) address transformations using PMDF-MB400's own special TO_MB400 and FROM_MB400 databases, and then exit the utility with theexitcommand. Specifying thepmdf test -mb400qualifier will cause use of the following defaults:database x400(but using the TO_MB400 and FROM_MB400 databases rather than the default TO_X400 and FROM_X400 databases),rhs_order, andorname x488.