---------------------------------------> SNIP
#!/bin/sh
#
# chkconfig: 345 61 10
# description: starts the MTA (Exim)
#
# exim
##############################################################################
USAGE="Usage: $0 {start | stop}"
case "$1" in
'start')
/usr/exim/bin/exim -bd -q20m
chmod a+rwxt /var/spool/mail
;;
'stop')
killall exim
;;
*)
echo ${USAGE}
;;
esac
exit 0
---------------------------------------> SNIP
2002-12-03 at 11.42 Thomas Kinghorn wrote:
> does anyone have a startup script for exim 4.10 that i place in init.d ?
>
> Tom
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
--
Oliver Egginger
FH Giessen-Friedberg
DV-Zentrum
Wiesenstrasse 14
35390 Giessen
Tel. +49 641 309-1283
Fax +49 641 309-1288
Mail: Oliver.Egginger@???