From owner-freebsd-questions@FreeBSD.ORG Mon May 24 08:46:06 2004 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 6D9EF16A4CE for ; Mon, 24 May 2004 08:46:06 -0700 (PDT) Received: from spock.dilkie.com (spock.dilkie.com [206.51.1.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84D043D2F for ; Mon, 24 May 2004 08:46:03 -0700 (PDT) (envelope-from lee@dilkie.com) Received: from borg (borg.dilkie.com [206.51.1.193]) (authenticated bits=0) by spock.dilkie.com (8.12.11/8.12.11) with ESMTP id i4OFjMlZ099848 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 24 May 2004 11:45:36 -0400 (EDT) (envelope-from lee@dilkie.com) From: "Lee Dilkie" To: "'Mike Oliveri'" , Date: Mon, 24 May 2004 11:45:19 -0400 Message-ID: <0c6201c441a6$1f790d20$c10133ce@dilkie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <5.2.0.9.0.20040524102635.00a7a788@matrix.uti.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal X-Scanned-By: MIMEDefang 2.43 Subject: RE: SquirrelMail login issues 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: Mon, 24 May 2004 15:46:06 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mike Oliveri >Sent: Monday, May 24, 2004 11:31 AM >To: freebsd-questions@freebsd.org >Subject: SquirrelMail login issues > > >Hello, > >I'm using SquirrelMail on FreeBSD 4.9 Release and I've=20 >installed the latest=20 >imap-uw from ports to allow SquirrelMail logins. Per the SquirrelMail=20 >support page, I used the following environment variable to run=20 >make before=20 >installation: > >env WITH_SSL_AND_PLAINTEXT=3DYES make > >per http://www.squirrelmail.org/wiki/en_US/UWLoginDisabled > >However, every time a user logs in, we get the following error=20 >in the logs: > >(date) (time) server imapd[48297]: Login disabled user=3D(username)=20 >auth=3D(username) host=3Dlocalhost.uti.com [127.0.0.1] > >Has anyone run into this before? It was working fine before=20 >reinstalling=20 >the server, and unfortunately I'm not sure what the previous=20 >sysadmin may=20 >have done to get SquirrelMail up and running properly. > I added the following to /etc/make.conf so it'll pick up the right = settings everytime... .if ${.CURDIR} =3D=3D "/usr/ports/mail/imap-uw" WITH_SSL_AND_PLAINTEXT=3Dyes .endif .if ${.CURDIR} =3D=3D "/usr/ports/mail/cclient" WITH_SSL_AND_PLAINTEXT=3Dyes .endif then forced a rebuild of imap-uw. (i think i used portupgrade -f = imap-uw).=20 Don't forget to reload imap with a HUP to inetd. I installed squirrelmail a while after that and it has worked fine for = me. Just playing with plugins right now. Also, I need to move to apache13-modssl (to avoid the plaintext logins = that I currently have) but that looks like a fairly major upgrade and = I'm waiting for my nerve to build up. -lee