Xref: utzoo comp.sys.mips:1226 comp.mail.sendmail:2478 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!hg1915 From: hg1915@milton.u.washington.edu (Helen Gottschalk) Newsgroups: comp.sys.mips,comp.mail.sendmail Subject: Re: MIPS mail setup Summary: sendmail.named and sendmail.nonamed Keywords: 4.51, sendmail, sendmail.nonamed Message-ID: <12720@milton.u.washington.edu> Date: 10 Dec 90 20:43:02 GMT References: <12376@milton.u.washington.edu> <1990Dec6.144712.9010@cpsc.ucalgary.ca> Organization: University of Washington, Seattle Lines: 20 In article <1990Dec6.144712.9010@cpsc.ucalgary.ca>, cliff@ssg-mips-e.phys.ucalgary.ca (Cliff Marcellus) writes: > In article <12376@milton.u.washington.edu> hg1915@milton.u.washington.edu (Helen Gottschalk) writes: > > Sound like you've not created /usr/lib/sendmail.ok. Without it, > the system won't use sendmail to delivermail. just cp /dev/null > into /usr/lib/sendmail.ok. This should fix your problem. > You are right. This does solve the problem to let mail use sendmail. My other problem is caused by using sendmail.named instead of sendmail.nonamed since I am not running name server. Another fix need on my sendmail.cf. The address rules will rewrite 'host' to 'host.domain' and I didn't specify a domain name, so the host name become 'host.' and this is not found in the /etc/hosts (because of the extrat dot). After I set up a domain name it works fine. Thanks for the help Jessie Chang