home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2305 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  2.2 KB

  1. Path: sparky!uunet!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: RE: User defined directory service?
  4. Message-ID: <01GOT4U7U8829TCNH0@INNOSOFT.COM>
  5. From: "Daniel C. Newman" <dan@innosoft.com>
  6. Date: 15 Sep 1992 09:40:56 -0700 (PDT)
  7. Organization: The Internet
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 15 Sep 1992 09:40:56 -0700 (PDT)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GOT4UTGTQA984YTY@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"DMPM%DUKEMC.BITNET@ymir.claremont.edu"
  14. X-Vms-Cc: IPMDF
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18. Lines: 30
  19.  
  20. > We have a database matching user full names, dept , ... to their mail id.
  21. > I would like to interface this somehow into PMDF.  What I want to be
  22. > able to do is to have a "user defined" directory capability.  For example,
  23. > I may want to permit a query structure that is last.first@mc.duke.edu
  24. > where one may have only a piece of that last name (i.e. would have to allow for
  25. > combinations of possibilities as well as multiple identical names).
  26. >
  27. > As far as I can tell, PMDF only allows a one-to-one matching (i.e.  jim =
  28. > dryfo001 or dryfoos.jim = dryfo001).  I would like to do more than this.
  29. > Perhaps I need a rewrite rule that maps * to my homebrew channel?
  30.  
  31. No, this would have nothing to do with rewrite rules.  You'd identify all
  32. addresses destined for your channel by the domain name (just like the
  33. directory channel does).
  34.  
  35. >  Is this possible?  I have currently been adding an alias for all users that
  36. > are not on the local system and that must go through my homebrew channel.
  37. > Once in my channel, I can do anything with the destination address.
  38. >
  39. > Appreciate any responce or suggestions.  Sorry if I have just
  40. > overlooked something that already exists.
  41.  
  42. You might consider using the directory channel as a starting point and
  43. modify it (the code) to do your style of name matching.  Note also that there
  44. is a channel called, I believe, Name Router, which does name matching of the
  45. sort I think you're looking for.  Name Router was, if I recall correctly,
  46. originally authored by Tom Wade.  It is available from various sites via
  47. anonymous FTP.  (I don't keep track of which sites though.)
  48.  
  49. Dan
  50.