home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / popcl221.zip / README.OS2 < prev   
Text File  |  1994-09-16  |  2KB  |  57 lines

  1.                             popclient for OS/2
  2.  
  3.                   Copyright 1993,1994 by Carl Harris, Jr.
  4.                            All rights reserved
  5.  
  6.                         OS/2 port by Claudio Fahey
  7.                         claudio@uclink.berkeley.edu
  8.  
  9.  
  10.     This package contains two REXX programs to integrate the POP client 
  11.     (POPCLIENT.EXE) with LaMail and Ultimedia Mail/2 Server.  This 
  12.     client only receives mail from a POP server.  It does not send mail 
  13.     through a POP server.  To send mail, you can still use sendmail or
  14.     if you're using LaMail, you can use LamPOP.  LamPOP can be 
  15.     downloaded by FTP from ftp-os2.nmsu.edu in /os2/2_x/network as 
  16.     lampop11.zip.
  17.  
  18.     To install this POP client, copy POPCLIENT.EXE, POPCLID.CMD, and 
  19.     LAMAILER.CMD to a directory in your path.  Then modify the top part 
  20.     of POPCLID.CMD to reflect your setup (see POPCLID.CMD for details).  
  21.     You also need the emx run-time DLLs.  You can get these from 
  22.     ftp-os2.nmsu.edu:/os2/2_x/unix/emx08h/emxrt.zip.  Of course, you 
  23.     need IBM TCP/IP 2.0.  
  24.  
  25.     To have the POP client run every few minutes, run POPCLID.CMD.  You 
  26.     may also start POPCLIENT.EXE from a cron-type program.
  27.  
  28.     popclient defaults to POP3 mode.
  29.  
  30. ENVIRONMENT VARIABLES:
  31.  
  32.     USER        The user's login name on the local workstation.  This is
  33.                 used as the default login name on the remote workstation.
  34.                 Defaults to "root."
  35.  
  36.     MDA_PATH    Mail delivery agent program path.  Defaults to "UMAILER.EXE."
  37.  
  38.     MDA_ARGS    Mail delivery agent command line arguments.  All occurances
  39.                 of "$u" are replaced by the receipients name.  Defaults to
  40.                 "-dest . -to $u" which delivers mail to the current
  41.                 directory.
  42.  
  43. OTHER:
  44.  
  45.     The original popclient code can be downloaded by FTP from
  46.     info2.rus.uni-stuttgart.de in /pub/comm/mail/pop/unix as 
  47.     popclient-2.21.tar.gz.  
  48.  
  49.     For modifications to the source code, see PATCHES.OS2.
  50.  
  51.     Feel free to send comments, bug reports, or suggestions related to
  52.     this OS/2 port to me.
  53.  
  54.     Claudio Fahey
  55.     claudio@uclink.berkeley.edu
  56.  
  57.