From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 13:40:13 2005 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 DA1AB16A477 for ; Wed, 29 Jun 2005 13:40:13 +0000 (GMT) (envelope-from B.Candler@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA66843D48 for ; Wed, 29 Jun 2005 13:40:13 +0000 (GMT) (envelope-from B.Candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 93C231EA5; Wed, 29 Jun 2005 09:40:03 -0400 (EDT) Received: from bloodhound.noc.clara.net (bloodhound.noc.clara.net [195.8.70.207]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 4683E94; Wed, 29 Jun 2005 09:40:01 -0400 (EDT) From: Brian Candler To: Muhammad Kashif Yaqoob Date: Wed, 29 Jun 2005 14:40:08 +0100 User-Agent: KMail/1.8 References: <20050629131211.34351.qmail@web32013.mail.mud.yahoo.com> In-Reply-To: <20050629131211.34351.qmail@web32013.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506291440.09628.B.Candler@pobox.com> Cc: freebsd-questions@freebsd.org, courier-imap@lists.sourceforge.net Subject: Re: mysql user did not authenticate by courier-imap 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, 29 Jun 2005 13:40:14 -0000 On Wednesday 29 June 2005 14:12, Muhammad Kashif Yaqoob wrote: > I am working on postfix Mailserver at freebsd.and install the courier Imap > (courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and also > Configuration the setting of courier-imap with mysql.When i authenticate > the mysql pop user with courier-imap. I saw your question the first time. I answered it. Simply reposting your query (three times in succession) does *not* make me inclined to help you any more. However, I will repeat again what you need to know: 1. Make sure you are running courier-imap-4.x with courier-authlib-0.5x. If you are not, then upgrade. If you built from ports, then upgrade your ports collection first if you need to. Follow the instructions in the FreeBSD handbook to do that. 2. Next, follow the instructions for debugging courier authentication here: http://www.courier-mta.org/authlib/README.authdebug.html Make sure you implement the part which tells you to make sure you are logging syslog messages at 'debug' level. Under FreeBSD these messages usually end up in /var/log/debug.log 3. You will get detailled information in those logs showing exactly how the mysql connection is made, the query sent, and the response returned. 4. When you have all of that, post here again. Until then, please ask someone else for help (or pay a consultant to help you) Brian. P.S. There is also good advice at http://www.catb.org/~esr/faqs/smart-questions.html If the answer you got before was in any way incomplete or not understandable, then say what you tried, what was missing, or what you didn't understand. If you just blindly repost, you can expect a blunt rebuttal.