home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / elm23-2.zip / README.POP < prev    next >
Text File  |  1996-08-31  |  3KB  |  81 lines

  1. Using Elm for OS/2 together with OS/2 Warp 3.0 Internet Access Kit (POP3 mail)
  2. ------------------------------------------------------------------------------
  3.  
  4. The following text was posted as a Usenet news article and describes
  5. how Elm can be used with the POP3 mail system implemented in the OS/2
  6. Warp 3.0 Internet access kit. See also ELMPOP.FAQ for someone else's
  7. recipe.
  8.  
  9.  
  10. From: sdrumm@rocket.cc.umr.edu (Scott Drumm)
  11. Newsgroups: comp.os.os2.networking.tcp-ip
  12. Subject: Re: EMail (Elm / LaMail)
  13. Date: 8 Jan 1995 03:01:42 GMT
  14. Organization: UMR Missouri's Technological University
  15. Message-ID: <3enkim$l27@hptemp1.cc.umr.edu>
  16.  
  17. : I will be posting the results of my work installing Elm when everything is
  18. : running properly.  For now, the necessary code can be located on hobbes in
  19. : the following directories:
  20.  
  21. As promised, here is my current setup for running Elm/POP...Everything is
  22. running correctly, and both incoming and outgoing mail is being accepted.
  23.  
  24. To implement Elm w/ POP client, you need the following files:
  25.      Elm v2.3.11:           /os2/32bit/unix/elm23_2.zip
  26.         POP Client v2.21:      /os2/32bit/unix/popcl221.zip
  27. as well as whatever version of the EMX Runtime Libraries you like (emxrt*.zip)
  28.  
  29. Installation:
  30.   Unzip Elm into it's own subdir and add the /Elm/bin directory to your
  31. path in config.sys.  Also unzip POP Client into the /Elm/bin directory.
  32.  
  33.   Add the following lines to your Config.Sys file (assuming Elm in D:\ELM
  34. and the EMX Runtime Library in D:\EMX):
  35.     SET TERM=mono
  36.     SET TERMCAP=D:\EMX\ETC\TERMCAP.DAT
  37.     SET UUPCSYSRC=D:\ELM\ELM-TCP.RC
  38.     SET UUPCUSRRC=D:\ELM\ELM-TCP.RC
  39.  
  40.   Next, configure the ELM-TCP.RC file for your host and dir structure
  41. (assuming the IAK was installed in D:\TCPIP).  As an example, I have
  42. included a portion of my ELM-TCP.RC file, which connects me to
  43. albert.nuc.umr.edu:
  44.  
  45.     ConfDir=D:\tcpip\etc
  46.     MailDir=D:\tcpip\mail
  47.     TempDir=D:\tcpip\tmp
  48.  
  49.     Mailbox=sdrumm
  50.     Name=Scott W. Drumm
  51.     Home=D:\tcpip\home
  52.  
  53.   Now configure the PopCliD.cmd file for your host as follows:
  54.  
  55.     host = 'albert.nuc.umr.edu'
  56.     loginname = 'sdrumm'
  57.     password = 'xxxxxxxx'
  58.     delay = ###
  59.  
  60.     mda_path = 'filter.exe'
  61.     mda_args = '-v -u sdrumm'
  62.  
  63.   Reboot, and that should be it.  Create icons for Elm and PopClient if
  64. you wish, or add them to FileBar/LaunchPad.
  65.  
  66.   A couple of additional notes....
  67.     1. You'll need to specify a pager in ELM-TC.RC such as OnScreen,
  68. List, whatever OR select 'o' from the Elm menu, and enter 'builtin' in the
  69. "Display mail using" field.
  70.         2. Elm likes to have it's help files in \TCPIP\ETC\ELM.  I didn't
  71. argue wit it on that one.  :)
  72.     3. The file README.PGP in /Elm tells you how to add support for
  73. PGP (Pretty Good Privacy) if you'd like.
  74.  
  75.  
  76. : /----------------------------\/--------------------------------------------\
  77. : | US NAVY: FULL SPEED AHEAD  |               OS/2 v3.0 - Warp              |
  78. : | sdrumm@saucer.cc.umr.edu   |       Isn't it time to expect more from     |
  79. : | sdrumm@albert.nuc.umr.edu  |            your operating system?           |
  80. : \----------------------------/\--------------------------------------------/
  81.