From owner-freebsd-ports@freebsd.org Mon Nov 12 10:16:05 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 040F91101ABC for ; Mon, 12 Nov 2018 10:16:05 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2622486E13 for ; Mon, 12 Nov 2018 10:16:04 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: by mailman.ysv.freebsd.org (Postfix) id DEB891101AB8; Mon, 12 Nov 2018 10:16:03 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB1DF1101AB7; Mon, 12 Nov 2018 10:16:03 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc13.plala.or.jp (msc13.plala.or.jp [60.36.166.23]) by mx1.freebsd.org (Postfix) with ESMTP id D75E986E12; Mon, 12 Nov 2018 10:16:01 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc13.plala.or.jp with ESMTP id <20181112101556.DAKP1390.msc13.plala.or.jp@localhost>; Mon, 12 Nov 2018 19:15:56 +0900 Date: Mon, 12 Nov 2018 19:15:37 +0900 (JST) Message-Id: <20181112.191537.1273085681994475592.ish@amail.plala.or.jp> To: freebsd-stable@freebsd.org Cc: ports@freebsd.org Subject: Re: sendmail blacklistd on 12.0 From: Masachika ISHIZUKA In-Reply-To: <20181112.150451.2101303204060758858.ish@amail.plala.or.jp> References: <20181112.150451.2101303204060758858.ish@amail.plala.or.jp> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac13; Mon, 12 Nov 2018 19:15:56 +0900 X-Rspamd-Queue-Id: 2622486E13 X-Spamd-Result: default: False [-5.38 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[plala.or.jp]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; MX_GOOD(-0.01)[cached: mx.plala.or.jp]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-3.68)[ip: (-9.84), ipnet: 2001:1900:2254::/48(-4.77), asn: 10310(-3.70), country: US(-0.09)]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[freebsd-stable@freebsd.org .., freebsd-ports@freebsd.org] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 10:16:05 -0000 > I'm using ports/mail/sendmail with blacklistd. > > In 11.2R, it is working good without UseBlacklist option in > sendmail.cf. > After upgrading from 11.2R to 12.0-BETA[34], blacklistd for > sendmail is not working without UseBlacklist option in sendmail.cf. > > Is there any change of behavior of APPENDDEF(`conf_sendmail_ENVDEF', > `-DUSE_BLACKLIST') in files/site.config.m4.blacklistd between > 11.2R and 12.0-BETAs ? Sorry. It seems that is not behavior of 11.2R and 12.0-BETAs. I found the following mail. | Subject: sendmail from ports + blacklistd - no further luck? | From: freebsd-ports@bengrimm.net | To: freebsd-ports@freebsd.org | Date: Tue, 16 Jan 2018 19:20:59 +0100 | | Can someone confirm (or disprove) that the current version of Sendmail | from ports (8.15.2_5), explicitly compiled with the blacklistd flag, has | stopped feeding offending IPs (e.g. those failing do_auth) to blacklistd | since Jan 3? I used sendmail+tls+sasl2-8.15.2_3 on 11.2R and this worked without UseBlacklist option. Then I upgraded to 12.0-BETA3 and sendmail-8.15.2_12 that is not working without UseBlacklist option. -- Masachika ISHIZUKA