comparison src/mail/ngx_mail_proxy_module.c @ 1621:ed9cd1702f7a stable-0.5

r1477, r1478, r1479, r1480, r1481, r1482, r1483, r1484, r1485, r1486, r1487, r1488, r1494, r1495, r1499 merge: *) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module *) smtp_client_buffer and smtp_greeting_delay
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 14:24:55 +0000
parents fe5c88df87f5
children 057d362ee50e
comparison
equal deleted inserted replaced
1620:54377021b936 1621:ed9cd1702f7a
76 ngx_null_command 76 ngx_null_command
77 }; 77 };
78 78
79 79
80 static ngx_mail_module_t ngx_mail_proxy_module_ctx = { 80 static ngx_mail_module_t ngx_mail_proxy_module_ctx = {
81 NULL, /* protocol */
82
81 NULL, /* create main configuration */ 83 NULL, /* create main configuration */
82 NULL, /* init main configuration */ 84 NULL, /* init main configuration */
83 85
84 ngx_mail_proxy_create_conf, /* create server configuration */ 86 ngx_mail_proxy_create_conf, /* create server configuration */
85 ngx_mail_proxy_merge_conf /* merge server configuration */ 87 ngx_mail_proxy_merge_conf /* merge server configuration */