home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1838 < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.3 KB  |  52 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!usc!noiro.acs.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  3. Date: 30 JUL 92 05:03:44 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From: Sanjay Kapur <SKAPUR@ccmail.sunysb.edu>
  7. From: Sanjay Kapur <SKAPUR@ccmail.sunysb.edu>
  8. Subject: Re: RFC 1339 support: Remote Mail Checking Protocol.
  9. Organization: State University of New York, Stony Brook
  10. X-VMS-To: IN%"NED@SIGURD.INNOSOFT.COM"
  11. X-VMS-Cc: IN%"info-multinet@tgv.com",SKAPUR
  12. Message-ID: <23805FBA30JUL92050344@TGV.COM>
  13. Nntp-Posting-Host: Mvb.Saic.Com
  14. Lines: 36
  15.  
  16. >From: "Ned Freed (Postmaster)" <NED@SIGURD.INNOSOFT.COM>
  17. >There's a limited version of the protocol that is slightly more implementable
  18. >in the VMS environment, but not overly so.
  19. >
  20. >If you can come up with a reasonable way to deal with these issues in the
  21. >VMS environment I'd love to hear about it. I had serious thoughts about
  22. >implementing this protocol in PMDF until I started to consider how the
  23. >actual implementation would have to be done.
  24. >
  25. >                Ned
  26.  
  27. Most users are more interested in the presence or absence of new mail and for 
  28. them a simple check of the VMSMAIL profile should be good enough.  The time 
  29. stamps are more or less optional and I do not see any way of implementing them 
  30. in VMS.  The section "Server Implementation Notes" in RFC 1339 provides for a 
  31. way of not implementing time stamps.
  32.  
  33. The way I was thinking about this was:
  34.  
  35. A client makes a request and sends the username.  The server asks for the 
  36. password (unless the ipaddress/port/maildrop triple is stored) and checks 
  37. the SYSUAF for password and existence of account.  If the account does 
  38. not exist, zeros are sent back.  If the account exists, the VMSMAIL profile is 
  39. checked for new mail.  If new mail exists or the number of records in the 
  40. user's MAIL.MAI is more than one, an appropriate response is send back for New 
  41. mail or Old Mail.
  42.  
  43. The current POP protocol has too much overhead which includes a process 
  44. creation and much more work on the part of the server.
  45.  
  46.  
  47.   Sanjay Kapur    (SK54)              |Internet:    Sanjay.Kapur@sunysb.edu
  48.   Systems Staff, Computing Services,  |Bitnet:      SKAPUR@USB
  49.   State University of New York,       |SPAN/HEPnet: 44132::SKAPUR
  50.   Stony Brook, NY 11794-2400        |Phone:+1-516 632 8029, FAX:+1-516 632 8046
  51.  
  52.