Hello List,

Please excuse my stupid question. It's only that the answer is hidden
somewhere.
I run FreeBSD 4.x-STABLE on a couple machines here and I'd like to
switch from uw-imap to courier. The port in FreeBSD did not seem to
do what I wanted because I needed to incorporate ldapauth. Now I
decided to compile from 1st principles by downloading the 1.3.12
tarball, extracting and doing what the small script below would:

#!/bin/sh
PREFIX=/usr/local
CONFIGURE=./configure

$CONFIGURE --with-authldap --with-authldaprc=${PREFIX}/etc/courier-imap/authldaprc \
                --without-authshadow \
                --without-authcram \
                --with-authmysql --with-authpam \
                --sysconfdir=${PREFIX}/etc/courier-imap \
                --with-userdb=${PREFIX}/etc/userdb \
                --datadir=${PREFIX}/share/courier-imap \
                --libexecdir=${PREFIX}/libexec/courier-imap \
                --enable-workarounds-for-imap-client-bugs \
                --disable-root-check --with-piddir=/var/run \


The compile happens successfully but I don't get to see authldaprc. I hope
that someone has done the same cleanly on FreeBSD and may be able to help me,
even with other configure ARGS that I may have missed. I'm probably missing
on a few things.



TIA



-Wash

S y s t e m s   A d m i n.

-- 
Odhiambo Washington  <[EMAIL PROTECTED]>    "The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or better,'
Tel: 254 2 313985-9   Fax: 254 2 313922     so I installed FreeBSD."   
GSM: 254 72 743 223   GSM: 254 733 744 121  This sig is McQ!  :-)

++
Just go with the flow control, roll with the crunches, and, when you
get a prompt, type like hell.

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to