diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-05-21 02:02:23 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-05-21 02:02:23 +0000 |
commit | b7c2a22c23112a37a57d28e9b68d459e4b54b8d8 (patch) | |
tree | b943cd29460eae0e5dcc856202aeac1092641b2e | |
parent | 71a8393bddca5c4e415d484865056771471f2287 (diff) | |
download | FreeBSD-src-b7c2a22c23112a37a57d28e9b68d459e4b54b8d8.zip FreeBSD-src-b7c2a22c23112a37a57d28e9b68d459e4b54b8d8.tar.gz |
There are still many broken nameservers out there in the wild. Even
though I would personally prefer to see the broken nameservers fixed
instead of standards compliant applications work around them, I can't
force FreeBSD users to help fight that battle.
Submitted by: Damon Anton Permezel <dap@damon.com>
MFC after: 2 days
pending RE approval
-rw-r--r-- | etc/sendmail/freebsd.mc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index d0e7f11..9ed3774 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -84,6 +84,7 @@ dnl Uncomment both of the following lines to listen on IPv6 as well as IPv4 dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet') dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6') +define(`confBIND_OPTS', `WorkAroundBrokenAAAA') define(`confMAX_MIME_HEADER_LENGTH', `256/128') define(`confNO_RCPT_ACTION', `add-to-undisclosed') define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') |