> -----Original Message-----
> From: Robert Canary
> Sent: Sunday, March 02, 2003 10:50 PM
> Subject: compiling sendmail on RHN-7.1
> 
> 
> I am trying to compile sendmail and I can't find where/how to turn on
> sasl and ldapmap.  I found where it says youmust define a 
> database from the list below.  But it dosen't say where to define it.
> 
> Anyone built a sendmail-8.12 lately with ldapmap and sasl?

I can help with the sasl part. Haven't tried ldap though, but would think
ldap support will probably be added in a similar way.

Cut/Paste from my /PATH_TO/sendmail-8.12.7/devtools/Site/site.config.m4

dnl Add SMTP Auth support
APPENDDEF(`confENVDEF', `-DSASL')
APPENDDEF(`conf_sendmail_LIBS', `-lsasl')
 
APPENDDEF(`confLIBDIRS', `-L/usr/lib/sasl')
APPENDDEF(`confINCDIRS', `-I/usr/include')

Note: Adjust the LIBDIRS path to match where sasl libs are loaded on your
system.

To verify that sendmail was compiled with SASL support... after you
compile/install sendmail.

$ sendmail -ba -d0.1 </dev/null                 
Version 8.12.7
 Compiled with: DNSMAP LOG MATCHGECOS MILTER MIME7TO8 MIME8TO7
                NAMED_BIND NETINET NETUNIX NEWDB PIPELINING SASL SCANF
USERDB
                XDEBUG

Steve Cowles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to