From 99abd271abcb4fb650991b5f881f7dcf73702b5b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 Oct 2003 21:54:27 +0000 Subject: Make msp bind to 127.0.0.1 instead of localhost since "localhost" may not resolve correctly via DNS. --- gnu/usr.sbin/sendmail/cf/cf/submit.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3