summaryrefslogtreecommitdiffstats
path: root/etc/sendmail/freebsd.submit.mc
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2003-10-19 00:03:13 +0000
committergshapiro <gshapiro@FreeBSD.org>2003-10-19 00:03:13 +0000
commit7d4f685f3e78681b75df269cc3a586acd73757f8 (patch)
tree8b42adc8f832e33d46f936b0685fa4c5dc67dfa1 /etc/sendmail/freebsd.submit.mc
parent61abce26110a709ad4817d82f94638dfab02fcf9 (diff)
downloadFreeBSD-src-7d4f685f3e78681b75df269cc3a586acd73757f8.zip
FreeBSD-src-7d4f685f3e78681b75df269cc3a586acd73757f8.tar.gz
Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given
the number of broken DNS servers out there in the world. Since we are diverging from the sendmail.org submit.mc, it's time to make our own freebsd.submit.mc. PR: conf/57733 Reviewed by: nork MFC after: 2 weeks
Diffstat (limited to 'etc/sendmail/freebsd.submit.mc')
-rw-r--r--etc/sendmail/freebsd.submit.mc28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/sendmail/freebsd.submit.mc b/etc/sendmail/freebsd.submit.mc
new file mode 100644
index 0000000..bfc98a2
--- /dev/null
+++ b/etc/sendmail/freebsd.submit.mc
@@ -0,0 +1,28 @@
+divert(-1)
+#
+# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers.
+# All rights reserved.
+#
+# By using this file, you agree to the terms and conditions set
+# forth in the LICENSE file which can be found at the top level of
+# the sendmail distribution.
+#
+#
+
+#
+# This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
+# that acts as a initial mail submission program.
+#
+#
+
+divert(0)dnl
+VERSIONID(`$FreeBSD$')
+define(`confCF_VERSION', `Submit')dnl
+define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
+define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
+define(`confTIME_ZONE', `USE_TZ')dnl
+define(`confDONT_INIT_GROUPS', `True')dnl
+define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
+dnl
+dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
+FEATURE(`msp', `[127.0.0.1]')dnl
OpenPOWER on IntegriCloud