Previous | Next | Contents | Index |
The following example configuration file shows how to set up a configuration that provides access to a number of OpenVMS systems accessible via DECnet but not themselves running PMDF. Although these remote machines are not running PMDF they can, nevertheless, participate fully in the network. The only disadvantage to not running PMDF on all the remote systems is that the remote systems cannot send mail to the gateway unless the gateway system is up. The converse is not true; messages will be queued on the gateway until they can be delivered to the remote systems.
The domain name of the gateway system is MILAN.EXAMPLE.COM. Its DECnet name is MILAN. The names of the remote systems are TUSCANY.EXAMPLE.COM (DECnet name TUSCAN), CMCVAX.EXAMPLE.COM (CMCVAX), ECHMC.EXAMPLE.COM (ECHMC), MEDCHEM.EXAMPLE.COM (MEDCHM). MEDCHEM.EXAMPLE.COM is also known under the alias MEDCHM.EXAMPLE.COM. Shortform aliases equivalent to the DECnet node names are also provided. Note that the DECnet node names are not necessarily the same as the first part of the domain names.
Simple rewrite rules are used to map the names of the systems and any aliases or shortform names into the proper canonical domain names. This insures that the proper domain-style addresses appear in all message headers.
Channel table rewriting is then used to map the domain names back onto the proper DECnet node names. Channel rewriting is only applied to envelope To: addresses and hence only affects the addresses that need to be converted to DECnet node name format; all other addresses are left unchanged.
Without further ado, then, the requisite configuration is exhibited in Example 2-5 below.
Example 2-5 Configuring a Gateway for a DECnet Network |
---|
MILAN.EXAMPLE.COM $U@MILAN.EXAMPLE.COM MILAN $U@MILAN.EXAMPLE.COM ! TUSCANY.EXAMPLE.COM $U@TUSCANY.EXAMPLE.COM TUSCANY $U@TUSCANY.EXAMPLE.COM TUSCAN $U@TUSCANY.EXAMPLE.COM CMCVAX.EXAMPLE.COM $U%CMCVAX.EXAMPLE.COM@DECNET-MAIL CMCVAX $U%CMCVAX.EXAMPLE.COM@DECNET-MAIL ECHMC.EXAMPLE.COM $U%ECHMC.EXAMPLE.COM@DECNET-MAIL ECHMC $U%ECHMC.EXAMPLE.COM@DECNET-MAIL MEDCHM.EXAMPLE.COM $U@MEDCHEM.EXAMPLE.COM MEDCHM $U@MEDCHEM.EXAMPLE.COM MEDCHEM.EXAMPLE.COM $U@MEDCHEM.EXAMPLE.COM MEDCHEM $U@MEDCHEM.EXAMPLE.COM l MILAN.EXAMPLE.COM d 733 DECNET-MAIL TUSCANY.EXAMPLE.COM TUSCAN MEDCHEM.EXAMPLE.COM MEDCHM |
Previous | Next | Contents | Index |