Previous | Contents | Index |
The relevant parameters for the x400_domains_driver.com
procedure (OpenVMS) or x400_domains_driver.tcl
Tcl script
(UNIX) are:
PMDF_X400
If you will be using the procedure with PMDF-X400, set thePMDF_X400
parameter to the value"TRUE"
(OpenVMS) or1
(UNIX).PMDF_MB400
If you will be using the procedure with PMDF-MB400, set thePMDF_MB400
parameter to the value"TRUE"
(OpenVMS) or1
(UNIX).PMDF_MR (OpenVMS only)
If you will be using the procedure with PMDF-MR, set thePMDF_MR
parameter to the value"TRUE"
. Otherwise, if you will be using the procedure with PMDF-X400 or PMDF-MB400, set thePMDF_MR
parameter to the value"FALSE"
.PMDF_MR_ROUTE (OpenVMS only)
If you will be using the procedure with PMDF-MR, set thePMDF_MR_ROUTE
parameter to the Message Router route for the MRX mailbox. With PMDF-X400 or PMDF-MB400, this parameter is not used and its value is ignored.X400_GWY_DOMAIN
If you will be using the procedure with PMDF-X400, this parameter must be set to the X.400 gateway domain name that you defined when you configured PMDF-X400.MB400_GWY_DOMAIN
If you will be using the procecure with PMDF-MB400, this parameter must be set to the MAILbus 400 gateway domain name that you defined when you configured PMDF-MB400.MR_GWY_DOMAIN (OpenVMS only)
If you will be using the procedure with PMDF-MR, set theMR_GWY_DOMAIN
parameter to the MR gateway domain name that you defined when you configured PMDF-MR. With PMDF-X400 or PMDF-MB400, this parameter is not used and its value is ignored.TABLE_1
This parameter tells the procedure where it can find the RFC 2156 mappings file for Table 1. You should normally not need to change this parameter; simply make sure the mapping file is placed accordingly.TABLE_2
This parameter tells the procedure where it can find the RFC 2156 mappings file for Table 2. You should normally not need to change this parameter; simply make sure the mapping file is placed accordingly.DOMAIN_DATABASE
Thex400_domains_driver.com
procedure (OpenVMS) orx400_domains_driver.tcl
script (UNIX) produces rewrite rules and stores them in the filex400_domains.rules
. This file should be incorporated into yourx400.rules
orpmdf.cnf
configuration file. Alternately, setting the parameterDOMAIN_DATABASE
to"TRUE"
causes thex400_domains.com
x400_domains.com
procedure (OpenVMS) orx400_domains.tcl
Tcl script (UNIX) to convertx400_domains.rules
x400_domains.rules
into a PMDF domain database, referenced via thePMDF_DOMAIN_DATABASE
logical name (OpenVMS) or tailor file option (UNIX), which will automatically be consulted for rewrite rules. ThePMDF_DOMAIN_DATABASE
is normally the database filedomains.dat
(OpenVMS) or database filesdomaindb.*
(OpenVMS) and located in the PMDF table directory. It is recommended that you only produce a domain database if the tables you are running against are fairly large and produce more than a few dozen rewrite rules. For example, the tables distributed by the COSINE MHS project for coordination of X.400 addresses with Internet domains are likely to produce hundreds of rewrite rules and you should use a domain database. By contrast, private tables for a few domains of your own are best used directly out of thex400_domains.rules
file.
Previous | Next | Contents | Index |