From owner-freebsd-questions@FreeBSD.ORG Wed May 18 03:10:41 2005 Return-Path: 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 0F42616A4CE for ; Wed, 18 May 2005 03:10:41 +0000 (GMT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D94D43D39 for ; Wed, 18 May 2005 03:10:40 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id j4I3AdpP005269; Tue, 17 May 2005 23:10:40 -0400 Date: Tue, 17 May 2005 23:10:39 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: "greg@grokking.org" In-Reply-To: <428AAAA8.6060805@grokking.org> Message-ID: <20050517230643.O97506@zoraida.natserv.net> References: <20050517220403.T96779@zoraida.natserv.net> <428AAAA8.6060805@grokking.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: Cyrus IMAP from Ports in 5.X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 03:10:41 -0000 On Tue, 17 May 2005, greg@grokking.org wrote: > Francisco Reyes wrote: >> Anyone got Cyrus IMAP working from installing the ports? .... > Are you running both sasl AND sasl2 ports at the same time? No. > sasldblistusers2 is from sasl2 and saslpasswd is from sasl. > If that was just a typo, Yup. > check permissions on /usr/local/etc/sasldb >(or /usr/local/etc/sasldb2) and make sure it allows reading by the > user running your pop/imap/mta. Running saslpasswd2 as root. For /usr/local/etc/sasldb2 also tried setting the owner to cyrus and giving the group (mail) write capabilities. Changing to use a different Berkeley DB version changes the error to May 17 23:04:16 testpompa saslpasswd2: setpass succeeded for fran May 17 23:04:16 testpompa saslpasswd2: error deleting entry from sasldb: DB_NOTFOUND: No matching key/data pair found Where able to get Cyrus running from ports?