From nobody@FreeBSD.org  Tue Feb 14 22:12:21 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B3B916A420
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Feb 2006 22:12:21 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4614B43D73
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Feb 2006 22:12:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1EMCHV1074589
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Feb 2006 22:12:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k1EMCH2B074588;
	Tue, 14 Feb 2006 22:12:17 GMT
	(envelope-from nobody)
Message-Id: <200602142212.k1EMCH2B074588@www.freebsd.org>
Date: Tue, 14 Feb 2006 22:12:17 GMT
From: Harald <development@langner.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook 23.11. SMTP-Authentifizierung
X-Send-Pr-Version: www-2.3

>Number:         93363
>Category:       docs
>Synopsis:       Handbook 23.11. SMTP-Authentifizierung
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 14 22:20:13 GMT 2006
>Closed-Date:    Fri Jan 26 20:49:18 GMT 2007
>Last-Modified:  Fri Jan 26 20:50:24 GMT 2007
>Originator:     Harald
>Release:        6.0
>Organization:
>Environment:
FreeBSD www 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386           
>Description:
Hello,
I have following the discription. 23.11. SMTP-Authentifizierung
There was 2 error's:
First: I have also do
>How-To-Repeat:
              
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jan 26 20:48:56 UTC 2007 
State-Changed-Why:  
I have updated the Handbook with all the fixes in here, and more. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/93363: 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:
 >make cleandir
 >make obj
 >make
 >make install
 
 in /usr/src/lib/libsmutil
    /usr/src/lib/libsm
 
 because some file was missed from taht directories when try to make sendmail in:
 cd /usr/src/usr.sbin/sendmail
 
 Second:
 It was written in point 3. of the docu: 
 "fill in  /etc/make.conf the next rows..."
 SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
 SENDMAIL_LDFLAGS=-L/usr/local/lib
 SENDMAIL_LDADD=-lsasl
 
 This is now wrong! I have correct it to:
 SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
 SENDMAIL_LDFLAGS=-L/usr/local/lib
 SENDMAIL_LDADD=-lsasl2
 
 The different is that now SASL2 comes with the ports, but the docu is not upto date.
 
 I hope this help You.
 
 >make cleandir
 >make obj
 >make
 >make install
 
 in    /usr/src/lib/libsmutil
 and   /usr/src/lib/libsm
 -----------------------------------------------------
 in  /etc/make.conf 
 SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
 SENDMAIL_LDFLAGS=-L/usr/local/lib
 SENDMAIL_LDADD=-lsasl2
     
