UBMAIL
account maintenance

This is a brief note on how to maintain your account in UBMail Server. The UBMail account is used to keep your Mail directory (shared by all mail clients you may use, such as VMS Mail, Simeon and Pine), your WWW directory (where you will store all your files to be seen in the World Wide Web). You should login to UBMail, or telnet to ubmail.ubalt.edu to access your UBMail account. The system prompt to UBMail is $ (when you see it you know that you are at the VMS basic level of dialogue, like a DOS prompt in the PCs). Convention: {return} means press enter or return.


Creating a login.com file

The login.com is like an autoexec.bat in DOS. When you log in your account it is always executed. You should follow the instructions below to make your life easier in the VMS environment if you are used to the PC style commands. (remember {return} means press enter/return).

  1. at the $ prompt type: CREATE LOGIN.COM {return}
  2. type the following 3 lines to make the directory commands similar to the PC:

    CD = = "SET DEFAULT" {return}
    MD = = "CREATE/DIRECTORY" {return}
    CP = = "SET PROTECTION=OWNER:RWED" {return}

  3. type the following 4 lines to keep your directory clean of log and temp files:

    $ IF F$MODE() .NES. "INTERACTIVE" THEN $EXIT {return}
    $ IF F$SEARCH("UCX$FTPSERVER.LOG") .NES. "" THEN DELETE UCX$FTPSERVER.LOG;* {return}
    $ IF F$SEARCH("*.TPU$JOURNAL") .NES. "" THEN DELETE *.TPU$JOURNAL;* {return}
    $ IF F$SEARCH("*.TMP") .NES. "" THEN DELETE *.TMP;* <Ctrl-Z>

Creating a directory to store your mail

Keeping your mail directory shipshape

After you delete your messages a reasonable number of times, your Mail directory will create empty spaces between messages that it does not recover with delete anymore. To regain this space you will need to do the following:

  1. at the MAIL> prompt type: COMPRESS {return}
  2. wait for the MAIL> prompt after messages generated by compress, and type EXIT {return}
  3. at $ prompt type: CD [.MAIL] {return}
  4. at the $ prompt type: del MAIL.OLD;1 {return}

Please note that the third step assumes that you created the login.com file described previously.

A note on directories in UBMail

A note in log, journal and temp files in UBMail

Deleting directories in UBMail

Be very careful in using this information. Once you do it, the directory and files are gone with the wind ...


This page is maintained by Al Bento who can be reached at abento@ubmail.ubalt.edu. This page was last updated on September 1, 1996. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided.