aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtp_proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
|
* * Add emulating of session in case of dnsbl reject.Vsevolod Stakhov2012-05-021-17/+154
|
* * Add ability to specify dnsbls for smtp_proxy.Vsevolod Stakhov2012-04-271-21/+142
| | | | | Fix handling of params with the same name in configuration. Add ability for rspamc to bind on a local address.
* * Add support of XCLIENT to the smtp proxy.Vsevolod Stakhov2012-04-231-14/+226
|
* * Allow workers to specify multiply options of the same type.Vsevolod Stakhov2012-04-231-1/+16
|
* Fix proxy logic.Vsevolod Stakhov2012-03-131-4/+10
|
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-071-0/+581
* Add simple smtp proxy worker