Sendmail Client SMTP AUTH

Gregory Neil Shapiro gshapiro at dragonflybsd.org
Tue Apr 18 22:34:49 PDT 2006


john duncan wrote:
   Here is the /etc/make.conf I used

SENDMAIL_CFLAGS=-I/usr/pkg/include
SENDMAIL_LDFLAGS=-L/usr/pkg/lib
SENDMAIL_LDADD=-lsasl2
I don't see the enablement of SASL in the MTA in your CFLAGS.
I use this (under FreeBSD):
SENDMAIL_CFLAGS+=       -I/usr/local/include/sasl
SENDMAIL_CFLAGS+=       -DSASL
SENDMAIL_LDFLAGS+=      -L/usr/local/lib
SENDMAIL_LDADD+=        -lsasl2
Note the -DSASL.





More information about the Users mailing list