summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-10-03 21:54:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-10-03 21:54:27 +0000
commit99abd271abcb4fb650991b5f881f7dcf73702b5b (patch)
tree7f28757032146f56ca8e161dba0cbbb4f9f620ab /gnu
parent805272ce57de39d976d6720c007c6166c553c58a (diff)
Make msp bind to 127.0.0.1 instead of localhost since "localhost" may
not resolve correctly via DNS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/submit.mc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/submit.mc b/gnu/usr.sbin/sendmail/cf/cf/submit.mc
index 375480c3028..9b555c2b7e8 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/submit.mc
+++ b/gnu/usr.sbin/sendmail/cf/cf/submit.mc
@@ -23,4 +23,4 @@ define(`confTIME_ZONE', `USE_TZ')dnl
define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
define(`confDONT_INIT_GROUPS', `True')dnl
FEATURE(`accept_unresolvable_domains')dnl
-FEATURE(`msp')dnl
+FEATURE(`msp', `[127.0.0.1]')dnl