Previous | Contents | Index |
Incoming X.400 messages destined for recipients on the PMDF side of the gateway undergo an inverse address conversion process implemented by the X400_TO_MIME channel and governed by rules contained in the FROM_X400 database. During configuration of PMDF-X400, the ORname fields for the PMDF-X400 gateway (Country, ADMD, PRMD, Organization, and zero or more Organizational-Units) were specified. The X.400 ORname for any recipient on the PMDF side of the gateway consists of the gateway ORname fields plus additional fields to indicate the recipient. These additional fields need to provide sufficient information to identify the recipient on the PMDF side.
Such recipients are not limited to local PMDF users. Any recipient on any mail system reachable by PMDF, as well as PMDF-MR, PMDF-LAN, and facsimile addresses through PMDF-FAX, is accessible to X.400 originators through PMDF-X400. |
The default configuration generated by the PMDF-X400 configuration
utility includes support for three X.400 ORname representations for
PMDF recipients:
SURNAME = Lastname GIVENNAME = Firstname |
Firstname.Lastname@PMDF-local-host |
Firstname.Lastname
to a local or
remote mailbox.
SURNAME = mailbox-name |
mailbox-name@PMDF-local-host |
RFC822
:
DD.RFC-822 = mailbox-name(a)domain-name |
mailbox-name@domain-name |
Note that X.400 is limited in the characters that are allowed in ORname
fields to the characters defined as members of the "printable
string" set. Characters that are used in RFC 822 addresses but not
allowed by X.400 are specified by multi-character substitutions in
accordance with RFC 2156. These are particularly useful when X.400
originators need to specify a complete RFC 822 address in a
DD.RFC-822
domain-defined attribute.
The substitutions are listed in Table 41-4.
Desired character | X.400 multi-character |
---|---|
@ | (a) |
% | (p) |
! | (b) |
" | (q) |
_ | (u) |
( | (l) |
) | (r) |
mrocheck@foobar.com
using the DD.RFC-822 attribute, the
"@" must be specified as "(a)":
DD.RFC-822 = mrochek(a)foobar.com |
Since the ( and ) characters delimit comments in RFC 822 addresses, the use of printable string substitutions imposes the additional requirement that any address containing them must be enclosed in double-quotes. For example:
|
The basic configuration generated by the PMDF-X400 configuration utility creates databases containing the address conversion rules for these three representations. These database files are pointed to by the PMDF_TO_X400_DATABASE and PMDF_FROM_X400_DATABASE logical names (OpenVMS) or PMDF tailor file options (UNIX).
Previous | Next | Contents | Index |