home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / pmdfl / 1826 < prev    next >
Encoding:
Text File  |  1992-08-20  |  2.3 KB  |  51 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!INNOSOFT.COM!DAN
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"wdw3@cunixb.cc.columbia.edu"
  6. X-VMS-Cc: IPMDF
  7. MIME-version: 1.0
  8. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  9. Content-transfer-encoding: 7BIT
  10. Message-ID: <01GNSRVLU6PY95NQPW@YMIR.CLAREMONT.EDU>
  11. Date:         Thu, 20 Aug 92 19:57:53 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN>
  13. From:         "Daniel C. Newman" <DAN@INNOSOFT.COM>
  14. Subject:      RE: question (thanks). More question
  15. X-To:         wdw3@cunixb.cc.columbia.edu, IPMDF@YMIR
  16. Newsgroups: bit.listserv.pmdf-l
  17. Lines: 32
  18.  
  19.  I run PMDF on a two-node VAXcluster. Each node has a valid internet host
  20. > name. PMDF images are loaded on both nodes but there is only one cluster-
  21. > wide MAIL$BATCH queue. I want different local host appear on the return
  22. > address when people send mail from different node. So I create a PMDF.CNF
  23. > for each node with the host name for l channel pointing to each node. This
  24. > works fine when I send mail from the node on which the MAIL$BATCH is running.
  25. > But when I send mail from the other node, the local host name apprears twice
  26. > in the return address, like
  27. >       From: user@localhost@localhost
  28. > Any idea how this happen? Or is there other better way to do this? Thanks.
  29.  
  30. The user@localhost@localhost sounds like you have something misconfigured.
  31. I'll leave that for Ned to answer.
  32.  
  33. Now, if you want to run as though you have two distinct machines then you need
  34. two distinct PMDF configurations (separate PMDF_ROOT:[TABLE] and
  35. PMDF_ROOT:[QUEUE...] directories), and a way of ensuring that mail processing
  36. for host A runs on host A and not host B.  This means two separate MAIL$BATCH
  37. queues.  (Yes, you'll have to use different names for them and edit the proper
  38. pieces of PMDF_STARTUP.COM and PMDF_SUBMIT_JOBS.COM so as to relflect these
  39. changed queued names.)
  40.  
  41. Now, my questionfor you is, if there is the same SYSUAF and mail profile for
  42. the two hosts, then why do you want to distinguish between the two systems
  43. in the first place?
  44.  
  45. If you can distinguish on a per user basis whether their address should
  46. always be user@hosta or user@hostb, thene there is another approach which
  47. you can take which involves only a single PMDF configuration.  This approach
  48. involves the use of the address reversal database.
  49.  
  50. Dan
  51.