README
上传用户:ycwykj01
上传日期:2007-01-04
资源大小:1819k
文件大小:2k
源码类别:

网络编程

开发平台:

Unix_Linux

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