On Sunday 02 April 2006 05:15, JimD wrote:
> I have it up and running with no issues. Maybe try to go through the
> HOWTO again? What I usually do is look at the startup script and try
> to make a test script to get it running. Here is an example for
> starting courier-imap. Just copy it to a file and try to execute it as
> root:
>
> #!/bin/bash
>
> ADDRESS=0
> MAXDAEMONS=10
> MAXPERIP=10
> PIDFILE=/var/run/imapd.pid
> TCPDOPTS="-nodnslookup -noidentlookup"
> PORT=143
> MAILDIR=.maildir
> exec_prefix=/usr
>
> /usr/lib/courier-imap/couriertcpd -address=$ADDRESS \
> -stderrlogger=/usr/lib/courier-imap/courierlogger \
> -stderrloggername=imapd \
> -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
> -pid=$PIDFILE $TCPDOPTS \
> $PORT ${exec_prefix}/sbin/imaplogin \
> /usr/lib/courier-imap/courier-imapd.indirect ${MAILDIR}
This script does start it up successfully. Still the initscript doesn't. I
have tested that all the variables are set to the same things in the
initscript simply by printing them with echo and they are.
/usr/lib/courier-imap/courier-imapd.indirect doesn't exist btw...
I trying to use version 4.0.1
# eix courier -I -c
[I] net-libs/courier-authlib (0.58): courier authentication library
[I] net-mail/courier-imap (4.0.1): An IMAP daemon designed specifically for
maildirs
--
Bo Andresen
--
[email protected] mailing list