From doug@lighthouse.safeport.com  Fri Jun 20 22:38:13 2003
Return-Path: <doug@lighthouse.safeport.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B3E9B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Jun 2003 22:38:13 -0700 (PDT)
Received: from lighthouse.safeport.com (lighthouse.safeport.com [204.156.12.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 083E843FE0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Jun 2003 22:38:13 -0700 (PDT)
	(envelope-from doug@lighthouse.safeport.com)
Received: from lighthouse.safeport.com (localhost [127.0.0.1])
	by lighthouse.safeport.com (8.12.9/8.12.9) with ESMTP id h5L5c9bE002705
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Jun 2003 01:38:09 -0400 (EDT)
	(envelope-from doug@lighthouse.safeport.com)
Received: (from root@localhost)
	by lighthouse.safeport.com (8.12.9/8.12.9/Submit) id h5L5c8kD002704;
	Sat, 21 Jun 2003 01:38:08 -0400 (EDT)
Message-Id: <200306210538.h5L5c8kD002704@lighthouse.safeport.com>
Date: Sat, 21 Jun 2003 01:38:08 -0400 (EDT)
From: Douglas Denault <doug@lighthouse.safeport.com>
Reply-To: Douglas Denault <doug@lighthouse.safeport.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Change to Handbook Section 20.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53575
>Category:       docs
>Synopsis:       Change to Handbook Section 20.9 (SMTP Authentication)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 22:40:17 PDT 2003
>Closed-Date:    Fri Jan 26 20:48:35 GMT 2007
>Last-Modified:  Fri Jan 26 20:50:18 GMT 2007
>Originator:     Douglas Denault
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD lighthouse.safeport.com 4.8-RC FreeBSD 4.8-RC #0: Tue Jun 3 17:30:51 EDT 2003 doug@pemaquid.safeport.com:/usr/obj/usr/src/sys/LIGHTHOUSE i386


	
>Description:
     The Handbook section 20.9, SMTP Authentication needs a small change.
     
     Sendmail 8.12.9 documentation for confDEF_AUTH_INFO says in part:

        Notice: this option is deprecated and will be removed in future 
        versions; it doesn't work for the MSP since it can't read the file.  
        Use the authinfo ruleset instead.  See also the section SMTP 
        AUTHENTICATION.

     So the section in the handbook that says:

     Add these lines to it:

        dnl set SASL options
        TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
        define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
        define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl
   
     should be changed to:

        FEATURE(authinfo, `hash -o /etc/mail/authinfo')dnl

     then add a line something like:

        AuthInfo: domain.tld "U:user" "P:password" "M:PLAIN
   
     then makemap hash authinfo < authinfo

>How-To-Repeat:
	n/a
>Fix:

	Change the one line. It would be helpful to describe the format of the 
	authinfo entries


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Jan 15 23:44:48 UTC 2007 
Responsible-Changed-Why:  
I'll take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53575 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jan 26 20:47:47 UTC 2007 
State-Changed-Why:  
I have removed the mention of DEF_AUTH_INFO from the Handbook text completely. 
Let's focus on building sendmail server here, users probably all have SMTP 
speaking clients by now. 


Responsible-Changed-From-To: keramida->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Jan 26 20:47:47 UTC 2007 
Responsible-Changed-Why:  
I did it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53575 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/53575: commit references a PR
Date: Fri, 26 Jan 2007 20:47:42 +0000 (UTC)

 pav         2007-01-26 20:47:36 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/mail chapter.sgml 
   Log:
   24.10 SMTP Authentication
   - update for cyrus-sasl2, including saslauthd
   - fix instructions on rebuilding sendmail
   - remove mentiond of DEF_AUTH_INFO, it's only used when sendmail is authorizing
     as a client against remote server, thus out of scope of this document
   
   Reviewed by:    keramida
   PR:             docs/53575, docs/93363
   
   Revision  Changes    Path
   1.136     +34 -30    doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
