From owner-freebsd-questions Sat Apr 21 0:48:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 1467937B424 for ; Sat, 21 Apr 2001 00:48:08 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f3L7m6H64870 for freebsd-questions@FreeBSD.ORG.AVP; Sat, 21 Apr 2001 09:48:06 +0200 (CEST) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f3L7m4p64418; Sat, 21 Apr 2001 09:48:04 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.5.100] (may be forged)) by arnold.neland.dk (8.11.3/8.11.0) with SMTP id f3L7lp020196; Sat, 21 Apr 2001 09:47:58 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <009f01c0ca37$8d375680$6405a8c0@neland.dk> From: "Leif Neland" To: "default013" , "Tony Landells" Cc: References: <200104210509.PAA21077@tungsten.austclear.com.au> Subject: Re: re-compiling sendmail Date: Sat, 21 Apr 2001 09:49:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by ns.internet.dk id f3L7m4p64418 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Tony Landells" To: "default013" Cc: Sent: Saturday, April 21, 2001 7:09 AM Subject: Re: re-compiling sendmail > > Yes, there is another makefile in /usr/src/usr.sbin/sendmail, however, if > > you use this, you will find that it builds some kind of sendmail includes in > > that directory ... and not full sendmail... I wish that were the answer > > though... > > > If theres something I missed, I'd love for it to be pointed out... > > > Theres also another makefile in /usr/src/share/sendmail (if i remember right > > cause my server is down right now) ... not sure what that one does, but I > > tried that one too, and I think it just re-created /usr/share/sendmail/cf > > ... where you can make sendmail.cf files... > > The software builds under /usr/obj, so if you run make in > /usr/src/usr.sbin/sendmail you should finish up with a sendmail executable > in the directory /usr/obj/usr/src/usr.sbin/sendmail. But I think you should > also be able to do "make install" in /usr/src/usr.sbin/sendmail to install > the new executable from /usr/obj/... in /usr/sbin. > > Hopefully that's the last piece of the puzzle :-) > Do a less `grep NO_SENDMAIL /usr/src/*/Makefile` This will hint what isn't done when sendmail isn't being built, so just reverse the negation and do it :-) Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message