Previous | Contents | Index |
If you are not on a system running PMDF, but connected via DECnet to a system that is, then you can still use PMDF to send mail. Suppose that the system running PMDF has the DECnet node name NODE. To send mail to PMDF on that system, use the addressing syntax:3
NODE::IN%"address" |
$ MAIL MAIL> SEND To: NODE::IN%"jdoe@example.com" Subj: Vaccination Enter your message below. Press CTRL/Z when complete, or CTRL/C to quit: JDoe, phone home. It's time for your project status update. - EEF [CTRL/Z] MAIL> |
To simplify things further, you can establish the following logical name definition in your LOGIN.COM file:
$ DEFINE IN NODE::IN% |
IN::"address" |
3 Note for system managers: The system-wide logical MAIL$SYSTEM_FLAGS must translate to an even number for this technique to work. When MAIL$SYSTEM_FLAGS translates to an odd value, VMS MAIL will strip off the "NODE::" portion of the address if NODE is a member of the local cluster. This will then result in an error---error activating transport IN---when VMS MAIL tries to send to IN%"...". |
Previous | Next | Contents | Index |