home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / pine4.10.tar.gz / pine4.10.tar / pine4.10 / imap / README < prev   
Text File  |  1998-09-08  |  2KB  |  60 lines

  1.           IMAP4rev1/c-client Development Environment
  2.                    8 September 1998
  3.                  Mark Crispin
  4.  
  5.  
  6.                 UNIX QUICK BUILD NOTES
  7.  
  8. 1) Look in imap-4.4/Makefile and find your system type code, e.g. slx for
  9.    glibc Linux and/or Linux with shadow password security.
  10.  
  11. 2) Type "make" followed by the system type, e.g. "make slx".
  12.  
  13. 3) Install the POP2 daemon (ipopd/ipop2d), the POP3 daemon (ipopd/ipop3d), and
  14.    the IMAP daemon (imapd/imapd) on a system directory of your choosing.
  15.  
  16. 4) Update /etc/services to register the pop2 service on TCP port 109, the
  17.    pop3 service on TCP port 110, and the imap service on TCP port 143.  Also
  18.    update Yellow Pages/NIS/NetInfo/etc. if appropriate on your system.
  19.  
  20. 5) Update /etc/inetd.conf to invoke the POP2, POP3, and IMAP daemons on their
  21.    associated services.
  22.  
  23. 6) That's all!
  24.  
  25. Read the file docs/BUILD if you need more detailed information and/or you
  26. don't understand these quick build instructions.
  27.  
  28.                  BUG REPORTING ADDRESS
  29.  
  30.      Bugs or questions regarding this software may be reported to the author:
  31.  
  32.  Internet:    MRC@CAC.Washington.EDU
  33.  Postal mail:    Mark Crispin
  34.         University of Washington
  35.         Networks and Distributed Computing
  36.         4545 15th Avenue NE
  37.         Seattle, WA  98105-4527
  38.         USA
  39.  Phone:        +1 (206) 543-5762
  40.  FAX:        +1 (206) 685-4045
  41.  
  42.      In general, it is best to send email.  You are much more likely to get a
  43. response via email than by telephone.
  44.  
  45.                  MISCELLANEOUS NOTES
  46.  
  47.      mtest has been run under UNIX, DOS, Windows, NT, Macintosh, TOPS-20, and
  48. VMS.  It is a very primitive interface, however, and is suited mainly as a
  49. model of how to write a main program for c-client.  You should take a look at
  50. the source to figure out how to use it.  Briefly, it first asks for a mailbox
  51. name (either a local file path or an IMAP mailbox in the form
  52. "{hostname}mailbox") and then puts you in a command mode where "?" will give
  53. you a list of commands.
  54.  
  55.      Pine is available separately on the FTP.CAC.Washington.EDU archives.
  56.  
  57.      The focus of development and support is for UNIX and NT/Win32 (including
  58. Windows 95).  The other ports are not frequently used or tested, and may be
  59. incomplete.
  60.