From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 00:11:14 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 D950837B401 for ; Wed, 9 Jul 2003 00:11:14 -0700 (PDT) Received: from linmail.smart.net.au (mail.smart.net.au [203.63.238.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319E043FDD for ; Wed, 9 Jul 2003 00:11:14 -0700 (PDT) (envelope-from das@smart.net.au) Received: from das (office.smart.net.au [203.63.238.5]) by linmail.smart.net.au (Postfix) with ESMTP id 5FCD861006A for ; Wed, 9 Jul 2003 17:19:18 +1000 (EST) From: "Dave Seddon" To: Date: Wed, 9 Jul 2003 17:10:48 +1000 Organization: SmarterDSL Message-ID: <00d001c345e9$3c70fc80$1428a8c0@das> 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.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: /usr/ports/mail/courier-imap/ authvchkpw? 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: Wed, 09 Jul 2003 07:11:15 -0000 Greetings, I can't get VPOPMAIL authentication to build with the latest port of /usr/ports/mail/courier-imap/. Several weeks ago I could with an older version, but I can't reproduce this. I've tried modifying the configure arguments in the Makefile, and everything else I can think of. Maybe somebody has some ideas. -- Should I email the ports list? I do this: ----------------------------------------------------------------------- cd /usr/ports/mail/courier-imap make clean make WITH_VPOPMAIL=yes all install ----------------------------------------------------------------------- And off it goes...during the build process I see this flash up, which indicates to that the configure arguments are ok. Looks like "--with-authvchkpw" is working. ----------------------------------------------------------------------- configure: running /bin/sh './configure' --prefix=/usr/local '--without-authshadow' '--sysconfdir=/usr/local/etc/courier-imap' '--with-userdb=/usr/local/etc/userdb' '--datadir=/usr/local/share/courier-imap' '--libexecdir=/usr/local/libexec/courier-imap' '--enable-workarounds-for-imap-client-bugs' '--enable-unicode' '--disable-root-check' '--with-authvchkpw' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authpam' '--without-authcram' '--prefix=/usr/local' '--build=i386-portbld-freebsd4.8' 'LDFLAGS=-I/usr/local/lib/mysql' 'CFLAGS=-O -pipe -march=pentiumpro' 'CPPFLAGS=-I/usr/local/include/mysql' 'build_alias=i386-portbld-freebsd4.8' 'CC=cc' --with-authchangepwdir=/usr/local/libexec/courier-imap/authlib --with-db=db --with-makedatprog='/usr/local/libexec/courier-imap/makedatprog' --with-mailuser=root --without-socks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --with-version=2.0.0 --cache-file=/dev/null --srcdir=. ----------------------------------------------------------------------- However, when it finishes without complaint there is no "authvchkpw" authentication program. ----------------------------------------------------------------------- qmail# ls /usr/local/libexec/courier-imap/authlib/ authdaemon authdaemond authdaemond.plain authuserdb ----------------------------------------------------------------------- Several weeks ago with version 1.7.0 I did manage to get it to work, but I can't reproduce it. I did save my original Makefile, and tried rolling the port back to 1.7 but it still won't build. Here's the authentication daemons I got to build last time. These are what I want. ----------------------------------------------------------------------- qmail# pwd /usr/home/das/qmail_backup/courier-imap qmail# ll total 544 -rwxr-xr-x 1 root wheel 85093 Jun 24 17:45 authcustom -r-xr-xr-x 1 root wheel 15672 Jun 19 11:06 authdaemon -rwxr-xr-x 1 root wheel 408 Jun 19 11:06 authdaemond -r-xr-xr-x 1 root wheel 68572 Jun 19 11:06 authdaemond.plain -rwxr-xr-x 1 root wheel 59973 Jun 24 17:45 authpam -rwxr-xr-x 1 root wheel 116737 Jun 24 17:45 authuserdb -rwxr-xr-x 1 root wheel 181293 Jun 24 17:45 authvchkpw ----------------------------------------------------------------------- thanks, Dave