Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 1998 11:59:15 -0500
From:      "Troy Settle" <rewt@i-plus.net>
To:        "Eric J. Schwertfeger" <ejs@bfd.com>
Cc:        <isp@FreeBSD.ORG>
Subject:   Re: Sendmail - setting 'verify only'
Message-ID:  <016001bd2cd7$3b3e2080$3a4318d0@abyss.b.nu>

next in thread | raw e-mail | index | archive | help
From: Eric J. Schwertfeger <ejs@bfd.com>
>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.
>


Uhm.. check again:

# sendmail -bd -q10m -opnoexpn
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.i-Plus.net.
Escape character is '^]'.
220 Radford.i-Plus.net ESMTP Sendmail 8.8.8/8.8.5; Thu, 29 Jan 1998
11:51:13 -0500 (EST)
expn st
502 Sorry, we do not allow this operation
vrfy st
250 Troy Settle <st@Radford.i-Plus.net>


I did have luck with:
/usr/sbin/sendmail -bd -q10m -opnoexpn -opnovrfy



--
  Troy Settle <st@i-Plus.net>
  Network Administrator, iPlus Internet Services
  http://www.i-plus.net





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016001bd2cd7$3b3e2080$3a4318d0>