Previous | Next | Contents | Index |
Test Novell MHS channel address transformations.
pmdf test -mhs [test-address|test-time]
Command Qualifiers Defaults -822tolan
-822tolan
-backward
-forward
-channel=
channel-name-channel=mhs_local
-debug
-nodebug
-envelope
-header
-forward
-forward
-header
-header
-lanto822
-822tolan
-time
See text
This utility is supplied only with the PMDF-LAN optional layered product.
Address: | test-address |
Time: | test-time |
test-address
Optional address to test.test-time
Optional time to test.
Test a Novell MHS channel's transformation of an address or time.
-822tolan
(default)The testing process can test conversion of RFC 822 addresses to Novell MHS format,
-lanto822
-822tolan
, or test conversion of Novell MHS format addresses to RFC 822 format,-lanto822
.
-backward
The testing process can test conversion of backwards or forwards pointing addresses; the default is forward pointing addresses.
-forward
(default)Different Novell MHS channels may be configured to perform different transformations. The default is to test the mhs_local channel.
-channel=
channel-name
-debug
The testing process is capable of producing detailed processing information. The
-nodebug
(default)-debug
qualifier enables this output; it is disabled by default.
-envelope
The testing process can test envelope or header addresses; the default is header addresses.
-header
(default)The testing process by default tests address transformations, but the
-time
-time
qualifier specifies that it should instead test time transformations.
% pmdf test -mhs adam@mhs.example.com ADAM@EXAMPLE % pmdf test -mhs postmaster@example.com POSTMASTER@PMDF % pmdf test -mhs service@example.com MAILER@PMDF {smtp:SERVICE@EXAMPLE.COM} |
This UNIX example shows testing an mhs_local channel's transformation of several addresses. The output shown corresponds to a mhs_local channel with official host name mhs.example.com and channel options MHS_DEFAULT_WORKGROUP=EXAMPLE, MHS_GATEWAY_WORKGROUP=PMDF, MHS_GATEWAY_USERNAME=MAILER, and MHS_GATEWAY_TYPE=SMTP, and where the site has example.com as the official local host name.
Previous | Next | Contents | Index |