DragonFly users List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Sendmail Client SMTP AUTH
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.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]