changeset 11:f6bb0ffdb9b4

Tests: listen on localhost only.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Sep 2008 19:53:50 +0400
parents 6d6776623948
children d19146b30334
files smtp.conf ssi-include-big.conf
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/smtp.conf
+++ b/smtp.conf
@@ -15,13 +15,13 @@ mail {
     xclient    off;
 
     server {
-        listen     10025;
+        listen     localhost:10025;
         protocol   smtp;
         smtp_auth  login plain none;
     }
 
     server {
-        listen     10026;
+        listen     localhost:10026;
         protocol   smtp;
         smtp_greeting_delay  100ms;
     }
@@ -31,7 +31,7 @@ http {
     access_log    off;
 
     server {
-        listen       8080;
+        listen       localhost:8080;
         server_name  localhost;
 
         location = /mail/auth {
--- a/ssi-include-big.conf
+++ b/ssi-include-big.conf
@@ -20,7 +20,7 @@ http {
 
 
     server {
-        listen       8080;
+        listen       localhost:8080;
         server_name  localhost;
 
         location /proxy/ {