From owner-freebsd-stable@FreeBSD.ORG Wed May 24 06:14:35 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0296F16A41F for ; Wed, 24 May 2006 06:14:34 +0000 (UTC) (envelope-from paul.lkw@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A01743D46 for ; Wed, 24 May 2006 06:14:33 +0000 (GMT) (envelope-from paul.lkw@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so1395327nzf for ; Tue, 23 May 2006 23:14:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Dg7CKc/XpuChqVSA2ZmUn73Hk9/rXBG+5QA6p+tdcKuSYJGFFjBr/PZkgw6PtW5Ke/K72pSaQVm20MZiQB0xuO/q9DSZjGd9kvjb/r5KCSPh+bZI/350tGlja82cxqT0neIh+a+NlFoWe/SNzz+9t57zg4Eu26OYGaSFyv4A/WE= Received: by 10.36.147.4 with SMTP id u4mr5367974nzd; Tue, 23 May 2006 23:14:33 -0700 (PDT) Received: by 10.36.77.3 with HTTP; Tue, 23 May 2006 23:14:33 -0700 (PDT) Message-ID: Date: Wed, 24 May 2006 14:14:33 +0800 From: Paul.LKW To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sendmail-sasl port not work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 06:14:35 -0000 Dear all: I find the sendmail-sasl port will not compile with the option "SASLv2" and I can not get SMTP Auth. The port will install "TLS and Cyrus-SASL" but as I use the command --sendmail -d0.1 -bv root | grep SASL-= - I can not find it compiled with SASL. Any solution to fix it. THX.