Bug 53575

Summary: Change to Handbook Section 20.9 (SMTP Authentication)
Product: Documentation Reporter: Douglas Denault <doug>
Component: Books & ArticlesAssignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Douglas Denault 2003-06-21 06:40:17 UTC
     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

Fix: 

Change the one line. It would be helpful to describe the format of the 
	authinfo entries
How-To-Repeat: 	n/a
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2007-01-15 23:44:48 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll take care of this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-26 20:47:42 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"
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-26 20:47:47 UTC
State Changed
From-To: open->closed

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. 


Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-26 20:47:47 UTC
Responsible Changed
From-To: keramida->pav

I did it