It looks to me like the sample installation script should define bindir
along with the other paths.  This directly impacts the initialization of
pop3d-ssl and impd-ssl. Or, is {bindir} defined somewhere else which I'm
missing?

for example in this following section:

prefix="/usr/lib/courier"
exec_prefix="/usr/lib/courier"
sysconfdir="/usr/lib/courier/etc"
sbindir="${exec_prefix}/sbin"
libexecdir="/usr/lib/courier/libexec"
datadir="/usr/lib/courier/share"

I would add
bindir="usr/lib/courier/bin"

<snip>

which enables the following section:


                . ${sysconfdir}/imapd-ssl
                case x$IMAPDSSLSTART in
                x[yY]*)
                        if test -x $COURIERTLS
                        then
      <snip>

because $COURIERTLS is defined as ${bindir}/couriertls within both pop3d-ssl
and imapd-ssl.

Thanks very much

Don





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to