diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-13 20:13:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-13 20:13:18 +0000 |
| commit | 6cc54cc3bed8f3c1d35e59dc3c8bd331ff5c0949 (patch) | |
| tree | 8f8e42901b697f7e80d0f4577fc78ba76a734c9c /auto | |
| parent | f78e8dd033111708b849607e0608528898adc21b (diff) | |
| download | nginx-6cc54cc3bed8f3c1d35e59dc3c8bd331ff5c0949.tar.gz nginx-6cc54cc3bed8f3c1d35e59dc3c8bd331ff5c0949.tar.bz2 | |
split pop3, imap, and smtp handlers
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 383214dfc..901cddabf 100644 --- a/auto/sources +++ b/auto/sources @@ -423,6 +423,9 @@ MAIL_MODULES="ngx_mail_module ngx_mail_core_module" MAIL_SRCS="src/mail/ngx_mail.c \ src/mail/ngx_mail_core_module.c \ src/mail/ngx_mail_handler.c \ + src/mail/ngx_mail_pop3_handler.c \ + src/mail/ngx_mail_imap_handler.c \ + src/mail/ngx_mail_smtp_handler.c \ src/mail/ngx_mail_parse.c" MAIL_SSL_MODULE="ngx_mail_ssl_module" |
