Viitor_sendmail/etc/init/smtp.conf

16 lines
311 B
Plaintext
Raw Normal View History

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