Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2003 03:56:30 +0900 (JST)
From:      Tsuyoshi Wada <mail@tuyo.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/49009: make.conf recommends wrong settings for SASL support on sendmail
Message-ID:  <200303071856.h27IuUda001132@triton.products.nippondata.co.jp>

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

>Number:         49009
>Category:       conf
>Synopsis:       make.conf recommends wrong settings for SASL support on sendmail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 11:00:25 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tsuyoshi Wada
>Release:        FreeBSD 4.7-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD triton.products.nippondata.co.jp 4.7-RELEASE-p7 FreeBSD 4.7-RELEASE-p7 #1: Tue Mar 4 17:04:23 JST 2003 tuyo@geryon.nippondata.ne.jp:/usr/obj/usr/src/sys/UTN i386


>Description:
	/etc/defaults/make.conf recommends wrong settings for SASL support in RELENG_4.
		1. Add original lines ('=' only) to my /etc/make.conf
		2. Do make world
		3. Then, sendmail couldn't support SMTP-AUTH with SASL

>How-To-Repeat:
	N/A

>Fix:
	Patch for etc/defaults/make.conf

--- make.conf.orig	Fri Oct 11 10:48:43 2002
+++ make.conf	Sat Mar  8 03:29:39 2003
@@ -400,9 +400,9 @@
 # sendmail and its related utilities. For example, SASL support can be
 # added with settings such as:
 #
-#	SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
-#	SENDMAIL_LDFLAGS=-L/usr/local/lib
-#	SENDMAIL_LDADD=-lsasl
+#	SENDMAIL_CFLAGS+=-I/usr/local/include/sasl1 -DSASL
+#	SENDMAIL_LDFLAGS+=-L/usr/local/lib
+#	SENDMAIL_LDADD+=-lsasl
 #
 # Note: If you are using Cyrus SASL with other applications which require
 #	access to the sasldb file, you should add the following to your


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

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




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