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	Sun Nov 02 03:13:49 2008 +0300
+++ b/smtp-greeting-delay.t	Sun Nov 02 15:01:41 2008 +0300
@@ -32,11 +32,11 @@
 
 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;
     }