home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap_archive / text0018.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  6.2 KB  |  125 lines

  1. >>    This is becoming a real issue for us.  The ability to get and
  2. >>configure services like delivery acknowledgement, read
  3. >>acknowledgments, and automatic reply are a high priority for many of
  4. >>our clients - especially when packages like Microsoft mail are able to
  5. >>do it.
  6. >Delivery acknowledgements are useless (the message will bounce if not
  7. >delivered).  Read acknowledgements, and reply are client issues.  If
  8. >by "automatic reply" you mean something like the unix vacation
  9. >service, we have that rated as "NICE" meaning we'll consider it if we
  10. >get time (I think putting support for it in either the management
  11. >protocol or the user directory protocol is reasonable).
  12.  
  13. Delivery acknowledgements are not useless.  It is an unfortunately
  14. true fact that not all the MTAs on the Internet are robust.  This is
  15. much less true than in the past, but is still true.  If you are sending
  16. messages to someone and do not have confidence that they're being
  17. delivered (and are getting no response from the recipient), you're
  18. in a very frustrating situation.  You do not know why s/he isn't responding
  19. and may get mad at them when it isn't their fault.  With delivery 
  20. acknowledgements you know when to get mad at them ;-).
  21.  
  22. Is the way these message-store-ish things are implemented an issue?  In our
  23. product the UA fiddles directly with a PP-style ".mailfilter" file (our 
  24. MTA is based on PP) in order to configure these kind of services.
  25.  
  26. >>5.  There was some mention on work being done to implement
  27. >>lightwieght directory access protocols for getting X.500 information
  28. >>quickly.  Could someone point me to these individuals again?  This is
  29. >>very important to us as a mechanism for distributing public keys for
  30. >>PEM.
  31. >There's a protocol called CSO/ph which we're going to look into.  If
  32. >it's not good enough, we'll design & write our own.
  33.  
  34. There are others, but I don't remember any RFC numbers.  In our product
  35. we're using one of these protocols and it's nice to be able to pull in
  36. addresses from the directory with few hassles.  But we're not satisfied
  37. with the kinds of requests we can make from the directory, this protocol
  38. is heavily geared towards finding *people* and we're wanting to build
  39. other products based on the X.500 directory.
  40.  
  41. GREPing through RFC-INDEX.TXT is recommended.  The only name which
  42. comes to mind is "DIXIE".
  43.  
  44.  
  45. <- David Herron <david@twg.com> (work) <david@davids.mmdf.com> (home)
  46. <-
  47. <- During the '80s Usenet's mantra was: "Not all the world's a VAX".
  48. <- During the '90s I hope it becomes:   "Not all the world's DOS (ick)".
  49. From imap-request@cac.washington.edu  Mon Sep 28 11:01:14 1992
  50. Received: from mx1.cac.washington.edu by shivafs.cac.washington.edu
  51.     (5.65/UW-NDC Revision: 2.27 ) id AA04932; Mon, 28 Sep 92 11:01:14 -0700
  52. Received: by mx1.cac.washington.edu
  53.     (5.65/UW-NDC Revision: 2.27 ) id AA08159; Mon, 28 Sep 92 11:01:05 -0700
  54. Errors-To: imap-request@cac.washington.edu
  55. Sender: imap-request@cac.washington.edu
  56. Received: from olive.cac.washington.edu by mx1.cac.washington.edu
  57.     (5.65/UW-NDC Revision: 2.27 ) id AA08153; Mon, 28 Sep 92 11:01:04 -0700
  58. Received: by olive.cac.washington.edu
  59.     (NeXT-1.0 (From Sendmail 5.52)/UW-NDC Revision: 2.21 ) id AA11249; Mon, 28 Sep 92 10:56:25 PDT
  60. Date: Mon, 28 Sep 1992 10:47:25 -0700 (PDT)
  61. From: Laurence Lundblade <lgl@cac.washington.edu>
  62. Reply-To: Laurence Lundblade <lgl@cac.washington.edu>
  63. Subject: Re: Re: Some general mail message issues
  64. To: David Herron <david@twg.com>
  65. Cc: Chris Newman <chrisn+@cmu.edu>, Steve Hole <steve@edm.isac.ca>,
  66.         imap@cac.washington.edu
  67. In-Reply-To: <9209281743.AA23537@eco.twg.com>
  68. Message-Id: <Pine.3.05.9209281003.T11137-c100000@olive.cac.washington.edu>
  69. Mime-Version: 1.0
  70. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  71.  
  72. There was a mailing list to discuss the delivery acknowledgements:
  73. ietf-ack@ics.uci.edu. I think it's inactive now, but things got pretty
  74. sticky when trying to make it work across all the different things
  75. connected on the "greater Internet" (BITNET, VAXMail, MCI Mail, gateways
  76. to Microsoft mail....). It seems very possible that with such a system
  77. often the mail would arrive, but it's arrival would very often not be
  78. acknowledged. At least until there was a standard that we all agreed on.
  79. Microsoft mail and such have an advantage (disadvantage as well of course)
  80. in that they're closed systems. 
  81.  
  82. Right now sendmail has a "Return-Receipt-To:" header that will do this,
  83. but no guarantees it will work with anything else! 
  84.  
  85. Laurence Lundblade                       206-543-5617
  86.   lgl@cac.washington.edu
  87.      Computing and Communications, University of Washington, Seattle 
  88.  
  89.  
  90. On Mon, 28 Sep 1992, David Herron wrote:
  91.  
  92. > Date: Mon, 28 Sep 92 10:34:43 PDT
  93. > From: David Herron <david@twg.com>
  94. > To: Chris Newman <chrisn+@cmu.edu>
  95. > Cc: Steve Hole <steve@edm.isac.ca>, imap@cac.washington.edu
  96. > Subject: Re: Re: Some general mail message issues
  97. > >>    This is becoming a real issue for us.  The ability to get and
  98. > >>configure services like delivery acknowledgement, read
  99. > >>acknowledgments, and automatic reply are a high priority for many of
  100. > >>our clients - especially when packages like Microsoft mail are able to
  101. > >>do it.
  102. > >Delivery acknowledgements are useless (the message will bounce if not
  103. > >delivered).  Read acknowledgements, and reply are client issues.  If
  104. > >by "automatic reply" you mean something like the unix vacation
  105. > >service, we have that rated as "NICE" meaning we'll consider it if we
  106. > >get time (I think putting support for it in either the management
  107. > >protocol or the user directory protocol is reasonable).
  108. > Delivery acknowledgements are not useless.  It is an unfortunately
  109. > true fact that not all the MTAs on the Internet are robust.  This is
  110. > much less true than in the past, but is still true.  If you are sending
  111. > messages to someone and do not have confidence that they're being
  112. > delivered (and are getting no response from the recipient), you're
  113. > in a very frustrating situation.  You do not know why s/he isn't responding
  114. > and may get mad at them when it isn't their fault.  With delivery 
  115. > acknowledgements you know when to get mad at them ;-).
  116. > Is the way these message-store-ish things are implemented an issue?  In our
  117. > product the UA fiddles directly with a PP-style ".mailfilter" file (our 
  118. > MTA is based on PP) in order to configure these kind of services.
  119.  
  120.  
  121.