From owner-freebsd-questions@FreeBSD.ORG Wed Jun 17 20:04:41 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64AAC106564A; Wed, 17 Jun 2009 20:04:41 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8908FC0C; Wed, 17 Jun 2009 20:04:40 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 7B3507E837; Wed, 17 Jun 2009 12:04:39 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 17 Jun 2009 12:04:38 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4A38D6FE.8000804@locolomo.org> In-Reply-To: <4A38D6FE.8000804@locolomo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171204.38995.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: questions@freebsd.org Subject: Re: Problem authenticating with sasl in jail 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, 17 Jun 2009 20:04:41 -0000 On Wednesday 17 June 2009 03:43:58 Erik Norgaard wrote: > I am migrating my imap server to a jail, I got the jail up and > cyrus-imapd starts. I have copied configuration files from the current > server, cyrus.conf, imapd.conf and passwd and group files. saslauthd is > running, yet when I try to login I get the error: > > IMAP Password: > Login failed: generic failure at > /usr/local/lib/perl5/site_perl/5.10.0/mach/Cyrus/IMAP/Admin.pm line 120 > cyradm: cannot authenticate to server with as cyrus ^^ Looks like there's missing something there. Would should be at that spot of the error message? Maybe a little context of line 120 in Admin.pm would help, for us that use dovecot. -- Mel