Date: Thu, 28 Mar 2002 10:32:32 -0600 From: "Scott Frappier" <sfrappier@lrdata.com> To: <freebsd-stable@FreeBSD.ORG> Subject: RE: For review: Revised sendmail startup settings Message-ID: <2CBA5E6C43C6D4439982274DE902C866113601@srv01.lrdata.com>
next in thread | raw e-mail | index | archive | help
Thank you...makes my life simpler :).
Scott Frappier
-----Original Message-----
From: Gregory Neil Shapiro [mailto:gshapiro@FreeBSD.ORG]
Sent: Thursday, March 28, 2002 12:59 AM
To: Andre Albsmeier
Cc: freebsd-current@FreeBSD.ORG; freebsd-stable@FreeBSD.ORG
Subject: Re: For review: Revised sendmail startup settings
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-stable" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2CBA5E6C43C6D4439982274DE902C866113601>
