home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / misc / 2834 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.8 KB  |  104 lines

  1. Newsgroups: comp.mail.misc
  2. Path: sparky!uunet!utcsri!torn!cunews!nrcnet0!MBASTIAN@convax.iar.nrc.ca
  3. From: mbastian@convax.iar.nrc.ca
  4. Subject: MMDF configuration ... need help
  5. Message-ID: <0095FC5D.6FF0D520@convax.iar.nrc.ca>
  6. Sender: root@nrcnet0.nrc.ca (Operator)
  7. Nntp-Posting-Host: convax.iar.nrc.ca
  8. Reply-To: mbastian@convax.iar.nrc.ca
  9. Organization: National Research Council,Ottawa,Canada
  10. Date: Fri, 28 Aug 1992 13:22:57 EDT
  11. Lines: 91
  12.  
  13.     I've just compiled and installed MMDF on a 386 machine running Lynx OS
  14. and need help in configuring the domain and channel tables (local and SMTP).
  15.  
  16.     How I would like to set things up is that any mail sent within the
  17. local domain be sent directly and any thing else to be sent to the gateway.
  18. If at all possible I would like to make use of our name server.
  19.  
  20. Here is the pertinent networking info:
  21.  
  22. host name:    zaphod (132.246.192.19)
  23. domain name:    iar.nrc.ca
  24. name server:    nrcnet0.nrc.ca (132.246.160.2)
  25. gateway:    naegate.nrc.ca (132.246.192.1)
  26.  
  27.  
  28. Currently I'm fooling around with the following configuration:
  29.  
  30. mmdftailor file:
  31. ================
  32.  
  33. MLNAME    "zaphod"
  34. MLDOMAIN "iar.nrc.ca"
  35. MLOCMACHINE ""
  36. MSUPPORT "postmaster@zaphod.iar.nrc.ca"
  37.  
  38. ; Table entries
  39. MTBL    alias,        file="aliases",        show="Local Aliases"
  40. MTBL    local,        file="local",        show="Local Host"
  41. MTBL    smtp,        file="smtp",        show="SMTP Hosts"
  42. MTBL    rootdomain,    file="rootdomain",    show="Root Domain"
  43.  
  44. ALIAS    table=alias, trusted
  45.  
  46. ; Channel entries
  47. MCHN    local, show="Local Delivery", que=local, tbl=local,
  48.         pgm=local, mod=imm, ap=same
  49. MCHN    list, show="List Processing", que=list, tbl=local,
  50.         pgm=list, mod=reg
  51. MCHN    smtp, show="SMTP/TCP", que=smtp, tbl=smtp
  52.         pgm=smtp, mod=reg, ap=822
  53.  
  54. ; Domain tables
  55. MDMN    "root", dmn="", show="Root Domain", table=rootdomain
  56.  
  57. ; Logging levels
  58. MMSGLOG     level=FTR
  59. MCHANLOG    level=FTR
  60.  
  61.  
  62. rootdomain file:
  63. ================
  64.  
  65. u614ji        u614ji.iar.nrc.ca
  66. convax        convax.iar.nrc.ca
  67. com        naegate
  68. edu        naegate
  69. ca        naegate
  70.  
  71.  
  72. local table:
  73. ============
  74.  
  75. zaphod.iar.nrc.ca    zaphod
  76. zaphod.nrc.ca        zaphod
  77. zaphod            zaphod
  78.  
  79. smtp table:
  80. ===========
  81.  
  82. naegate.nrc.ca        132.246.192.1
  83. u614ji.iar.nrc.ca    132.246.192.17
  84. convax.iar.nrc.ca    132.246.192.11
  85.  
  86.  
  87.     With the above configuration files I have been able to send mail
  88. locally and to u614ji (but not to u614ji.iar.nrc.ca). 
  89.  
  90.     As far as receiving mail I am using smtpd.4.3.c with the apropriate
  91. line set in inetd.conf as follows:
  92.  
  93. smtp stream tcp nowait root /usr/mmdf/chans/smtpd smtpd /usr/mmdf/chans/smtpsrvr smtp,local
  94.  
  95.     Judging from the messages in the log files submit doesn't like the
  96. return address specification. Which all seems to me to point to a domain
  97. configuration and or channel table specification.
  98.  
  99.     Is there someone who out there who could give me a few pointers
  100. as to how to properly configure this beast!
  101.  
  102. signed ...
  103.     thouroughly confused!! (aka: Matthew Bastian)
  104.