Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add limit of maximum allowed smtp session errors | Vsevolod Stakhov | 2010-06-18 | 1 | -0/+1 |
| | |||||
* | * Some performance improvements to IO dispatcher (do not drain the whole ↵ | Vsevolod Stakhov | 2010-06-18 | 1 | -1/+1 |
| | | | | | | buffer after a single line readed) * Fix smtp data input | ||||
* | * Check messages received via smtp proxy | Vsevolod Stakhov | 2010-06-10 | 1 | -0/+5 |
| | | | | | | * Add support for sendfile in io dispatcher * Fix issues with compatibility of worker_task and smtp proxy * Proxy DATA command | ||||
* | * Implement basic SMTP dialog: | Vsevolod Stakhov | 2010-06-09 | 1 | -0/+46 |
- delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT) |