home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / LANs / mail-protocols < prev    next >
Text File  |  1993-11-04  |  17KB  |  316 lines

  1. Newsgroups: comp.mail.misc,news.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!usc!cs.utexas.edu!uunet!psinntp!newstand.syr.edu!arachnids.syr.edu!jmwobus
  3. From: jmwobus@mailbox.syr.edu (John Wobus)
  4. Subject: LAN Mail Protocols Summary
  5. Message-ID: <1993Nov4.081447.18969@newstand.syr.edu>
  6. Followup-To: poster
  7. Originator: jmwobus@arachnids.syr.edu
  8. Reply-To: jmwobus@mailbox.syr.edu
  9. Organization: Syracuse University, Syracuse, NY
  10. Date: Thu, 4 Nov 93 08:14:47 EST
  11. Approved: jmwobus@mailbox.syr.edu
  12. Lines: 301
  13. Xref: senator-bedfellow.mit.edu comp.mail.misc:14782 news.answers:14290
  14.  
  15. Archive-name: LANs/mail-protocols
  16.  
  17. Serving PCs and Workstations Using a Central Mail Server on an Internet
  18. ------- --- --- ------------ ----- - ------- ---- ------ -- -- --------
  19.  
  20.   (Note: this message is prepared by John Wobus of Syracuse University,
  21.    jmwobus@mailbox.syr.edu who welcomes updates and corrections; this
  22.    memo has not been checked very carefully and requires a lot of
  23.    correction at this time.  The last update was made 11/2/93).
  24.  
  25. There are advantages to collecting mail destined to PCs and
  26. workstations on a central server, to be turned over to the PC or
  27. workstation on demand:
  28.  
  29. - Your PC or workstation may be down quite a bit and less network
  30.   bandwidth and less of the processing resouces of the sending computer
  31.   are used if the computer receiving your mail is ready.
  32. - Some people use more than one PC or workstation to read mail.
  33. - A PC or workstation may not have the resources to store all the mail
  34.   you receive.
  35. - It can make your e-mail address more like other users'.
  36.  
  37. The easiest way to "implement" this is to run the central mail server
  38. like any multi-user system: let people sign on to it and use some mail
  39. utility.  Then PC and workstation users can use "terminal sessions" to
  40. sign on to the central mail server and read their mail.  This has the
  41. disadvantage of making the PC and workstation users learn and use the
  42. central mail server's procedures.
  43.  
  44. SMTP, the "internet" mail protocol used to deliver mail between
  45. multi-user systems only supports mail transfer initiated by the
  46. sender.  Other protocols have been devised to allow a workstation or PC
  47. to request transfer of mail, thus able to make use of a cnetral
  48. server.  These include the published protocols POP (probably not used
  49. anymore), POP2, POP3, IMAP2, IMAP3 and DMSP.
  50.  
  51. POP, POP2, POP3:  These are rather minimal and are designed to be so.
  52. The three are similar but not enough alike to be interoperable.  They
  53. are basically designed to identify the user by username and password,
  54. to transfer the mail from server to PC or workstation and to delete the
  55. mail transferred.  It is assumed that SMTP will be used to send mail.
  56. Messages can be retrieved individually, but the only information you
  57. can get about a message without transferring it is its length in
  58. bytes-- useful for PCs with limited storage.
  59.  
  60. POP2 and POP3 are still used a good deal.  POP3 has a couple of
  61. optional extensions: one to avoid sending passwords, and one to aid in
  62. reading bulletin boards.
  63.  
  64. IMAP2, IMAP3:  The IMAP family is similar to the POP family, but also
  65. gives clients a way to do string searches through mail that still
  66. resides on the server.  This is designed to allow the PC or workstation
  67. to be more selective as to which mail will be transferred.  The POP
  68. protocols, on the other hand, are designed for simpler server
  69. software.
  70.  
  71. IMAP2 is used quite a bit.  IMAP3 is an incompatible offshoot that has
  72. not been implemented much.  Recent work not yet documented in an RFC
  73. has extended IMAP2 to include support for multimedia mail.
  74.  
  75. DMSP (aka PCMAIL):  PCs and workstations can use this protocol to both
  76. send and receive mail.  The system is designed around the idea that
  77. each user can own more than one workstation; however, the system
  78. doesn't seem to handle the idea of a "public workstation" very well.
  79. The PCs and workstations are assumed to hold state information about
  80. the mail, a directory so to speak, and when the PC or workstation is
  81. connected to the server, this directory is updated to "reality".
  82.  
  83. Issue of Remote Access: Modern commercial e-mail packages typically
  84. have features designed to assist in remote access of ones e-mail.
  85. Features include:
  86. -ability to download mail through a modem
  87. -ability to synchronize two different systems which you are using to
  88.   read your e-mail by plugging them together.
  89. Any method of reading e-mail using PCs or Macintoshes can be used
  90. remotely via the "PCanywhere(tm)" method, e.g. by dialing up your own
  91. office PC and using one of the several kinds of software that allow you
  92. to control your PC over the phone.  Also, any LAN-based method can be
  93. used by using one of the several methods of providing the same protocol
  94. support over dialup lines as are on LANs (SLIP or PPP for the
  95. above-mentioned, TCP/IP-based protocols, ARA for Appletalk-based
  96. protocols, etc, and sometimes using two different protocols, one
  97. incapsulated in the other) under the constraint that any operations
  98. that use the network will be much slower.  Also, POP3 is often used
  99. directly over modems (for example, Eudora can be used in this manner).
  100. The ideal protocol for remote access would not penalize the user for
  101. the much slower communications speed (usually slower by a factor of
  102. 100: note that a lot of LAN-based software was written without regard
  103. to minimizing the necessary communication, thus is really hurt by such
  104. slow speeds), yet would allow the same software to run both remotely
  105. and locally, with a wonderful user interface.  It would also not be
  106. overly expensive in communications equipment or services.  This is a
  107. difficult set of objectives and the above-three protocols can achieve
  108. some of them for some users, but what they actually achieve depends a
  109. lot on the user's pattern of e-mail usage.  If a user reads just a
  110. small amount of mail, then we would not worry about the length of time
  111. necessary to download it remotely with POP3, but if the person receives
  112. a lot of mail, but just wants to read a small amount of it at home,
  113. then with IMAP2, they could pick and choose what to read, eliminating
  114. some download time.  If someone is paying for the telephone line time
  115. (possibly the user if it is a long distance call; in any case, the
  116. institution pays a monthly fee for each line it offers, which is
  117. dependent upon how many users it is serving, how often they call, and
  118. how long their calls are) then IMAP2's natural method of usage which
  119. requires the phone call to remain while a user is reading, poking
  120. around, sending, and rearranging mail can be much more costly than
  121. using POP3 if one call is used to quickly download all the mail and
  122. another later call is used to send any replies.  Thus with POP3 a user
  123. might have two 1 minute calls before and after a 30 minute e-mail
  124. session instead of keeping the call for 30 minutes with IMAP2, and each
  125. phone line the institution offers could be serving 15 times as many
  126. such users who would each pay a lot less in long-distance phone bills.
  127.  
  128. More about the protocols:
  129.  
  130. Name:      Post Office Protocol, Version 2
  131. Nickname:  POP2
  132. Document:  RFC 937 (Butler et al, February 1985)
  133. TCP-port:  109
  134. Sites:
  135.  
  136. Name:      Post Office Portocol, Version 3
  137. Nickname:  POP3
  138. Document:  RFC 1460 (Rose, May 1993)
  139. TCP-port:  110 (109 also often used)
  140. Sites:     UC Irvine, MIT
  141.  
  142. Name:      Distributed Mail Service Protocol
  143. Nickname:  DMSP, Pcmail
  144. Document:  RFC 1056 (Lambert, June 1988)
  145. TCP-port:  158
  146. Sites:     MIT
  147.  
  148. Name:      Interactive Mail Access Protocol, Version 2
  149. Nickname:  IMAP2
  150. Document:  RFC 1176 (Crispin, August 1990)
  151. TCP-port:  143
  152. Sites:     Stanford, U Washington
  153.  
  154. Name:      Interactive Mail Access Protocol, Version 2 bis 
  155. Nickname:  IMAP2bis
  156. Document:  ?
  157. TCP-port:  143
  158. Sites:     U Washington
  159.  
  160. Name:      Interactive Mail Access Protocol, Version 3
  161. Nickname:  IMAP3
  162. Document:  RFC 1203 (Rice, February 1991)
  163. TCP-port:  220
  164. Sites:     Stanford
  165.  
  166. Implementations:
  167.  
  168. Prot   Computer    Implementation      End     Source
  169. ------ ----------- ------------------- ------- --------------------------------
  170. DMSP   PC          pc-epsilon (3.1)    client  allspice.lcs.mit.edu
  171. DMSP   PC          pc-netmail (3.1)    client  allspice.lcs.mit.edu
  172. DMSP   PC          pc-reader           client  allspice.lcs.mit.edu
  173. DMSP   Unix        Pcmail 3.1 reposit. server  allspice.lcs.mit.edu
  174. DMSP   Unix/EMACS  Pcmail 4.2          client  allspice.lcs.mit.edu
  175. DMSP   PC          PC/TCP              client  FTP Software
  176. DMSP   OS/2        PC/TCP              client  FTP Software
  177. DMSP   OS/2        TCP/2               client  Essex Systems
  178. DMSP   OS/2        TCP/2 SERVER PACK   server  Essex Systems
  179. DMSP   OS/2        TCP/2 ADV CLIENT    client  Essex Systems
  180. IMAP2  Macintosh   MacMS 2.2.1         client  sumex-aim.stanford.edu 10/15/93
  181. IMAP2B Macintosh   Mailstrom 1.04      client  sumex-aim.stanford.edu 10/19/93
  182. IMAP2B Macintosh   Mailstrom 2 (b?)    client  sumex-aim.stanford.edu 10/19/93    
  183. POP2   Macintosh   MacPOP 1.5          client  trident.arc.nasa.gov
  184. POP2   MS-DOS      PC POP 2.1          client  trident.arc.nasa.gov
  185. POP3   Macintosh   TCP/Connect II      client  InterCon Systems Corporation
  186. IMAP2  NeXT        EasyMail            client  ftp.cac.washington.edu
  187. IMAP2  NeXT        MailManager         server  ftp.cac.washington.edu
  188. IMAP2  TOPS20      ?                   server  ?
  189. IMAP2  Unix        imap kit            server  ftp.cac.washington.edu
  190. POP23  Unix        imap kit            server  ftp.cac.washington.edu
  191. IMAP2  Unix        Pine 3.07           client  ftp.cac.washington.edu
  192. POP3   Macintosh   Eudora 1.3.1        client  ftp.qualcomm.com 11/2/93
  193. POP3   Macintosh   Eudora 1.4          client  ftp.qualcomm.com 11/2/93
  194. POP3   Macintosh   Eudora 1.4.1 (beta) client  ftp.qualcomm.com 11/2/93
  195. POP3m  Macintosh   Eudora 2.0 (in dev) client  ?
  196. POP3   MS-WINwf    Eudora 1.0.1        client  ftp.qualcomm.com 9/21/93
  197. POP3   MS-WINw     Eudora 1.4b17       client  ftp.qualcomm.com 11/2/93
  198. POP3   MS-WINw     Eudora 2.0a14       client  ? 11/2/93
  199.  
  200. IMAP2  Unix        ?                   client  ftp.cac.washington.edu
  201. IMAP2  Unix        imapd 3.1           server  sumex-aim.stanford.edu*
  202. IMAP2  Unix/X      ximap 0.7.2         client  sumex-aim.stanford.edu
  203. IMAP2  MS-DOSl+    PC-Pine (beta)      client  pine@cac.washington.edu
  204. IMAP2  Xrx Lsp Mch ?                   client  ?
  205. IMAP2  MS-WIN      ECS (beta)          client  ISA, ftp.srv.ualberta.ca
  206. POP2   Macintosh   POPMail II          client  boombox.micro.umn.edu
  207. POP    Macintosh   POPMail II 2.09     client  boombox? 9/21/93
  208. POP2   Macintosh   POPMail II 2.09     client  boombox? 9/21/93
  209. POP3   Macintosh   POPMail II 2.09     client  boombox? 9/21/93
  210. IMAP2  Macintosh   POPMail II 2.09     client  boombox? 9/21/93
  211. POP2   Macintosh   MailStop            server  boombox.micro.umn.edu
  212. POP2   MS-DOS      LifeLine Mail       client  SunSelect
  213. POP2   MS-DOSk     ?                   server  ucsd.edu
  214. POP2   MS-DOSk     ?                   server  boombox.micro.umn.edu
  215. POP3   MS-DOSk     pop3serv            server  biochemistry.crwu.edu
  216. POP2   MS-DOS      MD/DOS-IP           client  U Maryland
  217. POP2   MS-DOS      PC/TCP              client  FTP Software
  218. POP2   OS/2        PC/TCP for OS/2     client  FTP Software 11/2/93
  219. POP23  MS-DOSp     POPmail/PC 3.0      client  boombox.micro.umn.edu 11/2/93
  220. POP3   MS-DOS?     Minuet (beta)       client  boombox.micro.unm.edu 11/2/93
  221. IMAP?  MS-DOSp     POPmail/PC 3.0      client  boombox.micro.umn.edu
  222. POP?   MS-WINls    TCPMail             client  Pinesoft (pinesoft@net.com)
  223. POP2   Unix        POPmail/unix        server  boombox.micro.umn.edu
  224. POP2   Unix        popd (USC-ISI)      server  trident.arc.nasa.gov
  225. POP2   Unix        imapd/ipop2d        server  ftp.cac.washington.edu
  226. POP23k Unix        mh-6.7 (UCI RandMH) both    ftp.cc.berkeley.edu
  227. POP?   Unix        zmail               client  Z-Code Software (info@z-code.com)
  228. POP23k UnixX       xmh/mh              client  ?
  229. POP23k UnixX       dxmail/mh           client  DEC
  230. POP2   VM          FAL                 server  IBM
  231. POP2   VM          ?                   server  Texas Tech University
  232. POP2   OS/2        TCP/2 SERVER PACK   server  Essex Systems
  233. POP2   VMS         MULTINet            server  TGV, Inc.
  234. POP2   HP3000/MPE  NetMail/3000        server  3K Associates
  235. POP3k  Macintosh   Eudora X            client  ftp.brown.edu
  236. POP3   Macintosh   MacPOP (Berkeley)   client  ftp.cc.berkeley.edu
  237. POP3k  Macintosh   TechMail 2.0        client  net-dist.mit.edu
  238. POP3   Macintosh   MacMH               client  jessica.stanford.edu/info
  239. POP3   Macintosh   POPMail II          client  boombox.micro.umn.edu
  240. POP3   Macintosh   MailStop (soon)     server  UMinn
  241. POP3   Macintosh   VersaTerm Link      client  Synergy Software 10/8/93
  242. POP3   Macintosh   LeeMail 2.0.2 (shw) client  chs.cusd.claremont.edu 10/12/93
  243. POP3t  Unix        popper-1.7          server  ftp.cc.berkeley.edu 10/15/93
  244. POP3k  Unix        popper-1.7k         server  ftp.brown.edu
  245. POP3   Unix        popper-1.831        server  ? 
  246. POP3   Solaris2.X  popper-1.831 mod    server  ftp.uoregon.edu 10/19/93
  247. POP3k  Unix        mh-6.7 (UCI RandMH) both    ics.uci.edu
  248. POP3   Unix        imapd/ipop3d        server  ftp.cac.washington.edu
  249. POP3t  MS-DOSnpo   PC/TCP              client  FTP Software
  250. POP3   OS/2        PC/TCP for OS/2     client  FTP Software 11/2/93
  251. POP3   MS-DOS      TechMail(future)    client  ? 
  252. POP3   MS-DOS      ?                   client  logos.ucs.indiana.edu
  253. POP3   MS-DOSp     NuPOP 1.03          client  ftp.acns.nwu.edu 10/26/93
  254. POP3   MS-DOSp     NuPOP 2.00 (beta)   client  ftp.acns.nwu.edu 9/21/93
  255. POP3   MS-WIN      Pceudora            client  ftp.qualcomm.com 9/24/93
  256. POP3   ?           POPgate (Pmail gw)  client  risc.ua.edu 9/24/93
  257. POP3   MS-DOSl     PMPOP (Pmail gw)    client  risc.ua.edu 10/20/93
  258. POP3x  MS-WIN      WinQVT (2.1)        client  QPC Software (shareware)
  259. POP3   MS-WINp     wnqvtnet 3.0        client  ftp.cica.indiana.edu
  260. POP3   MS-WIN      Open Systems Mail   client  Pine Software
  261. POP3   VMS         IUPOP3 (1.7) (1.6?) server  logos.ucs.indiana.edu
  262. POP3   VMS         MULTINet            both    TGV, Inc.
  263. POP?   VMS         PMDF 4.2            server  Innosoft
  264. IMAP?  VMS         PMDF 4.2            server  Innosoft
  265. POP3   OS/2        TCP/2 SERVER PACK   server  Essex Systems
  266. POP3   OS/2        TCP/2 ADV CLIENT    client  Essex Systems
  267. POP?   MS-DOS      UCDmail             client  ucdavis.ucdavis.edu
  268. POP?   MS-DOS      PC POP              client  ?Bill Schweickert/Sterling Fed
  269. POP?   MS-WINnpo   Super-TCP for Wndws client  Frontier Technologies 10/26/93
  270. POP?   MS-WIN      Windows ELM         client  lister.cc.ic.ac.uk 11/2/93
  271. POP?   MS-DOSni    ChameleonNFS        client  NetManage
  272. POP?   Macintosh   MEWS                client  ?
  273. POP?   Macintosh   byupopmail          client  ?
  274. POP?   VM          ?                   server  TTUVM1
  275. ?      Macintosh   Hypermail           ?       ?
  276. ------ ----------- ------------------- ------- --------------------------------
  277. Appendix:
  278. Some other packages for desktop systems
  279. ------ ----------- ------------------- ------- --------------------------------
  280. uucp   Macintosh   uAccess             peer    Intecom [12/17/92]
  281. SMTP   Macintosh   LeeMail 1.2.4       peer    Shareware, laf@mitre.org
  282. SMTP   Macintosh   LeeMail 2.0.2 (shw) peer    chs.cusd.claremont.edu 10/12/93
  283. SMTP   MS-DOSni    ChameleonNFS        peel    NetManage
  284. uucp   Macintosh   FernMail            peer    Shareware, dplatt@snulbug.mtview.ca.us
  285. prop   Macintosh   MacPost             both    ftp.lu.se 10/19/93
  286. uucp   Macintosh   Eudora 1.3.1        peer    ftp.qualcomm.com
  287. uucp   Macintosh   UUPC                peer    dplatt@snulbug.mtview.ca.us
  288. uucp   Macintosh   gnuucp              peer    jim@fpr.com
  289. uucp   MS-DOS      waffle              peer    ?
  290. uucp   MS-DOS      UUPC                peer    ?
  291. ?      MS-Windows  Pegasus/Win 1.02    client  risc.ua.edu 10/5/93
  292. ?      MS-DOS      Pegasus/DOS 3.01    client  risc.ua.edu 10/5/93
  293. ?      Macintosh   Pegasus/Mac 2.04    client  risc.ua.edu 10/5/93
  294. SMTP   MS-DOS      Charon              gateway risc.ua.edu 10/15/93
  295. ------ ----------- ------------------- ------- --------------------------------
  296. Other issues:
  297. (1) What are the common extensions to POP3 and which clients/servers
  298.  support them?
  299. POP3k - Kerberos
  300. POP3a - AFS Kerberos
  301. POP3x - ?
  302. POP3t - xtnd xmit facility--allows client to send mail through additional
  303.  POP commands, thus allowing server to verify/log source of mail.
  304. (2) What DOS protocol stacks are supported?
  305. MS-DOSm - Lan Manager
  306. MS-DOSn - NDIS Drivers
  307. MS-DOSl - Lan Workplace for Dos
  308. MS-DOSs - Sun PCNFS
  309. MS-DOSp - Packet Drivers
  310. MS-DOSo - ODI Drivers
  311. MS-DOSi - IPXLink
  312. MS-DOSf - FTP Software PC/TCP
  313. MS-WIN? - similar
  314. MS-WINw - WinSock compliaint
  315. ------ ----------- ------------------- ------- --------------------------------
  316.