[Mimedefang] mimedefang startup

McWhirter,Julia julia.mcwhirter at superh.com
Tue Dec 2 06:19:22 EST 2003


I have sendmail 8.12.10 and mimedefang 2.39 on Solaris 8 and this is my
sendmail start/stop script I start/stop mimedefang from here also.
###### Begin
#!/sbin/sh

case "$1" in
'start')
        /etc/init.d/mimedefang start
        # Start the MTA
        /usr/lib/sendmail -L sm-mta -bd -q5m -C /etc/mail/sendmail.cf 
        # Start the MSP
        /usr/lib/sendmail -L sm-msp-queue -Ac -q1m -C
/etc/mail/sendmail.cf
        ;;

'stop')
        pid=`/usr/bin/ps -eo pid,comm | /usr/bin/awk '{ if ($2 ==
"/usr/lib/sendmail") print $1 }'`
        if test "$pid"
        then
                /usr/bin/kill $pid
        fi
        /etc/init.d/mimedefang stop

        ;;

*)
        echo "Usage: $0 { start | stop }"
        exit 1
        ;;
esac
exit 0
##########End

Regards
Julia McWhirter
IT Manager
 
SuperH (UK) Ltd
Network House
2410 Aztec West
Almondsbury
Bristol
BS32 4QX
 
Tel : 01454 465661
Fax : 01454 465601
Mobile : 07979 913494
Email : julia.mcwhirter at superh.com
Web : www.superh.com
 

-----Original Message-----
From: mimedefang-bounces at lists.roaringpenguin.com
[mailto:mimedefang-bounces at lists.roaringpenguin.com] On Behalf Of Sathes
Nair
Sent: 02 December 2003 10:18
To: mimedefang at lists.roaringpenguin.com
Subject: [Mimedefang] mimedefang startup

hi there i have installed mimedefang in solaris 8
together with sendmail 8.12.9. I can seems to ba able
to start mimedefang and get it running. whenever i
starts it the process only runs for a few seconds and
it goes off. Is there any startup script for sendmail
that i need to edit. Please advise how?

that you so much 
cheers

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



More information about the MIMEDefang mailing list