Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 22:59:21 -0800
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Cc:        freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: For review: Revised sendmail startup settings
Message-ID:  <15522.48969.274804.600168@horsey.gshapiro.net>
In-Reply-To: <20020328075538.A9748@curry.mchp.siemens.de>
References:  <15520.10783.995435.407285@horsey.gshapiro.net> <20020328075538.A9748@curry.mchp.siemens.de>

next in thread | previous in thread | raw e-mail | index | archive | help
andre.albsmeier> One thing I don't understand here (for the case someone
andre.albsmeier> sets ${sendmail_enable} to NO):

andre.albsmeier> Both, ${sendmail_outbound_enable} and
andre.albsmeier> ${sendmail_submit_enable} are on by
andre.albsmeier> default. ${sendmail_outbound_flags} ist set to:

andre.albsmeier> "-L sm-queue -q30m"

andre.albsmeier> so the (var/spool/mqueue) queue is run
andre.albsmeier> regularly. Additionally, ${sendmail_submit_flags} is set
andre.albsmeier> to:

andre.albsmeier> "-L sm-mta-submit -bd -q30m -ODaemonPortOptions=Addr=localhost"

andre.albsmeier> Wouldn't the latter one be enough to run the queue because
andre.albsmeier> of the -q30m?

Yes, hence the patch and the new order shown in the message:

if ${sendmail_enable} == NONE
	# Do nothing
else if ${sendmail_enable} == YES
	start sendmail with ${sendmail_flags}
else if ${sendmail_submit_enable} == YES
	start sendmail with ${sendmail_submit_flags}
else if ${sendmail_outbound_enable} == YES
	start sendmail with ${sendmail_outbound_flags}
endif


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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