From owner-freebsd-questions@FreeBSD.ORG Fri Apr 28 08:09:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A30016A402 for ; Fri, 28 Apr 2006 08:09:14 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2873F43D64 for ; Fri, 28 Apr 2006 08:09:12 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip01.eastlink.ca ([24.222.10.5]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IYF00BNYANN5861@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Fri, 28 Apr 2006 05:09:23 -0300 (ADT) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip01.eastlink.ca with ESMTP; Fri, 28 Apr 2006 05:09:11 -0300 Date: Fri, 28 Apr 2006 05:07:45 -0300 From: Duane Whitty In-reply-to: <4451C92A.10103@greenmeadow.ca> To: freebsd-questions@freebsd.org Message-id: <4451CD51.5080605@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <4451C500.6090304@greenmeadow.ca> <4451C92A.10103@greenmeadow.ca> User-Agent: Thunderbird 1.5 (X11/20060309) Subject: Re: Sendmail Compile-Time Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 08:09:14 -0000 Duane Whitty wrote: > Duane Whitty wrote: >> Hi, >> >> I'm adding LDAP support to my Sendmail configuration. >> I couldn't seem to find the appropriate m4 file in which >> to declare my APPENDDEF statements. My course of >> action was to include SENDMAIL_CFLAGS+=-DLDAPMAP >> in make.conf. Does this seem like the correct way to do this >> for FreeBSD 6-STABLE? >> >> TIA, >> >> Duane Whitty > Answering myself: > > I gues this isn't correct: > > /usr/src/lib/libmilter/../../contrib/sendmail/include/sm/config.h:148:20: > lber.h: No such file or directory > > /usr/src/lib/libmilter/../../contrib/sendmail/include/sm/config.h:149:20: > ldap.h: No such file or directory > > mkdep: compile failed > *** Error code 1 > > I'll be continuing to work on this but hopefully someone > here will have dealt with this previously > > Duane Whitty Maybe SENDMAIL_ADDITIONAL_MC in make.conf will work with the needed APPENDDEF statements in my ldap.mc file? Duane Whitty -- duane@greenmeadow.ca