summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc17
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e2fa9960..345959b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -695,13 +695,28 @@ case ${sendmail_enable} in
*)
case ${sendmail_outbound_enable} in
[Yy][Ee][Ss])
- echo -n ' sendmail'
+ echo -n ' sendmail-outbound'
/usr/sbin/sendmail ${sendmail_outbound_flags}
;;
esac
+ case ${sendmail_submit_enable} in
+ [Yy][Ee][Ss])
+ echo -n ' sendmail-submit'
+ /usr/sbin/sendmail ${sendmail_submit_flags}
+ ;;
+ esac
;;
esac
+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}
+ ;;
+ esac
+fi
+
echo '.'
# Recover vi editor files.
OpenPOWER on IntegriCloud