From nobody Tue Nov 8 13:41:29 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4N68QN4bDyz4Wfn5; Tue, 8 Nov 2022 13:41:32 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4N68QN48bFz3GN1; Tue, 8 Nov 2022 13:41:32 +0000 (UTC) (envelope-from bapt@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667914892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=21EPOcGDcDrWggXYUPSs7a4+ZqYct5lnwNnJjfZSd/A=; b=LzzdeiHtR9gxsJK9QB/bbaDojFkLdvtahV7NIb2JWLQU9Ll+XhyXU7Yll3DjmrVbSfvXS/ 1e9xNcwrlQUyhI/4PjKCyq6YcEE18GLsaMz4t5b3KaqbJ2rXvkwKpeha15Ull9UejqqpWK ucv+pVshmi8ktslE8eD84NaqxQhI6yyEGw/uQ5IlwJ6DfMeciWdRQ50LGLjphSdYdbgWkz 3A8puUvXZupCka1PsI9SvGeq2N4aXCg5djsdpA+wAcocftXvRvOVv/bST1s80u+c6uQvOR V8LeUl+4DsUARUnFXLm/FFEMZqfp5vM1nCfp4r/wA0kP/jA5zgkfBO0/AKsFSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667914892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=21EPOcGDcDrWggXYUPSs7a4+ZqYct5lnwNnJjfZSd/A=; b=b+wZei+Qjcz9saOr9l77e5x53HvkAIA8uU83CRNO255KujRxLoWGXQUPbEvOML6PS1iKOn +VKh4ej2NJj1UBQBz1HfJcxzZAg1X6vQko9AQrXfCqZsIblW5/F4upzoQXGw70b7O2po66 a/80s7zSqbYEaLgcJpzXrHFUkSOIXbsLEOk1UvYZMe4F2b71eQ44Z2xl32piqnntfEeKkE +geR7q156vzEVTAXWFTClFlGXLMhP2v1x1cB1kQjHPPN97KzAGZZ6LmXyS89GsjmGdO8NG HQsDF13h2dpp0jTCINk44iI2BGxAOx8m/kQNnTADpXLn3J8D2buwu1bjFkusxw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667914892; a=rsa-sha256; cv=none; b=okOpIRCU1Ey99Ywsagbh7E7mknVzrT8+/gw6D9fWQnIFwJZks6GybJzWktnKS5kwyOcnbb ZKVC0gFATlbARBm9BVdUKkELXPfZQ4dyz0SZERA2PxMmV5rjbfkRk7nHFtuGXDvs5q9aS+ iUZ+I5ZnnCZ2X8Acv3HdoQN+HIteR4zC41Zhz2tLyYO+ZHdL7rL6eySPkznHHGu2RrMhuO rtI7bHcTt/mkN1sC6g7sEVvjlfCtOE3gmU4nUbPPMknflQOFCbiBf/Y7wp8DLkBhOM3J4d Aq7w4XrKxzomcc9qrv65J0gk5in1TWzXNRp989+VmCovLpvdBQ9OD/Tcw2nfog== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 4N68QN2brrzydD; Tue, 8 Nov 2022 13:41:32 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id AFB701B3C80; Tue, 8 Nov 2022 14:41:29 +0100 (CET) Date: Tue, 8 Nov 2022 14:41:29 +0100 From: Baptiste Daroussin To: Matteo Riondato Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: a67b925ff3e5 - main - mail: make The Dragonfly Mail Agent (dma) the default mta. Message-ID: <20221108134129.yxk3w42hxfngfyr3@aniel.nours.eu> References: <202211071150.2A7BoeQL033816@gitrepo.freebsd.org> <20221108130746.hqa37akmvemgufva@ubertino.local> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221108130746.hqa37akmvemgufva@ubertino.local> X-ThisMailContainsUnwantedMimeParts: N On Tue, Nov 08, 2022 at 08:07:46AM -0500, Matteo Riondato wrote: > On 2022-11-07 at 06:50 EST, Baptiste Daroussin wrote: > > diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf > > index a71a3fa4063d..91b99780eae6 100644 > > --- a/libexec/rc/rc.conf > > +++ b/libexec/rc/rc.conf > > @@ -596,7 +596,7 @@ allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens > > mta_start_script="/etc/rc.sendmail" > > # Script to start your chosen MTA, called by /etc/rc. > > # Settings for /etc/rc.sendmail and /etc/rc.d/sendmail: > > -sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). > > +sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO). > > The comment on the above line should probably be updated: inexperienced > users may not know that there is a difference between "NO" and "NONE". > > > sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file > > sendmail_procname="/usr/sbin/sendmail" # sendmail process name > > sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) > > Thanks, > Matteo You are not the first to report that, I have updated rc.conf a to add "the NONE" value. Best regards, Bapt