# HG changeset patch # User Maxim Dounin # Date 1221148430 -14400 # Node ID f6bb0ffdb9b4a4712e4b2e24fadd4f632dc16174 # Parent 6d67766239485b6efa8e086b57945cbdcb094ca8 Tests: listen on localhost only. diff --git a/smtp.conf b/smtp.conf --- 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 { diff --git a/ssi-include-big.conf b/ssi-include-big.conf --- 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/ {