From nobody Wed Aug 07 20:32:28 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 4WfMLC2FT4z5SpFh for ; Wed, 07 Aug 2024 20:32:35 +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 4WfMLB6pXpz4c7K for ; Wed, 7 Aug 2024 20:32:34 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Authentication-Results: mx1.freebsd.org; none Received: from fidget.co-bxl (fidget.co-bxl [10.2.0.33]) by wilbur.contactoffice.com (Postfix) with ESMTP id A815715BF; Wed, 7 Aug 2024 22:32:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1723062750; s=20240605-akrp; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=FdIU3xi31Nf5zUpO8t/XggjRuIsz3nzicV0RGFHPNZ4=; b=V+KIfeeZ2fStz2dCLhw8HKc/JG+oS6CFJm08SLvESyd5akohYFwFfZxze1mVKy2Q +LbsXGeBukRLfK31CZsMfeZeextQxplym02CRV592wki6Rjb/TKrzAPUxXKRlOz7Iih mVPmGRUBHCZtehINgvX1I9N7MX2xOEUb1ZvmUxdSNJqWtu+i5dZMl+MgewyrHf0Xha5 79UFhAwknOFRpyT4as/qinigK862VWGEWUAtsiqifMEPJgEiNZJptnBdSFUBp9IgdOn CIYnpUoMr8Axp9/N/vVI0h5nQwWmISdKFzgQr+FfMI1979gc5yyjvLWnq4b2om924iZ A8F0BZG8Dw== Date: Wed, 7 Aug 2024 22:32:28 +0200 (CEST) From: Sysadmin Lists To: Questions Cc: doug@safeport.com Message-ID: <1416938321.229184.1723062748584@fidget.co-bxl> In-Reply-To: <8d3d26a8-6fd-e077-e2c-24dbb2b71452@safeport.com> References: <1536403762.116315.1722970322630@fidget.co-bxl> <8d3d26a8-6fd-e077-e2c-24dbb2b71452@safeport.com> 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 X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:203, ipnet:212.3.242.64/26, country:US] X-Rspamd-Queue-Id: 4WfMLB6pXpz4c7K > ---------------------------------------- > From: doug > Date: Aug 7, 2024, 9:52:45 AM > To: Sysadmin Lists > Cc: Questions > Subject: Re: rc.conf defaults and sendmail - dma > > > On Tue, 6 Aug 2024, Sysadmin Lists wrote: > > > One of my servers stopped receiving mail from systems on the local network, and > > while troubleshooting I found a variable inside /etc/defaults/rc.conf had > > changed in 14.0-RELEASE: > > > > < # Settings for /etc/rc.d/sendmail: > > < sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO/NONE). > > < # If NONE, don't start any sendmail processes. > > --- > >> 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). > > > > The change from "NO" to "NONE" caused the system to not start sendmail as a > > localhost-only MTA. The release notes document a transition from sendmail to > > dma, but don't say anything about disabling the previously default settings. > > Where are those changes documented? I looked for /etc/defaults/rc.conf in the > > src git repo, but was surprised not to find it. Is that file generated during > > system installation, or where is it located in the tree? > > > > The /etc/rc.sendmail script has also been nuked, so how is sendmail started for > > localhost-only mail service? `service sendmail start' fails to start any > > services, even with sendmail="YES" in rc.conf. > > > > $ service sendmail rcvar > > # sendmail : Electronic mail transport agent > > # > > sendmail_enable="YES" > > # (default: "") > > > > # sendmail_msp_queue : Electronic mail transport agent > > # > > sendmail_enable="YES" > > # (default: "") > > sendmail_msp_queue_enable="YES" > > # (default: "") > > > > in rc.conf: sendmail_enable="YES" > Thanks, but there's a type on my original message. sendmail_enable is already set to "YES". $ sysrc sendmail_enable sendmail_enable: YES 1. Where are /etc/default/rc.conf change tracked like UPDATING for the ports tree? 2. Where is /etc/default/rc.conf in the src git repo? -- Sent with https://mailfence.com Secure and private email