[Exim] exim does'nt start

Top Page
Delete this message
Reply to this message
Author: Mustapha Bousellam
Date:  
To: exim-users
Subject: [Exim] exim does'nt start

---------- Message transmis ----------
Subject: exim does'nt start
Date: Fri, 8 Mar 2002 22:15:34 +0100
From: Mustapha Bousellam <mustapha.bousellam@???>
To: mike@???


Hello,

Can you help me to run exim?

I installed the 3.35 version on my Mandrake 8.0

In /etc/rc.d/rc0.d rc1.d and son on I created a link to /etc/ini.d/exim
directory.

When the system start, there is a message exim ERROR.

The exim file in /etc/init.d is :

#!/bin/sh
# Begin /etc/init.d/exim
#
# Include the functions declared in the /etc/init.d/functions file
#

source /etc/init.d/functions
case "$1" in
    start)
        echo -n "Stopping SMTP daemon: Exim"
       killproc /usr/local/bin/exim
       ;;


    reload)
        echo -n "Reloading SMTP daemon: Exim"
        reloadproc /usr/local/bin/exim -HUD
        ;;


    restart)
        $0 stop


        /usr/bin/sleep 1


        $0 start
        ;;


    status)


        statusproc /usr/local/bin/exim


        ;;
    *)


        echo "Usage: $0 {start|stop|reload|restart|status}"


        exit 1
        ;;
esac
# End /etc/init.d/exim





Can you help me please

-------------------------------------------------------