Bug 25734

Summary: STARTTLS is enabled by default, but it needs a certificate
Product: Base System Reporter: James E. Housley <housley>
Component: confAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
diff.txt none

Description James E. Housley 2001-03-12 11:50:01 UTC
	
	When adding SASL support to sendmail for SMTP AUTH; STARTTLS 
	becomes active, with the current configuration.  STARTTLS needs
	either an openSSL generated certificate or one from an issuing
	authority.  The first causes warning about unknow issuer and the
	second cost more then an average user has to spend.

	However, STARTTLS is not needed for SMTP AUTH to operate.  And
	the attached patch fixes this.
Comment 1 jeh freebsd_committer freebsd_triage 2001-03-12 11:51:11 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to sendmail maintainer.
Comment 2 jeh freebsd_committer freebsd_triage 2001-03-12 13:23:42 UTC
I would also change the comment to be more accurate.

Jim

-- 
/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
 X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------
jeh@FreeBSD.org      http://www.FreeBSD.org     The Power to Serve
jim@TheHousleys.Net  http://www.TheHousleys.net
---------------------------------------------------------------------
Life begins at 4.0
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-03-13 21:08:18 UTC
State Changed
From-To: open->closed

Submitter misunderstood relationship between STARTTLS and SASL (SMTP AUTH).