diff options
author | 2013-04-24 07:01:59 +0000 | |
---|---|---|
committer | 2013-04-24 07:01:59 +0000 | |
commit | 3db7226f985cf186650bd64e44cf3cc46f88764f (patch) | |
tree | 3956450125c1d4ec553a4b30076214c32a32e165 | |
parent | kill srandom(); ok claudio (diff) | |
download | wireguard-openbsd-3db7226f985cf186650bd64e44cf3cc46f88764f.tar.xz wireguard-openbsd-3db7226f985cf186650bd64e44cf3cc46f88764f.zip |
Disable ident queries since ident(1) does not run by default anymore.
ok sthen@ millert@ dlg@ todd@
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc | 5 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/openbsd-submit.mc | 3 |
2 files changed, 6 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 dc816374592..39b08c2ba46 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.12 $')dnl +VERSIONID(`@(#)openbsd-proto.mc $Revision: 1.13 $')dnl OSTYPE(openbsd)dnl dnl dnl If you have a non-static IP address you may wish to forward outgoing mail @@ -103,6 +103,9 @@ dnl CLIENT_OPTIONS(`Family=inet, Address=0.0.0.0')dnl CLIENT_OPTIONS(`Family=inet6, Address=::')dnl dnl +dnl Disable ident queries +define(`confTO_IDENT', `0')dnl +dnl dnl Some broken nameservers will return SERVFAIL (a temporary failure) dnl on T_AAAA (IPv6) lookups. dnl diff --git a/gnu/usr.sbin/sendmail/cf/cf/openbsd-submit.mc b/gnu/usr.sbin/sendmail/cf/cf/openbsd-submit.mc index acf673d0311..f14a112b2b8 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/openbsd-submit.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/openbsd-submit.mc @@ -15,7 +15,7 @@ divert(-1) # divert(0)dnl -VERSIONID(`$OpenBSD: openbsd-submit.mc,v 1.1 2008/10/03 16:29:05 millert Exp $') +VERSIONID(`$OpenBSD: openbsd-submit.mc,v 1.2 2013/04/24 07:01:59 ajacoutot Exp $') define(`confCF_VERSION', `Submit')dnl OSTYPE(openbsd)dnl define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet @@ -23,6 +23,7 @@ define(`confTIME_ZONE', `USE_TZ')dnl define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl define(`confDONT_INIT_GROUPS', `True')dnl define(`confCT_FILE', `-o MAIL_SETTINGS_DIR`'trusted-users')dnl +define(`confTO_IDENT', `0')dnl FEATURE(`use_ct_file')dnl FEATURE(`accept_unresolvable_domains')dnl dnl |