sendmail_enable="NONE"I wrote in rc.conf
cron_log="NO"
sendmail_enable="NO"
But the cron and mail logs are still huge and completely unnecessary.
sendmail_enable="NONE"
/etc/rc.d//sendmail:sendmail_enable="NONE"
It sounds like a NONE. Maybe that just marks all of the variables below to NO.[Nn][Oo][Nn][Ee])
Are you using sendmail compiled from ports?I wrote in rc.conf
cron_log="NO"
sendmail_enable="NO"
But the cron and mail logs are still huge and completely unnecessary.
sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO).
sendmail_submit_enable="NO" # Start a localhost-only MTA for mail submission
sendmail_outbound_enable="NO" # Dequeue stuck mail (YES/NO).
sendmail_msp_queue_enable="NO" # Dequeue stuck clientmqueue mail (YES/NO).