| Previous | Contents | Index |
Test MS Mail channel address transformations.
pmdf test -ff [test-address|test-time]
Command Qualifiers Defaults -822tolan-822tolan-backward-forward-channel=channel-name-channel=ff_local-debug-nodebug-envelope-header-forward-forward-header-header-lanto822-822tolan-timeSee 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 MS Mail channel's transformation of an address or time.
-822tolan(default)The testing process can test conversion of RFC 822 addresses to MS Mail format,
-lanto822-822tolan, or test conversion of MS Mail format addresses to RFC 822 format,-lanto822.
-backwardThe testing process can test conversion of backwards or forwards pointing addresses; the default is forward pointing addresses.
-forward(default)Different MS Mail channels may be configured to perform different transformations. The default is to test the ff_local channel.
-channel=channel-name
-debugThe testing process is capable of producing detailed processing information. The
-nodebug(default)-debugqualifier enables this output; it is disabled by default.
-envelopeThe 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-timequalifier specifies that it should instead test time transformations.
% pmdf test -ff adam@msmail.example.com
CSI:EXAMPLE/HQ/ADAM
% pmdf test -ff "EXAMPLE/ADMIN/CARL@msmail.example.com"
CSI:EXAMPLE/ADMIN/CARL
% pmdf test -ff service@example.com
SMTP:SERVICE@EXAMPLE.COM
|
This UNIX example shows testing a ff_local channel's transformation of several addresses. The output shown corresponds to a ff_local channel with the official host name msmail.example.com and with the channel option settings FF_DEFAULT_NETWORK=EXAMPLE and FF_DEFAULT_POSTOFFICE=HQ.
| Previous | Next | Contents | Index |