sendmail: document that sendmail_enable can be set to NONE
setting sendmail_enable to NONE (which is now the default) turns all the sendmail_*_enable variables to NO Reported by: many
This commit is contained in:
+1
-1
@@ -596,7 +596,7 @@ allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens
|
|||||||
mta_start_script="/etc/rc.sendmail"
|
mta_start_script="/etc/rc.sendmail"
|
||||||
# Script to start your chosen MTA, called by /etc/rc.
|
# Script to start your chosen MTA, called by /etc/rc.
|
||||||
# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
|
# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
|
||||||
sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO).
|
sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO/NONE).
|
||||||
sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file
|
sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file
|
||||||
sendmail_procname="/usr/sbin/sendmail" # sendmail process name
|
sendmail_procname="/usr/sbin/sendmail" # sendmail process name
|
||||||
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)
|
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)
|
||||||
|
|||||||
Reference in New Issue
Block a user