PMDF System Manager's Guide


Previous Next Contents Index


translate avpl_to_822

Translate an AVPL to an RFC 822 address.

Syntax

translate avpl_to_822 avpl

Command Qualifiers Defaults
None. None.

Parameters

avpl

An Attribute Value Pair List (AVPL).

Description

The translate avpl_to_822 command translates an AVPL representation of an address to an RFC 822 (Internet) address, using the address transformation database currently in effect, and the lhs_order/ rhs_order currently in effect.


Examples

This example illustrates transforming an X.400 address of


/C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets/OU=R & D/S=Adams/G=Ann/ 
to an RFC 822 equivalent, assuming PMDF-X400 has been configured to associate the X.400 ORname /C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets/OU=R & D/ with the pseudodomain name example.com.


% pmdf test -x400 -x488
X400> set envelope
X400> set forward
X400> translate avpl_to_822 "/C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets /OU=R & D/S=Adams/G=Ann/"
Result: Ann.Adams@example.com 


Previous Next Contents Index