From owner-freebsd-hackers@FreeBSD.ORG Fri May 24 15:44:52 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 650CB8E3 for ; Fri, 24 May 2013 15:44:52 +0000 (UTC) (envelope-from ca+envelope@esmtp.org) Received: from zardoc.esmtp.org (zardoc.esmtp.org [70.36.157.240]) by mx1.freebsd.org (Postfix) with ESMTP id 45B369EF for ; Fri, 24 May 2013 15:44:52 +0000 (UTC) Received: from quiet.esmtp.org (localhost. [127.0.0.1]) by zardoc.esmtp.org (MeTA1-1.0.Alpha14.0) with ESMTPS (TLS=TLSv1/SSLv3, cipher=DHE-RSA-AES256-SHA, bits=256, verify=OK) id S00000000001DA07900; Fri, 24 May 2013 08:34:44 -0700 Received: (from ca@localhost) by quiet.esmtp.org (8.14.3/8.12.10.Beta0/Submit) id r4OFYiSK012519 for freebsd-hackers@freebsd.org; Fri, 24 May 2013 08:34:44 -0700 (PDT) Date: Fri, 24 May 2013 08:34:44 -0700 From: Claus Assmann To: freebsd-hackers@freebsd.org Subject: Re: stupid question about sendmail Message-ID: <20130524153444.GA30499@quiet.esmtp.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-27) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 15:44:52 -0000 On Fri, May 24, 2013, Trond Endrestøl wrote: [freebsd-hackers doesn't seem like the appropriate list...] > > FEATURE(access_db, `hash -o -T /etc/mail/access') Do NOT use -o. Moreover, do not specify arguments that are default. FEATURE(`access_db') is the best choice. > One final(?) note: You might need this line as well: > FEATURE(blacklist_recipients) That's not a "might", that's a "MUST" for this case. Note: (sendmail's) cf/README is a rather useful document.