summaryrefslogtreecommitdiffstats
path: root/src/smtp_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add limit of maximum allowed smtp session errorsVsevolod Stakhov2010-06-181-0/+1
|
* * Some performance improvements to IO dispatcher (do not drain the whole ↵Vsevolod Stakhov2010-06-181-1/+1
| | | | | | buffer after a single line readed) * Fix smtp data input
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-101-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 Stakhov2010-06-091-0/+46
- delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT)