Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 06:41:16 +0600
From:      applecom@inbox.ru
To:        freebsd-questions@freebsd.org
Subject:   sendmail_enable in rc.conf
Message-ID:  <4450132C.2050401@inbox.ru>

next in thread | raw e-mail | index | archive | help
I have FreeBSD 6.0-RELEASE.
It seems there is collision between /etc/defaults/rc.conf and 
/etc/rc.sendmail in sendmail startup control.
In /etc/defaults/rc.conf:
sendmail_enable="NO"    # Run the sendmail inbound daemon (YES/NO).
In /etc/rc.sendmail:
"<...>
start_mta()
{
         case ${sendmail_enable} in
         [Nn][Oo][Nn][Ee])
                 ;;
<...>".
So sendmail doesn't startup during system startup only if there is 
"sendmail_enable="NONE"" in /etc/rc.conf.
Maybe I don't understand something?



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