home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / mail / pmdf / 2152 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.4 KB

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