Viitor_sendmail/etc/init/smtp.conf
kueller 01676bcd77 Vorberitung auf upstart
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_sendmail@5549 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 19:18:26 +00:00

16 lines
311 B
Plaintext

description "sendmail Daemon startup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started ifup))
stop on runlevel [S016]
console none
script
if [ -f /etc/mail/sendmail.cf ]; then
/usr/sbin/sendmail -bD -q30m -om
fi
end script