From owner-freebsd-doc@FreeBSD.ORG Fri Jun 20 22:40:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2C437B401 for ; Fri, 20 Jun 2003 22:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCA543FAF for ; Fri, 20 Jun 2003 22:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5L5eHUp008953 for ; Fri, 20 Jun 2003 22:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5L5eHDk008952; Fri, 20 Jun 2003 22:40:17 -0700 (PDT) Resent-Date: Fri, 20 Jun 2003 22:40:17 -0700 (PDT) Resent-Message-Id: <200306210540.h5L5eHDk008952@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Denault Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E9B37B401 for ; 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 ; 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]) h5L5c9bE002705 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/53575: Change to Handbook Section 20.9 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Douglas Denault List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 05:40:19 -0000 >Number: 53575 >Category: docs >Synopsis: Change to Handbook Section 20.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 20 22:40:17 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: