PMDF Obsolete Features
PMDF-OBS-6.0


Previous | Contents

3.8 BITNET gateway tables and bitnet_domains_driver.com

There are many BITNET mailer gateways and more are added every month. A list of all registered mailer gateways is maintained by the BITNET Network Information Center. A current copy of the list can be obtained on BITNET systems by using the Jnet command:

$ SEND LISTSERV@BITNIC SEND DOMAIN NAMES

In addition to the actual gateways, lots of BITNET sites operate a mailer that accepts mail in BSMTP format, even if they do not operate a mailer gateway. Information about what form of mail (regular NJE or BSMTP) each site prefers is listed in the xmailer names file. You can obtain a current copy of this file with the command:

$ SEND LISTSERV@PUCC SEND XMAILER NAMES
Note that XMAILER NAMES is also available from BITNIC, but the PUCC version is somewhat enhanced from the BITNIC version.

Copies of both of these files are part of the PMDF for OpenVMS distribution --- the distribution copies are kept in the PMDF table directory, (i.e., PMDF_TABLE:domains.names and PMDF_TABLE:xmailer.names). However, these files rapidly become dated and it is always preferable to work with current copies if possible.

A DCL procedure is provided with PMDF for OpenVMS that will convert the DOMAIN NAMES and XMAILER NAMES files into a format that can be inserted directly into the configuration file. This procedure, PMDF_COM:bitnet_domains.com, reads these two files and produces the following output files:

gates.rules

Rewrite rules for BSMTP systems suitable for insertion into either the configuration file or the domain database.

gates.chans

Channel definitions for the configuration file that are used by the gates.rules rewrite rules.

bitnet.rules

Rewrite rules for regular NJE systems suitable for conversion into a domain database.

tcpip.rules

Rewrite rules for BITNET systems and domains that are reachable via TCP/IP instead of BITNET. This file only contains meaningful output if the ON_INTERNET flag is set to 1 (see below).

gateway.rules

A set of rewrite rules for BSMTP systems suitable for insertion in configuration files on remote systems that are going to use a central gateway.

bgateway.rules

A set of rewrite rules for all regular NJE BITNET systems suitable for insertion in configuration files on remote systems that are going to use a central gateway.

domain.dat

A domain database containing the same rules bitnet.rules contains. This is optional and can be suppressed; see below.

When you execute the PMDF CONFIGURE utility and configure your system for BITNET, a bitnet_domains_driver.com file will be created in the PMDF table directory, PMDF_TABLE:. The commands in this file set various DCL symbols which set site specific parameters and then execute the bitnet_domains.com procedure located in the PMDF com directory, PMDF_COM:. These DCL symbols, as well as others not set by the PMDF configuration utility, are described below. If you wish to set or change one of these symbols, make the correction in your bitnet_domains_driver.com command file rather than in bitnet_domains.com, which is replaced whenever PMDF is upgraded. If, for some reason, you choose not to run the PMDF configuration utility, then copy bitnet_domains_driver.template to bitnet_domains_driver.com and edit that. Innosoft strongly recommends that you use the supplied PMDF CONFIGURE utility.