Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 12:26:46 -0700 (PDT)
From:      GOTO Kentaro <gotoken@notwork.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37607: cyrus-sasl's Sendmail.README is wrong about confDONT_BLAME_SENDMAIL
Message-ID:  <200204301926.g3UJQkW57137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37607
>Category:       ports
>Synopsis:       cyrus-sasl's Sendmail.README is wrong about confDONT_BLAME_SENDMAIL
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 12:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     GOTO Kentaro
>Release:        FreeBSD 4.5
>Organization:
>Environment:

>Description:
The port sendmail-sasl-8.12.3 port installs 
/usr/local/shore/doc/cyrus-sasl/Sendmail.README file which describes 
how to setup SMTP AUTH with cyrus-sasl and includes an example of 
.mc file segment:

   define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')dnl

This line is wrong and sendmail couldn't start service the sendmail.cf. 

>How-To-Repeat:
Include the following line into freebsd.mc and generate sendmail.cf, 
then restart sendmail. 

define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')dnl      

>Fix:
Apply the following patch:  

--- Sendmail.README.orig        Thu Apr 18 20:49:15 2002
+++ Sendmail.README     Wed May  1 04:13:33 2002
@@ -17,7 +17,7 @@
 
    TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5')dnl
    define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5')dnl
-   define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')dnl
+   define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile')dnl
    define(`confRUN_AS_USER',`root:mail')dnl
 
  ----
      

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204301926.g3UJQkW57137>