Re: Sendmail Compile-Time Configuration - Success

2006-04-30 Thread Giorgos Keramidas
On 2006-04-30 02:55, Duane Whitty <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote: >> No, you probably want something similar to the way SASL2 support is >> compiled into the base-system version of Sendmail. In my `make.conf' >> I have the following: >> >> SENDMAIL_CFLAGS=-I/usr/lo

Re: Sendmail Compile-Time Configuration - Success

2006-04-29 Thread Duane Whitty
Giorgos Keramidas wrote: On 2006-04-28 05:07, Duane Whitty <[EMAIL PROTECTED]> wrote: Duane Whitty wrote: Duane Whitty wrote: 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 c

Re: Sendmail Compile-Time Configuration

2006-04-28 Thread Giorgos Keramidas
On 2006-04-28 05:07, Duane Whitty <[EMAIL PROTECTED]> wrote: >Duane Whitty wrote: >>Duane Whitty wrote: >>> 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

Re: Sendmail Compile-Time Configuration

2006-04-28 Thread Duane Whitty
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 co

Re: Sendmail Compile-Time Configuration

2006-04-28 Thread Duane Whitty
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

Sendmail Compile-Time Configuration

2006-04-28 Thread Duane Whitty
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?