From owner-freebsd-questions Fri Oct 15 9:15:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 5AECD14F79 for ; Fri, 15 Oct 1999 09:15:27 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA012814121; Fri, 15 Oct 1999 12:15:22 -0400 Message-Id: <199910151615.AA012814121@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Rich Winkel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail won't use NIS aliases In-Reply-To: Your message of "Fri, 15 Oct 1999 10:23:23 CDT." <199910151523.KAA03410@chumbly.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 15 Oct 1999 12:15:21 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm running 3.3-stable and I can't get sendmail to use nis aliases. >/etc/service.switch: >hosts files nis dns >aliases files nis > >What else do I need to do?? In /etc/sendmail.cf change: O AliasFile=/etc/aliases to: O AliasFile=nis:mail.aliases,/etc/aliases (and of course kill and restart sendmail daemon) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message