Is there a way to get sendmail to use SMTP AUTH and LDAPMAP without recompiling
all the binaries?
I would like to change from the default
Version 8.14.3
Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF
SOCKETMAP STARTTLS TCPWRAPPERS USERDB XDEBUG
to
Version 8.14.3
Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS
PIPELINING SASLv2 SCANF SOCKETMAP STARTTLS TCPWRAPPERS USERDB
USE_LDAP_INIT XDEBUG
without rebuilding userland.
The way I do it right now is by adding WANT_SMTPAUTH and WANT_LDAP to mk.conf
and rebuilding all binaries but was wondering if there is a better way.
Thank you,
Vijay