Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2008 03:27:08 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        mtm@freebsd.org, current@freebsd.org
Subject:   latest rc.subr breaks etc/rc.d/sendmail
Message-ID:  <20080202012707.GA1800@kobe.laptop>

next in thread | raw e-mail | index | archive | help
Hi Mike,

Revision 1.80 of src/etc/rc.subr stops Sendmail from starting
here with:

root@kobe:/root# /etc/rc.d/sendmail start
Cannot 'start' sendmail. Set sendmail_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
root@kobe:/root#

My /etc/rc.conf contains:

root@kobe:/root# grep sendmail /etc/rc.conf
sendmail_enable="NO"
sendmail_outbound_enable="NO"
sendmail_submit_enable="YES"
sendmail_msp_queue_enable="YES"
root@kobe:/root#

Rolling back to 1.79 seems to work, but I am not sure how to fix
his yet.

I have a logfile too obtained with 1.80 and:

# sh -x /etc/rc.d/sendmail start 2>&1 | tee logfile

if you think that would help track this down.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080202012707.GA1800>