Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!ukc!etive!glasgow!pb From: pb@cl.cam.ac.uk (Piete Brooks (Postmaster)) Newsgroups: comp.mail.sendmail,mail.uk-sendmail-workers Subject: Re: "config" file for single JANET host with X.25 ? Message-ID: <8906111150.aa26599@scaup.Cl.Cam.AC.UK> Date: 11 Jun 89 10:50:10 GMT Sender: daemon@cs.glasgow.ac.uk Lines: 96 In-Reply-To: Your message of Fri, 26 May 89 10:01:45 +0000. I am still struggling to get UK sendmail (UK-2.1) to run ... I have been sent a simple config (thanks Dave) which I have slightly modified. One bit which confuses me is that JANETNAME appaers to appear and disappear for little good reason. E.g. below are two configs and the resultant .mc's, along with the diffs of them. Any one any idea why joining two lines (which are, I think, only comments anyway) has this effect ? :::::::::::::: xy/fergie.mc :::::::::::::: define(`CONFIG',`fergie')dnl define(`DOMAIN',`fergie.cam.ac.uk')dnl define(`NRSFORMAT')dnl define(`POSTMASTER',`Postmaster')dnl define(`LOCALSHOWUUCP')dnl define(`LOCALSHOWNRS')dnl define(`LOCALNAME',`$J')dnl define(`JANETNAME',`$J')dnl include(base.m4) include(rules.m4) include(fergie-dom.m4) include(fergie-chn.m4) include(mailers.m4) :::::::::::::: xz/fergie.mc :::::::::::::: define(`CONFIG',`fergie')dnl define(`DOMAIN',`fergie.cam.ac.uk')dnl define(`NRSFORMAT')dnl define(`POSTMASTER',`Postmaster')dnl define(`LOCALSHOWUUCP')dnl define(`LOCALSHOWNRS')dnl define(`LOCALNAME',`$J')dnl include(base.m4) include(rules.m4) include(fergie-dom.m4) include(fergie-chn.m4) include(mailers.m4) :::::::::::::: config.xy :::::::::::::: config=fergie domain="fergie.cam.ac.uk" options=nrsformat postmaster=Postmaster #install=-f # domain tables domain std file="local.dom" domain std file="cam.dom" # generated by c-nrs domain std file="ac.dom" # generated by c-nrs domain std file="uk.dom" domain top file="top.dom" # channels channel local file="local.chn", showuucp,shownrs channel janet file="janet.chn" # channel uucp file="uucp.chn", # sysname="sonny",muucp channel top file="top.dom" # top.chn is identical to top.dom :::::::::::::: config.xz :::::::::::::: config=fergie domain="fergie.cam.ac.uk" options=nrsformat postmaster=Postmaster #install=-f # domain tables domain std file="local.dom" domain std file="cam.dom" # generated by c-nrs domain std file="ac.dom" # generated by c-nrs domain std file="uk.dom" domain top file="top.dom" # channels channel local file="local.chn", showuucp,shownrs channel janet file="janet.chn" # channel uucp file="uucp.chn", sysname="sonny",muucp channel top file="top.dom" # top.chn is identical to top.dom :::::::::::::: 8d7 < define(`JANETNAME',`$J')dnl 18,19c18 < # channel uucp file="uucp.chn", < # sysname="sonny",muucp --- | # channel uucp file="uucp.chn", sysname="sonny",muucp