From owner-freebsd-isp@FreeBSD.ORG Sat Jun 14 12:48:30 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B481D37B401 for ; Sat, 14 Jun 2003 12:48:30 -0700 (PDT) Received: from psknet.com (kennedy.psknet.com [63.171.251.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BB443FCB for ; Sat, 14 Jun 2003 12:48:30 -0700 (PDT) (envelope-from troy@psknet.com) Received: from pool-141-152-68-169.roa.east.verizon.net ([141.152.68.169] helo=tws) by psknet.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.20) id 19RH0i-0004e9-R2; Sat, 14 Jun 2003 15:48:25 -0400 From: "Troy Settle" To: "'Thomas Dwyer'" , "'Randy Smith'" Date: Sat, 14 Jun 2003 15:48:32 -0400 Message-ID: <000601c332ad$f0236b90$0100a8c0@tws> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <001701c331bc$3ca513d0$020010ac@protechnologies> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: freebsd-isp@freebsd.org Subject: RE: MySQL / Courier-IMAP / Postfix / sqWebMail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 19:48:31 -0000 A cleaner way to do this is to edit sqwebmail/Makefile and add this to CONFIGURE_ARGS: --with-authdaemonvar=/usr/local/var/authdaemon Which is where the courier-imap port puts it. -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year > -----Original Message----- > From: owner-freebsd-isp@freebsd.org > [mailto:owner-freebsd-isp@freebsd.org] On Behalf Of Thomas Dwyer > Sent: Friday, June 13, 2003 10:58 AM > To: Randy Smith > Cc: freebsd-isp@freebsd.org > Subject: Re: MySQL / Courier-IMAP / Postfix / sqWebMail > > > Thank you for your comments Randy; > > I found a solution. > > Apparently sqWebMail requires its own authdaemond.mysql to be > running as > well as the authdaemond.mysql that is started by Courier-IMAP. > > Simply make copies of the Courier_IMAP authmysqlrc and place it in the > directory where the other sqwebmail scripts are. > > Make a link to start the sqwebmail authdaemond.mysql in /rc.d/ and > everything works as advertised. > > Tom > > ----- Original Message ----- > From: "Randy Smith" > To: "Thomas Dwyer" > Cc: > Sent: Friday, June 13, 2003 10:23 AM > Subject: Re: MySQL / Courier-IMAP / Postfix / sqWebMail > > > > On Fri, 13 Jun 2003, Thomas Dwyer wrote: > > > > > Date: Fri, 13 Jun 2003 10:08:45 -0400 > > > From: Thomas Dwyer > > > To: "freebsd-isp@freebsd.org" > > > Subject: MySQL / Courier-IMAP / Postfix / sqWebMail > > > > > > Hello; > > > > > > I have installed the latest ports for: > > > MySQL, Postfix, Courier-IMAP and sqWebMail > > > > > > I am using MySQL Authentication for Postfix and Courier-IMAP. > > > > > > I can send and receive email to virtual users using > Postfix, and I can > login with an IMAP client (Outlook Express) and read the folders, no > problems. > > > > > > However when I try to login using sqWebMail it times out. > > > > > > The message in the Browser says: Invalid User ID or Password > > > > > > The message in the logs says: > > > Jun 13 09:49:35 freebsd sqwebmail: authdaemon: > s_connect() failed: > Operation timed out > > > > > > Documentation seems to indicate that sqWebmail uses the > same authdaemon > that Courier-IMAP uses, so there is no need to start another. > > > > > > Can someone shed some light on this? > > > > sqWebMail does use authdaemon to authenticate. I don't know > what would > > cause it to timeout unless the server is loaded. That said, > sqWebMail > > takes a while to authenticate on my server. SquirrelMail > logs in just > > fine. > > > > You might ask on the courier-users@list.sourceforge.net > mailing list. > > > > -- > > Randy Smith > > Amigo.Net Systems Administrator > > 1-719-589-6100 x 4185 > > http://www.amigo.net/ > > > > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >