diff src/mail/ngx_mail_proxy_module.c @ 470:2c989ee54dbd PATCH_NGINX_MAIL_0_7

Mail: fix code for successful authentication.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Jan 2009 18:17:03 +0300
parents d67e93e97b4a
children 96428109ec3b
line wrap: on
line diff
--- a/src/mail/ngx_mail_proxy_module.c
+++ b/src/mail/ngx_mail_proxy_module.c
@@ -104,7 +104,7 @@ ngx_module_t  ngx_mail_proxy_module = {
 };
 
 
-static u_char  smtp_ok[] = "250 2.0.0 OK" CRLF;
+static u_char  smtp_ok[] = "235 2.0.0 OK" CRLF;
 
 
 void