From owner-freebsd-questions@FreeBSD.ORG Sun Jul 27 08:10:49 2003 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 6734437B425 for ; Sun, 27 Jul 2003 08:10:49 -0700 (PDT) Received: from tonnikala.nettikala.fi (tonnikala.nettikala.fi [212.182.218.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6712643F75 for ; Sun, 27 Jul 2003 08:10:48 -0700 (PDT) (envelope-from mailing-lists@johanpaul.com) Received: from localhost (localhost [127.0.0.1]) by tonnikala.nettikala.fi (Postfix) with ESMTP id 2BB634200B5; Sun, 27 Jul 2003 18:10:51 +0300 (EEST) Received: by tonnikala.nettikala.fi (Postfix, from userid 612) id 109994200B6; Sun, 27 Jul 2003 18:10:51 +0300 (EEST) Received: from johanpaul.com (dyn-7.milkyway [10.0.42.7]) by tonnikala.nettikala.fi (Postfix) with ESMTP id 5AA564200B5; Sun, 27 Jul 2003 18:10:50 +0300 (EEST) Message-ID: <3F23EBE3.8060701@johanpaul.com> Date: Sun, 27 Jul 2003 18:12:35 +0300 From: Johan Paul User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, web-cyradm@web-cyradm.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.5 required=7.0 tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MOZILLA_UA, X_ACCEPT_LANG version=2.43-cvs X-Spam-Level: X-Virus-Scanned: by AMaViS snapshot-20020531 Subject: Auth fails partly for imap 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: Sun, 27 Jul 2003 15:10:49 -0000 Hi all, What have I done wrong when I can log into my IMAP account (cyrus-imapd-2.0.17) via Mozilla and web mail (Squirrelmail) but Pine doesn't allow me to log in? I use PAM with MySQL authentication. This is what I get to my log file (first when I log into with Mozilla from a remote client, then Pine locally): -- 8< -- Jul 27 18:04:27 silakka imapd[5665]: login: my.computer.foo[x.x.x.x] kypeli plaintext Jul 27 18:05:09 silakka imapd[5685]: badlogin: localhost.computer.foo[127.0.0.1] CRAM-MD5 authentication failure [no secret in database] -- 8< -- Why does Pine try to use CRAM-MD5 but Mozilla doesn't? I have {localhost:143}inbox in Pine in inbox-path. Running FreeBSD 4.8. Regards, Johan Paul