home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / misc / 2826 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  9.0 KB

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!csaadel!goconnel
  2. From: goconnel@csaadel.adl.csa.oz (Greg O'Connell)
  3. Newsgroups: comp.mail.misc
  4. Subject: Re: MSDOS/SunOs/ethernet/NFS compatible mailers
  5. Message-ID: <1992Aug26.093804.18082@csaadel.adl.csa.oz>
  6. Date: 26 Aug 92 09:38:04 GMT
  7. Reply-To: goconnel@csaadel.adl.csa.oz.au (Greg O'Connell)
  8. Organization: Computer Sciences of Australia Pty Ltd, Adelaide
  9. Lines: 185
  10.  
  11.  
  12. With reference to my question:
  13. |Is anyone prepared to recommend a mailer which will run under MSDOS
  14. |(or Windows) and support both PC-PC mail via ethernet and co-exist
  15. |with a Unix/Internet mail system - i.e. will exchange mail between
  16. |the PC and the Internet via a SunOS machine.
  17.  
  18. I received the following replies - thanks to those who helped out.
  19.  
  20. Greg OConnell
  21. **********************************************************************
  22.  
  23. Date: 13 Aug 1992 09:01:42 -0400
  24. From: David Collier-Brown <davecb%nexus.yorku.ca@lux.levels.unisa.edu.au>
  25. Subject: Re: A Unix (SunOS) compatible mailer for MSDOS
  26. To: goconnel
  27.  
  28.   I think you'll get a lot of message about POP3 and IMAP2...
  29. Here's a list of programs and sites:
  30. Author: John Wobus
  31. Syracuse University
  32. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  33. Serving PCs and Workstations Using a Central Mail Server on an Internet
  34. - ------- --- --- ------------ ----- - ------- ---- ------ -- -- --------
  35.  
  36. There are advantages to collecting mail destined to PCs and workstations
  37. on a central server, to be turned over to the PC or workstation on
  38. demand:
  39.  
  40. - - Your PC or workstation may be down quite a bit and less network bandwidth
  41.   and less of the processing resouces of the sending computer are used
  42.   if the computer receiving your mail is ready.
  43. - - Some people use more than one PC or workstation to read mail.
  44. - - A PC or workstation may not have the resources to store all the mail
  45.   you receive.
  46. - - It can make your e-mail address more like other users'.
  47.  
  48. The easiest way to "implement" this is to run the central mail server like
  49. any multi-user system: let people sign on to it and use some mail utility.
  50. Then PC and workstation users can use "terminal sessions" to sign on to the
  51. central mail server and read their mail.  This has the disadvantage of
  52. making the PC and workstation users learn and use the central mail
  53. server's procedures.
  54.  
  55. SMTP, the "internet" mail protocol used to deliver mail between multi-user
  56. systems only supports mail transfer initiated by the sender.  Other
  57. protocols have been devised to allow a workstation or PC to request
  58. transfer of mail, thus able to make use of a cnetral server.  These
  59. include the published protocols POP (probably not used anymore), POP2,
  60. POP3, IMAP2, and DMSP.
  61.  
  62. POP, POP2, POP3:
  63. These are rather minimal and are designed to be so.  The three are similar
  64. but not enough alike to be interoperable.  They are basically designed to
  65. identify the user by username and password, to transfer the mail from
  66. server to PC or workstation and to delete the mail transferred.  It is
  67. assumed that SMTP will be used to send mail.  Messages can be retrieved
  68. individually, but the only information you can get about a message without
  69. transferring it is its length in bytes-- useful for PCs with limited
  70. storage.
  71.  
  72. POP2 and POP3 are still used a good deal.  POP3 has a couple of optional
  73. extensions: one to avoid sending passwords, and one to aid in reading
  74. bulletin boards.
  75.  
  76. IMAP2:
  77. This is similar to the POP family, but also gives clients a way to do
  78. string searches through mail that still resides on the server.  This is
  79. designed to allow the PC or workstation to be more selective as to which
  80. mail will be transferred.  The POP protocols, on the other hand, are
  81. designed for simpler server software.
  82.  
  83. DMSP (aka PCMAIL):
  84. PCs and workstations can use this protocol to both send and receive mail.
  85. The system is designed around the idea that each user can own more than
  86. one workstation; however, the system doesn't seem to handle the idea of a
  87. "public workstation" very well.  The PCs and workstations are assumed to
  88. hold state information about the mail, a directory so to speak, and when
  89. the PC or workstation is connected to the server, this directory is
  90. updated to "reality".
  91.  
  92. More about the protocols:
  93.  
  94. Name:      Post Office Protocol, Version 2
  95. Nickname:  POP2
  96. Document:  RFC 937 (Butler et al, February 1985)
  97. TCP-port:  109
  98. Sites:
  99.  
  100. Name:      Post Office Portocol, Version 3
  101. Nickname:  POP3
  102. Document:  RFC 1081 (Rose, November 1988)
  103. TCP-port:  110 (109 also often used)
  104. Sites:     UC Irvine, MIT
  105.  
  106. Name:      Distributed Mail Service Protocol
  107. Nickname:  DMSP, Pcmail
  108. Document:  RFC 1056 (Lambert, June 1988)
  109. TCP-port:  158
  110. Sites:     MIT
  111.  
  112. Name:      Interactive Mail Access Protocol, Version 2
  113. Nickname:  IMAP2
  114. Document:  RFC 1064
  115. TCP-port:  143
  116. Sites:     Stanford
  117.  
  118. Implementations:
  119.  
  120. Prot   Computer    Implementation      End     Source
  121. - ------ ----------- ------------------- ------- -------------------------------
  122. DSMP   ?           Pcmail 3.1 reposit. server  allspice.lcs.mit.edu
  123. DSMP   PC          pc-epsilon (3.1)    client  allspice.lcs.mit.edu
  124. DSMP   PC          pc-netmail (3.1)    client  allspice.lcs.mit.edu
  125. DSMP   PC          pc-reader           client  allspice.lcs.mit.edu
  126. DSMP   Unix/EMACS  Pcmail 3.1          client  allspice.lcs.mit.edu
  127. DSMP   PC & OS/2   PC/TCP              client  FTP Software
  128. DSMP   OS/2        ?                   client  Essex Systems
  129. IMAP2  Macintosh   MacMS 2.1b1         client  sumex-aim.stanford.edu
  130. IMAP2  Macintosh   Mailstrom (future)  client
  131. IMAP2  NeXT        EasyMail            client  ftphost.cac.washington.edu
  132. IMAP2  NeXT        MailManager         server  ftphost.cac.washington.edu
  133. IMAP2  TOPS20      ?                   server  ?
  134. IMAP2  Unix        ?                   client  ftphost.cac.washington.edu
  135. IMAP2  Unix        imapd 3.1           server  sumex-aim.stanford.edu
  136. IMAP2  Unix        imapd               server  ftphost.cac.washington.edu
  137. IMAP2  Unix        pine                client  ftp.cac.washington.edu
  138. IMAP2  Xrx Lsp Mch ?                   client  ?
  139. IMAP2  PC          pine (future)       client
  140. POP2   Macintosh   MacPOP 1.5          client  trident.arc.nasa.gov
  141. POP2   Macintosh   MailStop            server  boombox.micro.umn.edu
  142. POP2   PC          PC POP 2.1          client  trident.arc.nasa.gov
  143. POP2   PC          LifeLine Mail       client  SunSelect
  144. POP2   PC          ka9q                server  ?
  145. POP2   PC          MD/DOS-IP           client  U Maryland
  146. POP2   Unix        ?                   server  boombox.micro.umn.edu
  147. POP2   Unix        popd (USC-ISI)      server  trident.arc.nasa.gov
  148. POP2   Unix        imapd/ipop2d        server  ftphost.cac.washington.edu
  149. POP2   Unix        mh-6.7 (UCI RandMH) server  lilac.berkeley.edu
  150. POP2   VM          FAL                 server  IBM
  151. POP2   PC          PC/TCP              client  FTP Software
  152. POP3   Macintosh   Eudora 1.1          client  ftp.cso.uiuc.edu
  153. POP3k  Macintosh   Eudora X            client  run at Brown U.
  154. POP3   Macintosh   MacPOP (Berkeley)   client  ftp.cc.berkeley.edu
  155. POP3k  Macintosh   TechMail 2.0        client  net-dist.mit.edu
  156. POP3   Macintosh   TCP/Connect II      client  Interconnect, inc
  157. POP3   Macintosh   MacMH               client  Stanford?
  158. POP3&2 Macintosh   POPMail II          client  boombox.micro.umn.edu
  159. POP3   Unix        popper-1.7          server  lilac.berkeley.edu
  160. POP3   Unix        mh-6.7 (UCI RandMH) both    ics.uci.edu
  161. POP3   Unix        imapd/ipop3d        server  ftphost.cac.washington.edu
  162. POP3   PC          PC/TCP              client  FTP Software
  163. POP3   PC          TechMail(future)    client  ?
  164. POP3   PC          ?                   client  logos.ucs.indiana.edu
  165. POP3   PC          NUPOP (in beta)     client  (ftp.acns.nwu.edu)
  166. POP3   VMS         IUPOP3 (1.7)        server  logos.ucs.indiana.edu
  167. POP3   VMS         MULTINet            both    (commercial)
  168. POP?   PC          UCDmail             client  ucdavis.ucdavis.edu
  169. POP?   PC          NUPOP               client  ftp.acns.nwu.edu
  170. POP?   PC          PC POP              client  ?Bill Schweickert/Sterling Fed
  171. POP?   Macintosh   MEWS                client  ?
  172. POP?   Macintosh   byupopmail          client  ?
  173. - ------ ----------- ------------------- ------- -------------------------------
  174. -------------------------------------------------------
  175.  *****************************************************************************
  176. From: gfoster%darpa.mil@lux.levels.unisa.edu.au (Glen Foster)
  177.  
  178.  
  179. Two reasonable PC user agents are POPmail and nupop, both free and
  180. available in the usual PC SW archives. If you want to know more, ask
  181. and I will tell you what I can.
  182.  
  183. If you have a Novell network, the combination of Pegasus mail and a
  184. Charon mail gateway is hard to beat. These are both free, also.
  185.  
  186. Glen Foster
  187. gfoster@darpa.mil
  188.  
  189. ******************************************************************************
  190. From: russell%alpha3.ersys.edmonton.ab.ca@lux.levels.unisa.edu.au (Russell Schulz)
  191.  
  192. I'm not sure via ethernet, but Waffle will do it via NFS-mounted file
  193. systems.
  194. -- 
  195. Russell Schulz  russell@alpha3.ersys.edmonton.ab.ca  ersys!rschulz  Shad 86c
  196.