Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 1998 13:41:25 -0600
From:      "Jeffrey J. Mountin" <mountin.man@mixcom.com>
To:        Damian Hamill <damian@cablenet.net>, Karl Pielorz <kpielorz@tdx.co.uk>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Sendmail - setting 'verify only'
Message-ID:  <3.0.3.32.19980129134125.00717914@198.137.186.100>
In-Reply-To: <34CF02AF.773C2448@cablenet.net>
References:  <Pine.BSF.3.96.980127232253.3719A-100000@caladan>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:04 AM 1/28/98 +0000, Damian Hamill wrote:
>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...?
>> 
>> I've looked through the source, theres some mention of EEFFLAGS and other
>> such things, but I'm a bit lost...
>> 
>> Also - is doing this going to break a lot of things?
>> 
>> Any help appreciated,
>> 
>> Regards,
>> 
>> Karl Pielorz
>
>pages 528-530 of the BAT book.

First edition?

In the 2nd, pgs 352 & 731 with the latter giving more detail.

Command line option considered "old style" method in 2nd edition.

Stock 2.2.5:

# privacy flags
O PrivacyOptions=authwarnings

This would work:

O PrivacyOptions=authwarnings, noexpn

... Or to include authwarnings, noexpn, novrfy, needmailhelo, needexpnhelo, and nedvrfyhelo you just:

O PrivacyOptions=goaway


I think Karl needs to do some shopping. :)


Jeff Mountin - Unix Systems TCP/IP networking
mountin.man@mixcom.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19980129134125.00717914>