diff options
author | 2003-11-10 19:11:55 +0000 | |
---|---|---|
committer | 2003-11-10 19:11:55 +0000 | |
commit | f2752a2e59ba6f195764658fce4417b54850d701 (patch) | |
tree | ceea5d32afb4dbe54cc23e41821a6870aeecfe3b | |
parent | Din't print the "No newline at end of file" to inline (ie: to stdout) (diff) | |
download | wireguard-openbsd-f2752a2e59ba6f195764658fce4417b54850d701.tar.xz wireguard-openbsd-f2752a2e59ba6f195764658fce4417b54850d701.zip |
add more privacy flags
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc b/gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc index 2de8399c9f5..00fbf06ed37 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc @@ -8,14 +8,14 @@ divert(-1) # divert(0)dnl -VERSIONID(`$OpenBSD: openbsd-lists.mc,v 1.14 2002/07/03 16:06:19 millert Exp $') +VERSIONID(`$OpenBSD: openbsd-lists.mc,v 1.15 2003/11/10 19:11:55 millert Exp $') OSTYPE(openbsd)dnl dnl dnl Advertise ourselves as ``openbsd.org'' define(`confSMTP_LOGIN_MSG', `openbsd.org Sendmail $v/$Z/millert ready willing and able at $b')dnl dnl dnl Override some default values -define(`confPRIVACY_FLAGS', `authwarnings, nobodyreturn')dnl +define(`confPRIVACY_FLAGS', `authwarnings,needmailhelo,noexpn,novrfy,noetrn,noverb,nobodyreturn')dnl define(`confTRY_NULL_MX_LIST', `True')dnl define(`confMAX_HOP', `30')dnl define(`confQUEUE_LA', `6')dnl |