diff smtp-greeting-delay.t @ 45:d68b85def521

Tests: use 127.0.0.1 instead of localhost. Name 'localhost' is ambiguous if ipv6 present on system.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 02 Nov 2008 15:01:41 +0300
parents bd1a5e92d0c0
children 726c3c2a8b8c
line wrap: on
line diff
--- a/smtp-greeting-delay.t
+++ b/smtp-greeting-delay.t
@@ -32,11 +32,11 @@ events {
 
 mail {
     proxy_pass_error_message  on;
-    auth_http  http://localhost:8080/mail/auth;
+    auth_http  http://127.0.0.1:8080/mail/auth;
     xclient    off;
 
     server {
-        listen     localhost:8025;
+        listen     127.0.0.1:8025;
         protocol   smtp;
         smtp_greeting_delay  100ms;
     }