Previous | Contents | Index |
Several aspects of PMDF MAIL are amenable to system-wide management:
Bit | Value | Usage |
---|---|---|
0 | 1 | If set then node is treated as being equivalent to the local host and the VMS MAIL FROM:, TO:, or CC: address NODE::USER is translated to the RFC 822 address user@local-host. If clear, then NODE::USER is translated to user%NODE@local-host. |
16 | 65536 | If set then captive accounts cannot print to printer queues. This is important in environments where printer queues are used for purposes other than printing. |
17 | 131072 | If set then captive accounts cannot print to terminal queues. This is important in environments where terminal queues are used to feed data to non-printing devices ( e.g., a terminal queue which actually spools command procedures down a LAT port to some other computer). |
18 | 262144 | If set then captive accounts can print to server queues. Only after very careful consideration should this bit ever be set. Picture the following scenario: a captive user creates a command procedure, mails it to him or herself ( e.g., SEND/EDIT), then prints it PRINT/NOHEADER to the server queue which will then execute it. |
19 | 524288 | If set then captive accounts can print to batch queues. As with bit 18, this bit should only be set after very careful consideration of the consequences. |
20 | 1048576 | If set and PMDF MAIL is installed with EXQUOTA privilege, then EXQUOTA privilege will be enabled when composing, extracting, and printing mail messages. Normally, EXQUOTA is only enabled when deleting messages and compressing mail files, and only then when the image is installed with EXQUOTA privilege. |
PMDF_COM:SITEIMAGE.DAT
and add the following line:
PMDF_EXE:UA.EXE /OPEN/HEADER/SHARED/PRIV=(SYSPRV,CMKRNL,SYSLCK,EXQUOTA) |
Previous | Next | Contents | Index |