From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 19:49:12 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 0BF7916A40F for ; Wed, 19 Apr 2006 19:49:12 +0000 (UTC) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (mail-cluster.cnf.com [63.230.177.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5657743D73 for ; Wed, 19 Apr 2006 19:49:05 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (localhost [127.0.0.1]) by ljcqs131.cnf.com (Postfix) with ESMTP id 7E1CC194718; Wed, 19 Apr 2006 12:49:04 -0700 (PDT) Received: from cnfqe058.cnf.prod.cnf.com (cnfdcx-131-slb-01-in.cnf.com [10.0.108.131]) by ljcqs131.cnf.com (Postfix) with ESMTP id 6821D194652; Wed, 19 Apr 2006 12:49:04 -0700 (PDT) Received: from ciies004.conway.prod.con-way.com ([10.20.8.233]) by cnfqe058.cnf.prod.cnf.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Apr 2006 12:49:04 -0700 Received: from qgaes001.conway.prod.con-way.com ([10.40.10.68]) by ciies004.conway.prod.con-way.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Apr 2006 12:49:04 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Apr 2006 14:49:02 -0500 Message-ID: <12AAD6CC50A25841834F43955F39B66E041DFE38@qgaes001.conway.prod.con-way.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: postfix smtp_sasl_auth thread-index: AcZj6WtHWKtzITZSRLqVcv3pa+oXNwAANdAw From: "Zimmerman, Eric" To: "Giorgos Keramidas" , "Alan Curtis" X-OriginalArrivalTime: 19 Apr 2006 19:49:04.0469 (UTC) FILETIME=[50244850:01C663EA] X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: RE: 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:49:12 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Giorgos Keramidas > Sent: Wednesday, April 19, 2006 2:42 PM > To: Alan Curtis > Cc: freebsd-questions@freebsd.org > Subject: Re: postfix smtp_sasl_auth >=20 > On 2006-04-19 15:35, Alan Curtis wrote: > > 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 > this? >=20 > Remove /usr/ports/mail/postfix/Makefile.inc and rebuild postfix. You > will be prompted for configuration options again. You seem to have TLS > and SASL in your `main.cf' file but forgot to include them in the latest > build. >=20 I think you can do a 'make config' as well in the port directory to reconfigure