description "sendmail Daemon startup" author "Harald Kueller " 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