Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!pa.dec.com!decuac!decuac.DEC.COM!avolio From: avolio@decuac.DEC.COM (Frederick M. Avolio) Newsgroups: comp.unix.ultrix Subject: Re: UUCP mail sites and sendmai.cf Keywords: Ultrix 4.0, sendmail.cf Message-ID: <1991Mar06.192051.14035@decuac.dec.com> Date: 6 Mar 91 19:20:51 GMT References: <10672@dog.ee.lbl.gov> Reply-To: avolio@decuac.DEC.COM (Frederick M. Avolio) Organization: Digital Equipment Corp., Washington ULTRIX Resource Center Lines: 26 You certainly do not need the uucp software subset to do this. You just (just!?!) need to modify your sendmail.cf file. In the ULTRIX sendmail.cf (ULTRIX 4.0 at least) there is only one line that sends mail to the uucp mailer. Change that to send it to your forwarder (that will in turn send it out whereever it is supposed to go). You also should comment out all lines that check $~Z -- there are only two and are in ruleset 0 (S0). (Do *not*define FZ -- leave it commented out.) Add a line at the beginning to define your uucp relay host for example: DZuucprelay.lbl.gov Then in ruleset 0, change R$-!$+ $#uucp$@$1$:$2 host!... To be R$-!$+ $#tcp$@$Z$:$2!$1 Refreeze yor config file and restart sendmail. Fred