Bug 30057

Summary: sendmail_outbound_enable from rc.conf is confusing
Product: Base System Reporter: Rob Simmons <rsimmons>
Component: confAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Rob Simmons 2001-08-24 21:50:00 UTC
When sendmail_outbound_enable is set to YES, sendmail_enable should be
automagically set to NO.  Otherwise, if you set outbound to YES and delete
your sendmail_enable="NO" you still get sendmail started with -bd

Fix: 

Maybe only have one config option, with "YES", "NO", and "OUTBOUND" or some
such thing.
How-To-Repeat: See above
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-08-25 22:33:43 UTC
Responsible Changed
From-To: freebsd-bugs->peter

Over to the person who implemented this
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2002-06-12 00:31:53 UTC
Responsible Changed
From-To: peter->gshapiro

Over to sendmail maintainer
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2002-07-02 07:20:23 UTC
State Changed
From-To: open->feedback

I don't think this should be changed.  It's meant to be a cascading 
feature.  If sendmail_enable is set to yes, sendmail_outbound_enable 
is ignored.  If sendmail_enable is set to no, sendmail_outbound_enable 
at least makes sure outgoing mail stuck in the queue gets delivered. 

There is also sendmail_submit_enable which makes sure there is a 
submit daemon to take local mail from the command line.  Perhaps this 
is the -bd daemon you are seeing.  See /etc/mail/README and `man rc.sendmail` 
for more information about it.
Comment 4 Gregory Neil Shapiro freebsd_committer freebsd_triage 2002-08-15 05:51:05 UTC
State Changed
From-To: feedback->closed

No further feedback received.