PC Gen: Automating Multiple Mail Logins on NetWare 3.11Last reviewed: October 23, 1995Article ID: Q115163 |
The information in this article applies to:
You can set up Microsoft Mail for PC Networks on a Novell 3.11 file server in such a way that any valid Mail user can automatically log in to his or her own Mail and Schedule+ accounts from any configured PC workstation, based on his or her Novell login.
BASIC REQUIREMENTS
SETUP
File Server(s)Add a routine similar to the following to your system login script so that an MS-DOS environmental variable containing the user's Novell Login Name/Microsoft Mail Mailbox Name gets set when each user first logs in to his or her home server. This variable will be used to pass the user's name to MAIL.EXE, MSMAIL.EXE, or SCHDPLUS.EXE when you start the executable file. NOTE: You will need to adjust the following routine to match your own system.
IF MEMBER OF "pcmail" THEN DOS SET Mailbox="%LOGIN_NAME" MAP ROOT R:=Server15/SYS:apps\mail END Workstations
MS-DOS ClientsCreate an MSMAIL.BAT file similar to the following, but adjust it for your own configuration.
@Echo Off cd r:\data r:\exe\mail %mailbox% -dr Windows ClientsModify the Command Line field in the Microsoft Mail icon's Program Item Properties box (by selecting the icon and then pressing ALT+ENTER) to be similar to the following example:
c:\msmail\msmail.exe %mailbox% Schedule+ Clients
|
Additional reference words: 3.20
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |