comparison src/mail/ngx_mail_proxy_module.c @ 1487:f69493e8faab

ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
author Igor Sysoev <igor@sysoev.ru>
date Sat, 15 Sep 2007 16:51:16 +0000
parents be2e13691c60
children 057d362ee50e
comparison
equal deleted inserted replaced
1486:0e7074ef7303 1487:f69493e8faab
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 */