From owner-freebsd-isp Sat Apr 18 02:23:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00331 for freebsd-isp-outgoing; Sat, 18 Apr 1998 02:23:06 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00314 for ; Sat, 18 Apr 1998 09:22:44 GMT (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA07366; Sat, 18 Apr 1998 18:50:46 +0930 (CST) (envelope-from grog) Message-ID: <19980418185046.N1090@freebie.lemis.com> Date: Sat, 18 Apr 1998 18:50:46 +0930 From: Greg Lehey To: Mukti Arip , Sue Blake Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Setting up majordomo References: <19656.980418@pasca.unpad.ac.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19656.980418@pasca.unpad.ac.id>; from Mukti Arip on Sat, Apr 18, 1998 at 03:45:47PM +0000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 18 April 1998 at 15:45:47 +0000, Mukti Arip wrote: > Hi there, > > I have istalled FreeBSD port of majordomo, and modify /etc/sendmail.cf > as described in post-install notes. > > The majordomo wrapper seems to run correctly (with "./wrapper > config-test" command line), but when I restart sendmail, the system > give me some messages like this: > > hash map "Alias1": unsafe map file /usr/loc.../aliases.majordomo: > Permission denied > sendmail[213]: NOQUEUE: SYSERR(root) ... and so on. > > What's that mean, and what am I suppose to do? The permissions are wrong. Set them right: # chmod 444 /usr/local/majordomo/aliases.majordomo # chown root.majordomo /usr/local/majordomo/aliases.majordomo I'm not sure whether the owner should be root or majordomo, but that's the way mine ended up, and it works. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message