From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 14:20:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33A5A1065678 for ; Thu, 18 Jun 2009 14:20:28 +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 F208B8FC22 for ; Thu, 18 Jun 2009 14:20:27 +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 03E427E837; Thu, 18 Jun 2009 06:20:26 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 18 Jun 2009 06:20:25 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4A38D6FE.8000804@locolomo.org> <200906171443.07165.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A39D5C7.8000009@locolomo.org> In-Reply-To: <4A39D5C7.8000009@locolomo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906180620.25768.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: 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: Thu, 18 Jun 2009 14:20:29 -0000 On Wednesday 17 June 2009 21:51:03 Erik Norgaard wrote: > >> Jun 17 23:39:17 jail imap[8412]: badlogin: jail.example.com [172.16.0.2] > >> plaintext cyrus@example.com SASL(-13): user not found: checkpass failed > >> > Jun 18 07:46:28 alpha imap[14244]: badlogin: > jail.example.com [172.16.0.2] plaintext games SASL(-13): authentication > failure: checkpass failed > > Note there is no realm specified contrary to the log entries found in > the jail. So does the imap server know the domain name? How does it figure it out? Does it know to strip domain names because you configured the unix passwd backend? If it uses the domainname command to figure out the domainname, you may have it set on the working server, yet not on the jail. Any differences related to domains in /etc/rc.conf and /etc/resolv.conf that might shed some light? I'm sorry I can't be of more Cyrus specific help. -- Mel