mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
5a70178aa9
commit
0ef30ec620
1 changed files with 1 additions and 1 deletions
2
etc/rc
2
etc/rc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue