From owner-freebsd-questions@FreeBSD.ORG Fri Apr 21 15:07:46 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 D6C5A16A409 for ; Fri, 21 Apr 2006 15:07:46 +0000 (UTC) (envelope-from alan.curtis@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E5B43D7F for ; Fri, 21 Apr 2006 15:07:24 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so600828wra for ; Fri, 21 Apr 2006 08:07:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LlUbuDTq7oIu0iySBnhpTbZ5NOT4jxR1YlbET5bUJaFW3pne8MIbxCulUZGRURsmADRSXQt86j+CTjOkC1mBXnXyV/LrxzQVfggxo1J9KTNWXHSSEdy9kplQcaoo0vtRw2AC2PHqIQ457K7OtZ9G7s/XbG5OgR0a3qvSuKzC5/g= Received: by 10.64.53.20 with SMTP id b20mr1152428qba; Fri, 21 Apr 2006 08:07:23 -0700 (PDT) Received: by 10.65.237.12 with HTTP; Fri, 21 Apr 2006 08:07:23 -0700 (PDT) Message-ID: <19a274650604210807t3972046i93134d36246b32a7@mail.gmail.com> Date: Fri, 21 Apr 2006 11:07:23 -0400 From: "Alan Curtis" To: freebsd-questions@freebsd.org In-Reply-To: <44479A00.6030605@utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <12AAD6CC50A25841834F43955F39B66E041DFE38@qgaes001.conway.prod.con-way.com> <44479A00.6030605@utdallas.edu> 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: Fri, 21 Apr 2006 15:07:46 -0000 Thanks for everyone's help. I have tried various things to get postfix running again. I was confused by 'make config' not working, but Paul explained that so I d= id make deinstall clean make install clean But that failed because I had the wrong mysql version which was required by dovecote. I deinstalled and installed both dovecote and mysql and restored all the config files I could think of and now I get the following message in maillog Apr 21 10:59:06 ** dovecot: imap-login: Login: user=3D, method=3DPLAIN, rip=3D128.33.80.129, lip=3D192.168.1.100, TLS Apr 21 10:59:58 ** postfix/smtp[957]: fatal: open database sasl_passwd.db: No such file or directory Apr 21 10:59:59 ** postfix/master[650]: warning: process /usr/local/libexec/postfix/smtp pid 957 exit status 1 Apr 21 10:59:59 ** postfix/master[650]: warning: /usr/local/libexec/postfix/smtp: bad command startup -- throttling I tried postmap hash:sasl_passwd and reloading postfix, but get the same messages.