From owner-freebsd-isp Tue Jan 27 15:39:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13183 for freebsd-isp-outgoing; Tue, 27 Jan 1998 15:39:29 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13176 for ; Tue, 27 Jan 1998 15:39:27 -0800 (PST) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with SMTP id PAA17437; Tue, 27 Jan 1998 15:35:39 -0800 (PST) (envelope-from ejs@bfd.com) Date: Tue, 27 Jan 1998 15:35:39 -0800 (PST) From: "Eric J. Schwertfeger" To: Karl Pielorz cc: isp@FreeBSD.ORG Subject: Re: Sendmail - setting 'verify only' In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 27 Jan 1998, Karl Pielorz wrote: > Can anyone tell me what I need to set / adjust (and recompile) in sendmail > to stop sendmail from expanding all the VRFY names it's given? > > Also, if theres a way to disable EXPN or make it just return the name it > was sent...? Don't recompile, there are command-line options for this. sendmail_flags="-bd -q5m -opnoexpn" in your /etc/rc.conf or /etc/sysconfig as appropriate will disable expansion. we left VRFY on, but it returns unexpanded with this option in effect.