Hi list,

I'have just compiled and installed courier(courier-0.40.1.tar.bz2) and qmail
on a rh7.3 from tarballs

Altought qmail runs fine, there is no courier-imap.sysvinit anywhere ..., as
told in the doc
I've also looked in a rpm found out there, theris is something, but it's
look's like the following.
Hum, @stuff@ are variable used by rpm when "--rebuild", isn'it?

I'have everything is /var/lib/courier, configure was ran with no options

Well, if any of you could send me his own init script...
Thx,
Alex

# @SHELL@
#
# This is a sample /etc/init.d file for Courier-IMAP
#
# chkconfig: 2345 80 30
# description: Courier-IMAP - IMAP server
#
#
#

prefix=@prefix@
exec_prefix=@exec_prefix@

case "$1" in
start)
        cd /
        . @sysconfdir@/imapd
        touch /var/lock/subsys/courier-imap

        echo -n "Starting Courier-IMAP server:"

        case x$IMAPDSTART in
        x[yY]*)
                # Start daemons.
                @libexecdir@/imapd.rc start
                echo -n " imap"
                ;;
        esac

        . @sysconfdir@/imapd-ssl
        case x$IMAPDSSLSTART in
        x[yY]*)
                if test -x $COURIERTLS
                then

                # First time we start this, generate a dummy SSL
certificate.





-------------------------------------------------------
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