home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2116 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.0 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!swrinde!sdd.hp.com!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: NED@SIGURD.INNOSOFT.COM (Ned Freed)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: POP3 server with PMDF personal aliases.
  5. Message-ID: <42E0065409SEP92235306@TGV.COM>
  6. Date: 9 Sep 92 23:53:06 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 27
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From: Ned Freed <NED@SIGURD.INNOSOFT.COM>
  12. X-VMS-To: IN%"MCKEEVER@VAX2.CSTP.UMKC.EDU"
  13. X-VMS-Cc: IN%"info-multinet@tgv.com"
  14. Nntp-Posting-Host: Mvb.Saic.Com
  15.  
  16. > Bummer.  I'm still not sure why, since POP3 uses SMTP and we're using the
  17. > PMDF SMTP Server, it doesn't work.  I assume that the PMDF SMTP Server
  18. > doesn't invoke PMDF_MAILSHR to send messages?
  19.  
  20. All PMDF sees is an incoming SMTP connection. This connection is completely
  21. separate from the POP connection you're using to read mail. PMDF has no
  22. way of knowing what user (if any) the SMTP connection is associated with.
  23. TCP/IP provides no facility for determing the remote user, and even if it
  24. did there's nothing that says the remote user corresponds in any way to
  25. the local user and particular personal alias file.
  26.  
  27. It would be reasonably trivial to do personal alias expansion on incoming
  28. SMTP mail if we just knew whose personal aliases to use. Getting the headers
  29. right is somewhat harder -- the SMTP protocol operates under the assumption
  30. that the headers have already been constructed and no longer have any
  31. association with the envelope addresses.
  32.  
  33. What is really needed is a posting protocol where the various envelope
  34. addresses can be specified along with which header they are associated
  35. with. This would make it possible for PMDF to construct the proper header
  36. by expanding (or not expanding) personal aliases. Unfortunately this is
  37. not possible in plain SMTP.
  38.  
  39. None of this has anything to do with PMDF_MAILSHR. Personal alias expansion
  40. works fine from Multinet MM, and MM doesn't use PMDF_MAILSHR.
  41.  
  42.                 Ned
  43.