summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-03-13 05:53:16 +0000
committerpeter <peter@FreeBSD.org>2001-03-13 05:53:16 +0000
commit3973aeb5ebaa6d704ef80ff1f91e85eb9d36b6c5 (patch)
tree9e79b41aa8c739617d49708d1422ceaa392faec9 /etc/defaults/rc.conf
parent95047bd0c5543dcbd3f9b9d3834ac449043c8e82 (diff)
downloadFreeBSD-src-3973aeb5ebaa6d704ef80ff1f91e85eb9d36b6c5.zip
FreeBSD-src-3973aeb5ebaa6d704ef80ff1f91e85eb9d36b6c5.tar.gz
At great personal risk, touch the sendmail startup again. This adds easy
seperate knobs for inbound (accepting SMTP connections) and outbound (just occasionally dequeueing) sendmail daemon startup.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 564c664..cb4b2d4 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -304,8 +304,10 @@ lpd_program="/usr/sbin/lpd" # path to lpd, if you want a different one.
lpd_flags="" # Flags to lpd (if enabled).
usbd_enable="NO" # Run the usbd daemon.
usbd_flags="" # Flags to usbd (if enabled).
-sendmail_enable="NO" # Run the sendmail daemon (YES/NO).
-sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled)
+sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO).
+sendmail_flags="-bd -q30m" # Flags to sendmail (as a server)
+sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO).
+sendmail_outbound_flags="-q30m" # Flags to sendmail (outbound only)
dumpdev="NO" # Device name to crashdump to (or NO).
savecore_flags="" # Used if dumpdev is enabled above, and present.
enable_quotas="NO" # turn on quotas on startup (or NO).
OpenPOWER on IntegriCloud