From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 15:21:56 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 EA82616A402 for ; Sat, 22 Apr 2006 15:21:56 +0000 (UTC) (envelope-from alan.curtis@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75AC843D45 for ; Sat, 22 Apr 2006 15:21:56 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so416365wxc for ; Sat, 22 Apr 2006 08:21:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=p0jPbQMm1TdVkMUTleV4rIz43nC8kY8JhGFFa/UaP+sOtm4A13PHwmyLNYKRWPD/2ADecukMF10Wg2Dg9jqIrdQRGOFvh3nWd9y4IsMa3KqBAK4jlh/+y3iOI0aVdpfMYhQhnOaeglMLl2PFyKr9wO4+0EYhTd+XVuiUF+E9w3Q= Received: by 10.70.28.2 with SMTP id b2mr1701022wxb; Sat, 22 Apr 2006 08:21:55 -0700 (PDT) Received: from ?192.168.1.102? ( [68.160.154.120]) by mx.gmail.com with ESMTP id i36sm1152830wxd.2006.04.22.08.21.55; Sat, 22 Apr 2006 08:21:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <44479A00.6030605@utdallas.edu> References: <12AAD6CC50A25841834F43955F39B66E041DFE38@qgaes001.conway.prod.con-way.com> <44479A00.6030605@utdallas.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Alan Curtis Date: Sat, 22 Apr 2006 11:21:52 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.749.3) Subject: postfix fatal: open database sasl_passwd.db: No such file or directory 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: Sat, 22 Apr 2006 15:21:57 -0000 Postfix is broken and I have tried various things to get it running again. I did 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=, method=PLAIN, rip=**, lip=**, 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.