comparison 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
comparison
equal deleted inserted replaced
25:fbda19df2fc4 26:0880e0fafde4
36 proxy_pass_error_message on; 36 proxy_pass_error_message on;
37 auth_http http://localhost:8080/mail/auth; 37 auth_http http://localhost:8080/mail/auth;
38 xclient off; 38 xclient off;
39 39
40 server { 40 server {
41 listen localhost:10025; 41 listen localhost:8025;
42 protocol smtp; 42 protocol smtp;
43 smtp_greeting_delay 100ms; 43 smtp_greeting_delay 100ms;
44 } 44 }
45 } 45 }
46 46