diff smtp-greeting-delay.t @ 26:0880e0fafde4

Tests: implement smtp test backend and use it.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 02 Oct 2008 16:18:11 +0400
parents 7e28c64edf55
children fb94a224fef2
line wrap: on
line diff
--- a/smtp-greeting-delay.t
+++ b/smtp-greeting-delay.t
@@ -38,7 +38,7 @@ mail {
     xclient    off;
 
     server {
-        listen     localhost:10025;
+        listen     localhost:8025;
         protocol   smtp;
         smtp_greeting_delay  100ms;
     }