From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 19:42:03 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 3395816A401 for ; Wed, 19 Apr 2006 19:42:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C2E43D48 for ; Wed, 19 Apr 2006 19:41:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3JJffwD001181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 19 Apr 2006 22:41:43 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3JJfauQ055394; Wed, 19 Apr 2006 22:41:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3JJfa8B055393; Wed, 19 Apr 2006 22:41:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 19 Apr 2006 22:41:36 +0300 From: Giorgos Keramidas To: Alan Curtis Message-ID: <20060419194136.GA55350@gothmog.pc> References: <19a274650604191235h4f9b128apa9743fbd6c85c20f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19a274650604191235h4f9b128apa9743fbd6c85c20f@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.387, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No 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:42:03 -0000 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? 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.