sendmail: Add back a comment about "NONE"

Differential Revision:	https://reviews.freebsd.org/D37315
This commit is contained in:
Jose Luis Duran 2022-11-09 16:54:34 +01:00 committed by Baptiste Daroussin
parent 7cadc52638
commit c7c9836853

View file

@ -597,6 +597,7 @@ mta_start_script="/etc/rc.sendmail"
# Script to start your chosen MTA, called by /etc/rc.
# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO/NONE).
# If NONE, don't start any sendmail processes.
sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file
sendmail_procname="/usr/sbin/sendmail" # sendmail process name
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)