From nobody Fri Sep 08 21:39:57 2023 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 4Rj8fG4Xwbz4rrFp for ; Fri, 8 Sep 2023 21:40:06 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from emailh.ca (emailh.ca [23.235.65.100]) (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 4Rj8fF5YxTz3LqS for ; Fri, 8 Sep 2023 21:40:05 +0000 (UTC) (envelope-from fquest@paz.bz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of fquest@paz.bz designates 23.235.65.100 as permitted sender) smtp.mailfrom=fquest@paz.bz; dmarc=none Received: from [23.235.68.254] (helo=[10.10.10.9]) by emailh.ca with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qejCm-000BYp-67; Fri, 08 Sep 2023 14:39:56 -0700 Content-Type: multipart/alternative; boundary="------------qLuuY0cAJrZX5wNu5dkKZYRx" Message-ID: <582c6cfe-3c10-410f-baa1-98f8b548d250@paz.bz> Date: Fri, 8 Sep 2023 14:39:57 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: questions@freebsd.org From: Jim Pazarena Subject: tcpwrappers in recent release 13.2 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.63 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.97)[-0.973]; NEURAL_SPAM_SHORT(0.64)[0.636]; R_SPF_ALLOW(-0.20)[+ip4:23.235.65.64/26]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; XM_UA_NO_VERSION(0.01)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; R_DKIM_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:852, ipnet:23.235.64.0/20, country:CA]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[paz.bz]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Rj8fF5YxTz3LqS This is a multi-part message in MIME format. --------------qLuuY0cAJrZX5wNu5dkKZYRx Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit it seems that the built in tcpwrappers for 13.2 has not been built with the " blacklist extension". Which by Wietse Venema's definition: "adds a new host pattern to the TCP Wrapper access control language. Instead of a host name or address pattern, you can specify an external /file/name with host name or address patterns.   The feature can be used recursively" ... "The /file/name extension makes it easy to blacklist bad sites, for example, to block unwanted electronic mail when libwrap is linked into sendmail.  Adding hosts to a simple text file is much easier than having to edit a more complex hosts.allow/deny file" Can anyone confirm that this is indeed missing? -- fquest@paz.bz    Jim Pazarena --------------qLuuY0cAJrZX5wNu5dkKZYRx Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit it seems that the built in tcpwrappers for 13.2 has not been built with the " blacklist extension".
Which by Wietse Venema's definition:
"adds a new host pattern to the TCP Wrapper access control language. Instead of a host name or address pattern, you can specify an external /file/name with host name or address patterns.   The feature can be used recursively"
... "The /file/name extension makes it easy to blacklist bad sites, for example, to block unwanted electronic mail when libwrap is linked into sendmail.  Adding hosts to a simple text file is much easier than having to edit a more complex hosts.allow/deny file"

Can anyone confirm that this is indeed missing?

--
fquest@paz.bz    Jim Pazarena

--------------qLuuY0cAJrZX5wNu5dkKZYRx--