diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-08-15 00:28:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-08-15 00:28:18 +0000 |
commit | f6193446f3c1fd7bdb493c37f289aa53788060d7 (patch) | |
tree | 538f50dec923c2fc560104c00af82b29010f3c55 | |
parent | abd9dde76b4d9135d096a1e999126287f939d92b (diff) |
Add nobodyreturn to privacy options so we don't inadvertantly bounce back
a virus/worm payload. We already do this in the list server config.
From Paul de Weerd
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc b/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc index 64612ec69f0..e5e9644947b 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc @@ -6,7 +6,7 @@ divert(-1) # Note that lines beginning with "dnl" below are comments. divert(0)dnl -VERSIONID(`@(#)openbsd-proto.mc $Revision: 1.10 $')dnl +VERSIONID(`@(#)openbsd-proto.mc $Revision: 1.11 $')dnl OSTYPE(openbsd)dnl dnl dnl If you have a non-static IP address you may wish to forward outgoing mail @@ -19,7 +19,7 @@ dnl dnl Disable EXPN and VRFY to help thwart address harvesters and require dnl senders to say hello. dnl -define(`confPRIVACY_FLAGS', `authwarnings,needmailhelo,noexpn,novrfy')dnl +define(`confPRIVACY_FLAGS', `authwarnings,needmailhelo,noexpn,novrfy,nobodyreturn')dnl dnl dnl We wish to make the existence of the local-host-names and dnl trusted-users files optional, hence the "-o" below. |