Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA1798 ; Tue, 23 Feb 93 14:58:42 EST Newsgroups: comp.os.386bsd.questions Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich From: rich@Rice.edu (Richard Murphey) Subject: Re: Inet sendmail.cf file anyone? In-Reply-To: ken@cujo.curtin.edu.au's message of Sat, 20 Feb 1993 04:44:22 GMT Message-ID: <RICH.93Feb20214917@omicron.Rice.edu> Sender: news@rice.edu (News) Reply-To: Rich@Rice.edu Organization: Department of Electrical and Computer Engineering, Rice University References: <1993Feb20.044422.6928@cujo.curtin.edu.au> Date: Sun, 21 Feb 1993 03:49:17 GMT Lines: 17 In article <1993Feb20.044422.6928@cujo.curtin.edu.au> ken@cujo.curtin.edu.au (Ken Taylor) writes: The sendmail.cf which comes with 386BSD doesn't support internet mail I can therefore recieve mail, but not send.. I'm a bit of a newbie here, can someone point me in the right direction ?! The distribution contains a set of m4 macros which make sendmail.cf maintenance much easier. See /usr/src/usr.sbin/sendmail/cf/README for a general description. /usr/src/usr.sbin/sendmail/cf/cf/id.mc is an example meta-configuration file. Set your mail relay host, domain name, etc and then invoke 'make id.cf'. It will process the .mc file to create a configuration file. uid.mc is an example of a configuration for mail over a uucp link. Rich