sendmail_submit_enable and sendmail_outbound_enable checks were reverted.
Found by: Morten Rodal <morten@rodal.no>
This commit is contained in:
parent
bc5cfff933
commit
ca813d2986
@ -74,14 +74,14 @@ run_rc_command "$1"
|
||||
|
||||
required_files=
|
||||
|
||||
if ! checkyesno sendmail_submit_enable; then
|
||||
if checkyesno sendmail_submit_enable; then
|
||||
name="sendmail_submit"
|
||||
rcvar=`set_rcvar`
|
||||
start_cmd="${command} ${sendmail_submit_flags}"
|
||||
run_rc_command "$1"
|
||||
fi
|
||||
|
||||
if ! checkyesno sendmail_outbound_enable; then
|
||||
if checkyesno sendmail_outbound_enable; then
|
||||
name="sendmail_outbound"
|
||||
rcvar=`set_rcvar`
|
||||
start_cmd="${command} ${sendmail_outbound_flags}"
|
||||
|
Loading…
Reference in New Issue
Block a user