FreeBSD Bugzilla – Attachment 13555 Details for
Bug 25734
STARTTLS is enabled by default, but it needs a certificate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
James E. Housley
on 2001-03-12 11:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
James E. Housley
Created:
2001-03-12 11:50:01 UTC
Size:
1.38 KB
patch
obsolete
>Index: usr.sbin/sendmail/Makefile >=================================================================== >RCS file: /usr/home/FREEBSD_CVS/src/usr.sbin/sendmail/Makefile,v >retrieving revision 1.15.2.10 >diff -u -r1.15.2.10 Makefile >--- usr.sbin/sendmail/Makefile 2001/03/06 01:56:47 1.15.2.10 >+++ usr.sbin/sendmail/Makefile 2001/03/12 11:25:47 >@@ -50,7 +50,6 @@ > !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) > # STARTTLS support > DISTRIBUTION= crypto >-CFLAGS+= -DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK > LDADD+= -lssl -lcrypto > DPADD+= ${LIBSSL} ${LIBCRYPTO} > .endif >Index: etc/defaults/make.conf >=================================================================== >RCS file: /usr/home/FREEBSD_CVS/src/etc/defaults/make.conf,v >retrieving revision 1.97.2.43 >diff -u -r1.97.2.43 make.conf >--- etc/defaults/make.conf 2001/03/10 03:34:21 1.97.2.43 >+++ etc/defaults/make.conf 2001/03/12 11:29:17 >@@ -355,6 +355,12 @@ > # SENDMAIL_LDFLAGS=-L/usr/local/lib > # SENDMAIL_LDADD=-lsasl > # >+# With SASL support you can enable STARTTLS with the following flags: >+# >+# SENDMAIL_CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK >+# >+# Note: STARTTLS needs a SSL certificate to function. >+# > # Note: If you are using Cyrus SASL with other applications which require > # access to the sasldb file, you should add '-D_FFR_UNSAFE_SASL' to > # SENDMAIL_CFLAGS. Also, add the following to your sendmail.mc file:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25734
: 13555 |
13556