From nobody Fri Aug 09 20:33:06 2024 X-Original-To: questions@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 4WgbG150Qmz5SrWd for ; Fri, 09 Aug 2024 20:33:13 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4WgbG036T1z4XMx for ; Fri, 9 Aug 2024 20:33:12 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=mailfence.com header.s=20240605-akrp header.b=MJ0A3zCa; dmarc=pass (policy=reject) header.from=mailfence.com; spf=pass (mx1.freebsd.org: domain of sysadmin.lists@mailfence.com designates 212.3.242.68 as permitted sender) smtp.mailfrom=sysadmin.lists@mailfence.com Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 40EA01523; Fri, 9 Aug 2024 22:33:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1723235589; s=20240605-akrp; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:From:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=5nvpBqlcFw5y0BNzVsgebEh6XBdgFH5ZamCDtj+8EJs=; b=MJ0A3zCa3Dj2JKqc2RdCbmy3GSdNUwkmXd/43/kqk1DO4K2jNAzsmYrsqUC/iMBF wREa5pkq1Xrnesa0htXK1jk8UcIlHPI8/CRWinMasf6r1Xxkecbb8K8GKAWgyxIvJlE I3vcIuLDke/gXtl0EjtswPLkKnByt20uCr0LmvOadk82tTy56eAmSiYm75UesPKNb1i IFbazu2SEnymEPXtegnviBj56g1coCZ6KvTOGTXKlQ2tM7w8Gb3kgrCwtahvRn5+tsF 0tWXd/8lRZ+5qkjwftL/8CzuximJdS/cxHgC7JyB59FjovnZScAGjNzLkr+NisTqR0i MK+69egOzw== Date: Fri, 9 Aug 2024 22:33:06 +0200 (CEST) From: Sysadmin Lists To: questions@freebsd.org Message-ID: <2122411935.384904.1723235586570@ichabod.co-bxl> In-Reply-To: References: <1536403762.116315.1722970322630@fidget.co-bxl> <8d3d26a8-6fd-e077-e2c-24dbb2b71452@safeport.com> <1416938321.229184.1723062748584@fidget.co-bxl> Subject: Re: rc.conf defaults and sendmail - dma List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Daniel Tameling X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.89 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[mailfence.com,reject]; R_SPF_ALLOW(-0.20)[+ip4:212.3.242.64/26]; R_DKIM_ALLOW(-0.20)[mailfence.com:s=20240605-akrp]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; XM_UA_NO_VERSION(0.01)[]; TO_DN_SOME(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:203, ipnet:212.3.242.64/26, country:US]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_HAS_DN(0.00)[]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_IN_DNSWL_NONE(0.00)[212.3.242.68:from]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[mailfence.com:+] X-Rspamd-Queue-Id: 4WgbG036T1z4XMx > ---------------------------------------- > From: Daniel Tameling > Date: Aug 8, 2024, 11:06:50 AM > To: > Subject: Re: rc.conf defaults and sendmail - dma > > > On Wed, Aug 07, 2024 at 10:32:28PM +0200, Sysadmin Lists wrote: > > > > 2. Where is /etc/default/rc.conf in the src git repo? > > I think it is libexec/rc/rc.conf. > > You also should check that your /etc/mail/mailer.conf makes sense. > This is the file that controls which mail program gets invoked. In > particular, make sure that the executable mentioned there really > exist. /usr/share/examples has examples of this file for dma and > sendmail. > > -- > Best regards, > Daniel > Excellent. Thank you. Copying mailer.conf from /usr/share/examples/sendmail/ allowed sendmail to start up, and /libexec/rc/rc.con appears to be the correct path based on the logs comments. https://cgit.freebsd.org/src/log/libexec/rc/rc.conf?showmsg=1 -- Sent with https://mailfence.com Secure and private email