From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 19:35:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEDD16A403 for ; Wed, 19 Apr 2006 19:35:30 +0000 (UTC) (envelope-from alan.curtis@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8E843D5A for ; Wed, 19 Apr 2006 19:35:29 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so1048874nzp for ; Wed, 19 Apr 2006 12:35:29 -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:content-transfer-encoding:content-disposition; b=iuXmbRrPUODq1lq2BdGO4nlpYVJT/XiNE39SDuZYEPrPfaVq+9rjy1K6zluGqytB69wJR+eS3TWWaxHCPX/b1OssQHS4Jz6qQb/fiZpijNPDYyrIP8NwhvGlGErsEnGEOxOuijg4VaglKqthb44I3E/2O+foVfxB9lpbvSV6mDo= Received: by 10.65.52.4 with SMTP id e4mr2135769qbk; Wed, 19 Apr 2006 12:35:29 -0700 (PDT) Received: by 10.65.237.12 with HTTP; Wed, 19 Apr 2006 12:35:29 -0700 (PDT) Message-ID: <19a274650604191235h4f9b128apa9743fbd6c85c20f@mail.gmail.com> Date: Wed, 19 Apr 2006 15:35:29 -0400 From: "Alan Curtis" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: postfix smtp_sasl_auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:35:31 -0000 I had postfix set up to use smtp_sasl_auth for outgoing mail. But now it's broken and I get this message in maillog. Apr 19 15:11:23 **** postfix/smtp[17464]: warning: smtp_sasl_auth_enable is true, but SASL support is not compiled in Apr 19 15:11:23 **** postfix/smtp[17464]: warning: TLS has been selected, but TLS support is not compiled in I think I must have broken something during a port upgrade. How do I fix th= is?