diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-03 21:54:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-03 21:54:27 +0000 |
commit | 99abd271abcb4fb650991b5f881f7dcf73702b5b (patch) | |
tree | 7f28757032146f56ca8e161dba0cbbb4f9f620ab /gnu | |
parent | 805272ce57de39d976d6720c007c6166c553c58a (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.mc | 2 |
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 |