Previous | Next | Contents | Index |
Translate an X.400 presentation address to AVPL form.
translate presentation_to_avpl presentation-address
presentation-address
An X.400 presentation address, e.g., "c=us; admd=teleco; prmd=Example; o=Engineering; ou=Widgets; S=Brown; G=Bob;".
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.
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 |