Don't background the sendmail-clientmqueue process -- can give:

sm-queue[181]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor
This commit is contained in:
David E. O'Brien 2002-03-25 20:53:48 +00:00
parent 5a70178aa9
commit 0ef30ec620

2
etc/rc
View file

@ -727,7 +727,7 @@ if [ -r /etc/mail/submit.cf ]; then
case ${sendmail_msp_queue_enable} in
[Yy][Ee][Ss])
echo -n ' sendmail-clientmqueue'
/usr/sbin/sendmail ${sendmail_msp_queue_flags} &
/usr/sbin/sendmail ${sendmail_msp_queue_flags}
;;
esac
fi