Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 22:08:20 -0700 (PDT)
From:      slack@suntop-cn.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/27677: miss BIND name server library
Message-ID:  <200105270508.f4R58Kg52863@freefall.freebsd.org>

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

>Number:         27677
>Category:       misc
>Synopsis:       miss BIND name server library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 26 22:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     edwin chan
>Release:        FreeBSD
>Organization:
Guangzhou Suntop industry Co. Ltd
>Environment:
www# uname -a
FreeBSD www.suntop-cn.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:4
9 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386

>Description:
I need recompile sendmail enable SMTP AUTH function, FreeBSD miss BIND library that sendmail need to resolv domainname
>How-To-Repeat:
1. installed /usr/ports/security/cyrus-sasl
2. installed /usr/ports/mail/sendmail with uncomment follow two line:
SENDMAIL_WITH_TLS=YES
SENDMAIL_WITH_SASL=YES
3. setup enable SMTP AUTH function (with login passwd):
sendmail.cf:
# list of authentication mechanisms
#O AuthMechanisms=GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5
O AuthMechanisms=LOGIN DIGEST-MD5 CRAM-MD5

/usr/local/lib/sasl/Sendmail.conf:
pwcheck_method: passwd
4. stop bind name server locally, point resolv.conf to other DNS server
then sendmail to this server, alway produce domain name unresolved error


>Fix:
add BIND resolv library. or reinstall BIND from /usr/ports/net/bind8
>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?200105270508.f4R58Kg52863>