[HOWTO] disable sendmail inside a jail
Posted: 18 Jan 2013 00:00
Enyone know how to disable sendmail inside a jail?
I think in jail_proto_sendmail="NO" or something similar
I think in jail_proto_sendmail="NO" or something similar
Welcome to the XigmaNAS community forum!
https://www.xigmanas.com/oldforums/
https://www.xigmanas.com/oldforums/viewtopic.php?f=79&t=2359
NOTE: This must be done within each jail! You cannot set this with the NAS4Free webgui! It needs to be inside /jail/proto/etc/rc.conf and /jail/serviio/etc/rc.conf.rc.sendmail MAN page wrote: To completely prevent any sendmail(8) daemons from starting, you must set the following variables in /etc/rc.conf:
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"