Date: Wed, 13 Dec 2006 08:16:07 -0500 From: "Chad Gross" <avatar4d@gmail.com> To: meilin <meilinxiaoxue@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: where is the full compile option for sendmail? Message-ID: <17489c7a0612130516r7fe24ddcm58d7c57f815bd0b4@mail.gmail.com> In-Reply-To: <1461586273.20061213154130@gmail.com> References: <1461586273.20061213154130@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/13/06, meilin <meilinxiaoxue@gmail.com> wrote: > > hi all: > > The original sendmail's compile option is configured by > m4,the one distribute with FreeBSD has tripped out some files and can not > configure as the usual way,I have man make.conf,however, just find > several items for sendmail and a few instructions. > > I want to know how to fully control the compile option while just do > not install sendmail from a original source package? > > thx very much > > -- > > > meilin > mailto:meilinxiaoxue@gmail.com If you want to eliminate sendmail from base when you recompile the system you will add the following to /etc/make.conf: *NO_SENDMAIL= true* Sendmail and all related programs should no longer be on the system after a rebuild. This is take directly from the manpage: *NO_SENDMAIL* (*bool*) Set to not build sendmail(8) <http://leaf.dragonflybsd.org/cgi/web-man?command=sendmail§ion=8> and related programs. Chad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17489c7a0612130516r7fe24ddcm58d7c57f815bd0b4>