PMDF System Manager's Guide


Previous Next Contents Index


TRANSLATE PRESENTATION_TO_AVPL

Translate an X.400 presentation address to AVPL form.

Syntax

TRANSLATE PRESENTATION_TO_AVPL presentation-address


Parameters

presentation-address

An X.400 presentation address, e.g., "c=us; admd=teleco; prmd=Example; o=Engineering; ou=Widgets; S=Brown; G=Bob;".

Description

The TRANSLATE PRESENTATION_TO_AVPL command transforms an X.400 presentation address---the sort that may be seen on a business card, for instance---into a canonical AVPL form.


EXAMPLES

The following example shows transforming an X.400 presentation address into AVPL form, and then transforming the AVPL form into RFC 822 form (assuming a PMDF-X400 configuration as shown in the example in the appropriate edition of the PMDF Installation Guide).


X400> TRANSLATE PRES "C=US; ADMD=GALACTIMAIL; PRMD=Example Corp; O=R and D; OU=Widg ets; S=Borg; G=Bob;
Result: /C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Widgets/S=Borg/G=Bob/ 
X400> TRANSLATE AVPL "/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Widgets /S=Borg/G=Bob/
Result: Bob.Borg@x400.example.com 


Previous Next Contents Index