View | Details | Raw Unified | Return to bug 25734
Collapse All | Expand All

(-)usr.sbin/sendmail/Makefile (-1 lines)
Lines 50-56 Link Here
50
	!defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
50
	!defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
51
# STARTTLS support
51
# STARTTLS support
52
DISTRIBUTION=	crypto
52
DISTRIBUTION=	crypto
53
CFLAGS+=	-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK
54
LDADD+=		-lssl -lcrypto
53
LDADD+=		-lssl -lcrypto
55
DPADD+=		${LIBSSL} ${LIBCRYPTO}
54
DPADD+=		${LIBSSL} ${LIBCRYPTO}
56
.endif
55
.endif
(-)etc/defaults/make.conf (+6 lines)
Lines 355-360 Link Here
355
#	SENDMAIL_LDFLAGS=-L/usr/local/lib
355
#	SENDMAIL_LDFLAGS=-L/usr/local/lib
356
#	SENDMAIL_LDADD=-lsasl
356
#	SENDMAIL_LDADD=-lsasl
357
#
357
#
358
# With SASL support you can enable STARTTLS with the following flags:
359
#
360
#	SENDMAIL_CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK
361
#
362
# Note: STARTTLS needs a SSL certificate to function.
363
#
358
# Note: If you are using Cyrus SASL with other applications which require
364
# Note: If you are using Cyrus SASL with other applications which require
359
#	access to the sasldb file, you should add '-D_FFR_UNSAFE_SASL' to
365
#	access to the sasldb file, you should add '-D_FFR_UNSAFE_SASL' to
360
#	SENDMAIL_CFLAGS.  Also, add the following to your sendmail.mc file:
366
#	SENDMAIL_CFLAGS.  Also, add the following to your sendmail.mc file:

Return to bug 25734