From owner-freebsd-questions Wed Dec 17 08:51:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23747 for questions-outgoing; Wed, 17 Dec 1997 08:51:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA23741 for ; Wed, 17 Dec 1997 08:51:09 -0800 (PST) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with ESMTP id IAA22974; Wed, 17 Dec 1997 08:51:04 -0800 (PST) (envelope-from ejs@bfd.com) Received: from localhost (ejs@localhost) by harlie.bfd.com (8.8.8/8.8.5) with SMTP id IAA11940; Wed, 17 Dec 1997 08:51:04 -0800 (PST) X-Authentication-Warning: harlie.bfd.com: ejs owned process doing -bs Date: Wed, 17 Dec 1997 08:51:04 -0800 (PST) From: "Eric J. Schwertfeger" To: Charlie Roots cc: freebsd-questions@freebsd.org Subject: Re: Sendmail HYPER-SECURITY In-Reply-To: <19971217091842.5156.rocketmail@send1a.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 17 Dec 1997, Charlie Roots wrote: > Now, to make it even more secure, I have changed the default sh shell > into a new sendmail restricted shell or (smrsh), which restricts the > scope of excutables that a mail client may execute to start with, and > its working FINE. ... > HOW can I use Procmail for mail filtering , and Majordomo for mailing > lists management, in presence of this limitation, since after I set > these 2 services up, they need to be invoked into the Sendmail mail > delivery system. not sure about majordomo, but if you install Procmail as your local delivery agent, it works fine (I've got three mail servers set up that way). Also, if you softlink the majordomo executable (? not sure, never used it) into the /usr/libexec/sm.bin it should work fine. the same should work for Procmail if you don't want to use it as your local delivery agent.