diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-04-24 07:02:00 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-04-24 07:02:00 +0000 |
commit | 2817e076025d1ec99e0514d5582bc8c7b2f552e2 (patch) | |
tree | a21b98526e38bc73488e6f694d5931dabce296d7 /gnu | |
parent | fb8fcd35805ddb2e3c4f097ef90324f8faea9cc2 (diff) |
Disable ident queries since ident(1) does not run by default anymore.
ok sthen@ millert@ dlg@ todd@
Diffstat (limited to 'gnu')
-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 |