Commit graph

44 commits

Author SHA1 Message Date
Igor Sysoev
4b020d55bd $hostname variable 2008-05-16 14:39:06 +00:00
Igor Sysoev
7356cf9295 reset message 2008-04-29 09:35:06 +00:00
Igor Sysoev
24da7352fd use ngx_int_t in ngx_sort() callback 2008-03-24 13:04:02 +00:00
Igor Sysoev
923ff42e46 check duplicate resolver 2008-03-06 08:48:25 +00:00
Igor Sysoev
f0590d13b0 use cf->cycle->new_log because at merge stage cf->pool->log is old log 2008-03-04 10:42:05 +00:00
Igor Sysoev
8e773cdc3b cleanup resolver 2008-02-28 20:38:34 +00:00
Igor Sysoev
0301dca171 do not resolve SMTP clients by default 2008-02-16 13:46:33 +00:00
Igor Sysoev
2209d9e17e resolver in smtp proxy module 2008-02-13 13:50:04 +00:00
Igor Sysoev
efcf5c7468 ssl_session_cache off 2007-12-26 20:27:22 +00:00
Igor Sysoev
d7712faae2 fix STARTTLS prompt in SMTP 2007-12-21 10:24:59 +00:00
Igor Sysoev
1e973c6d87 move condition declarations inside blocks where they are used 2007-12-10 12:09:51 +00:00
Igor Sysoev
fe325a719e fix typo 2007-11-30 22:07:05 +00:00
Igor Sysoev
f1dfba6181 64-bit time_t compatibility 2007-11-15 14:26:36 +00:00
Igor Sysoev
1b528b45da use pool instead of ngx_conf_t 2007-10-08 08:55:12 +00:00
Igor Sysoev
b65a6a826c fix "AUTH PLAIN [initial-response]" bug introduced in r1477 2007-09-21 14:08:50 +00:00
Igor Sysoev
9679e39c59 use "_" instead of " " as new line substitute, do not delete trailing new line 2007-09-21 13:47:33 +00:00
Igor Sysoev
327a39aaf6 log starttls 2007-09-20 11:08:14 +00:00
Igor Sysoev
fb598fe906 ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module 2007-09-15 16:51:16 +00:00
Igor Sysoev
4cb8d374bf style fix: remove trailing spaces 2007-09-14 15:04:45 +00:00
Igor Sysoev
a3b995f5b2 create salt just before it will be used 2007-09-14 15:00:19 +00:00
Igor Sysoev
d3fdc28bc3 fix r1482 2007-09-14 14:56:46 +00:00
Igor Sysoev
d36a9ff7e1 ngx_mail_smtp_create_buffer() 2007-09-14 14:13:25 +00:00
Igor Sysoev
c9f1aada71 optimizations 2007-09-14 14:04:24 +00:00
Igor Sysoev
7ccf7b35da smtp_client_buffer and smtp_greeting_delay 2007-09-14 13:58:49 +00:00
Igor Sysoev
4b4a64b80b move event handling to protocol specific code,
it is required to support SMTP greeting delay
2007-09-14 10:42:19 +00:00
Igor Sysoev
94b0b06dc1 optimizations 2007-09-13 21:24:27 +00:00
Igor Sysoev
467d739f89 small optimizations 2007-09-13 20:32:52 +00:00
Igor Sysoev
7aa63131c7 style fix and optimizations 2007-09-13 20:27:28 +00:00
Igor Sysoev
06c3f18113 split pop3, imap, and smtp handlers 2007-09-13 20:13:18 +00:00
Igor Sysoev
45ab454787 decrement active connection counter in mail proxy 2007-09-11 10:22:12 +00:00
Igor Sysoev
fc62e7a845 escape " ", "%", and %00-%1F in login and password 2007-08-20 09:50:53 +00:00
Igor Sysoev
338bf13e7c test http_auth absence 2007-08-14 15:21:20 +00:00
Igor Sysoev
9b0a311e18 allow "http://" in auth_http URL 2007-08-14 15:00:38 +00:00
Igor Sysoev
04c357cc81 stop configuration on error 2007-08-14 14:57:51 +00:00
Igor Sysoev
c5245bab92 set default listen() backlog to 511 on all platforms except FreeBSD 2007-08-09 13:32:21 +00:00
Igor Sysoev
df16faee5a fix case when client has closed connection but upstream buffer is not empty 2007-07-24 18:08:04 +00:00
Igor Sysoev
5d06f9b142 IMAP AUTHENTICATE
patch by Maxim Dounin
2007-07-20 19:38:08 +00:00
Igor Sysoev
8241fb2998 SMTP STARTTLS
patch by Maxim Dounin
2007-07-20 18:36:04 +00:00
Igor Sysoev
d2165b3f83 fix segfault when CRAM-MD5 is not enabled but client tries it 2007-07-11 07:47:57 +00:00
Igor Sysoev
04216efe18 fix memory allocation for auth_http_header 2007-07-10 21:26:51 +00:00
Igor Sysoev
b8ab862e2c use stable search where it is required 2007-05-21 14:09:12 +00:00
Igor Sysoev
096322eb6d style fix: remove trailing spaces 2007-04-19 18:07:39 +00:00
Igor Sysoev
ed040674b8 style fix: remove tabs 2007-04-18 15:21:28 +00:00
Igor Sysoev
8b42ba5553 Many changes:
*) rename imap to mail, sort pop3/imap functions
*) smtp auth support
*) pop3 starttls only
*) fix segfault if cram-md5 was used without apop
2007-03-19 13:36:56 +00:00